| Commit message (Expand) | Author | Age | Files | Lines |
* | netns bridge: allow bridges in netns! | Alexey Dobriyan | 2008-09-08 | 7 | -34/+25 |
* | warn: Turn the netdev timeout WARN_ON() into a WARN() | Arjan van de Ven | 2008-09-08 | 1 | -2/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-09-08 | 6 | -33/+100 |
|\ |
|
| * | mac80211: add missing kernel-doc | Randy Dunlap | 2008-09-08 | 1 | -0/+1 |
| * | mac80211: Fix rate scale initialization in IBSS | Emmanuel Grumbach | 2008-09-08 | 2 | -30/+64 |
| * | mac80211: Fix low bit rate in IBSS | Tomas Winkler | 2008-09-08 | 1 | -1/+1 |
| * | cfg80211: keep track of supported interface modes | Luis R. Rodriguez | 2008-09-05 | 3 | -3/+35 |
* | | net: Enable TSO if supported by at least one device | Herbert Xu | 2008-09-08 | 1 | -0/+6 |
|/ |
|
* | netlink: Remove compat API for nested attributes | Thomas Graf | 2008-09-02 | 2 | -7/+17 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-08-29 | 22 | -117/+174 |
|\ |
|
| * | pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() | Jarek Poplawski | 2008-08-29 | 7 | -11/+11 |
| * | ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0 | Yang Hongyang | 2008-08-29 | 1 | -3/+3 |
| * | sctp: fix random memory dereference with SCTP_HMAC_IDENT option. | Vlad Yasevich | 2008-08-27 | 2 | -2/+7 |
| * | sctp: correct bounds check in sctp_setsockopt_auth_key | Vlad Yasevich | 2008-08-27 | 1 | -1/+1 |
| * | Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | David S. Miller | 2008-08-27 | 5 | -55/+31 |
| |\ |
|
| | * | mac80211: quiet chatty IBSS merge message | John W. Linville | 2008-08-26 | 1 | -1/+1 |
| | * | mac80211: don't send empty extended rates IE | Jan-Espen Pettersen | 2008-08-26 | 1 | -1/+1 |
| | * | mac80211: Fix debugfs file add/del for netdev | Jouni Malinen | 2008-08-26 | 2 | -12/+18 |
| | * | net/mac80211/mesh.c: correct the argument to __mesh_table_free | Julia Lawall | 2008-08-26 | 1 | -1/+1 |
| | * | mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM | Jouni Malinen | 2008-08-26 | 1 | -39/+9 |
| | * | net: rfkill: add missing line break | Felipe Balbi | 2008-08-26 | 1 | -1/+1 |
| * | | ipv4: mode 0555 in ipv4_skeleton | Hugh Dickins | 2008-08-27 | 1 | -2/+2 |
| * | | tcp: fix tcp header size miscalculation when window scale is unused | Philip Love | 2008-08-27 | 1 | -2/+4 |
| * | | pkt_sched: Fix gen_estimator locks | Jarek Poplawski | 2008-08-27 | 4 | -9/+17 |
| * | | pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc | Jarek Poplawski | 2008-08-27 | 2 | -3/+3 |
| * | | pkt_sched: Fix dev_graft_qdisc() locking | Jarek Poplawski | 2008-08-27 | 1 | -1/+1 |
| |/ |
|
| * | ipv6: sysctl fixes | Al Viro | 2008-08-25 | 1 | -1/+1 |
| * | ipv4: sysctl fixes | Al Viro | 2008-08-25 | 1 | -4/+20 |
| * | sctp: add verification checks to SCTP_AUTH_KEY option | Vlad Yasevich | 2008-08-25 | 2 | -0/+9 |
| * | ipv6: protocol for address routes | Stephen Hemminger | 2008-08-23 | 1 | -0/+1 |
| * | icmp: icmp_sk() should not use smp_processor_id() in preemptible code | Denis V. Lunev | 2008-08-23 | 2 | -19/+26 |
| * | pkt_sched: Fix qdisc list locking | Jarek Poplawski | 2008-08-22 | 2 | -8/+41 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-08-29 | 7 | -196/+267 |
|\ \ |
|
| * | | rfkill: rename rfkill_mutex to rfkill_global_mutex | Henrique de Moraes Holschuh | 2008-08-29 | 1 | -18/+20 |
| * | | rfkill: add WARN and BUG_ON paranoia (v2) | Henrique de Moraes Holschuh | 2008-08-29 | 1 | -13/+37 |
| * | | rfkill: add missing line break | Felipe Balbi | 2008-08-29 | 1 | -1/+1 |
| * | | rfkill: use strict_strtoul (v2) | Henrique de Moraes Holschuh | 2008-08-29 | 1 | -2/+12 |
| * | | mac80211/cfg80211: HT capabilities for NEW_STA | Jouni Malinen | 2008-08-29 | 2 | -0/+15 |
| * | | mac80211: Use only precedence level of DSCP field for frame classification | Daniel Wagner | 2008-08-29 | 1 | -2/+0 |
| * | | mac80211: Handle scan result IEs in one block | Jouni Malinen | 2008-08-29 | 2 | -159/+89 |
| * | | mac80211/cfg80211: Add BSS configuration options for AP mode | Jouni Malinen | 2008-08-29 | 2 | -0/+89 |
| * | | mac80211: fill start-sequence-number for BA session start | Johannes Berg | 2008-08-29 | 1 | -1/+4 |
* | | | ip: speedup /proc/net/rt_cache handling | Eric Dumazet | 2008-08-28 | 1 | -4/+10 |
* | | | inet_diag: Add empty bucket optimization to inet_diag too | Andi Kleen | 2008-08-28 | 1 | -1/+5 |
* | | | tcp: Skip empty hash buckets faster in /proc/net/tcp | Andi Kleen | 2008-08-28 | 1 | -7/+19 |
|/ / |
|
* | | Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2008-08-27 | 14 | -557/+1170 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/... | Simon Horman | 2008-08-27 | 14 | -557/+1170 |
| |\ \ |
|
| | * | | IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.c | Julius Volz | 2008-08-27 | 3 | -177/+1 |
| | * | | IPVS: Integrate ESP protocol into ip_vs_proto_ah.c | Julius Volz | 2008-08-27 | 3 | -24/+54 |
| | * | | ipvs: Fix race conditions in lblcr scheduler | Sven Wegener | 2008-08-19 | 1 | -115/+114 |