| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-12-16 | 7 | -98/+61 |
|\ |
|
| * | Phonet: keep TX queue disabled when the device is off | Rémi Denis-Courmont | 2008-12-15 | 1 | -5/+22 |
| * | SCHED: netem: Correct documentation comment in code. | Jesper Dangaard Brouer | 2008-12-15 | 1 | -3/+0 |
| * | netfilter: update rwlock initialization for nat_table | Steven Rostedt | 2008-12-15 | 1 | -1/+1 |
| * | netlabel: Compiler warning and NULL pointer dereference fix | Paul Moore | 2008-12-12 | 1 | -18/+20 |
| * | netpoll: fix race on poll_list resulting in garbage entry | Neil Horman | 2008-12-10 | 1 | -0/+2 |
| * | ipv6: silence log messages for locally generated multicast | Jan Sembera | 2008-12-10 | 1 | -1/+6 |
| * | tcp: tcp_vegas cong avoid fix | Doug Leith | 2008-12-09 | 1 | -70/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-12-09 | 10 | -38/+85 |
|\| |
|
| * | tproxy: fixe a possible read from an invalid location in the socket match | Balazs Scheidler | 2008-12-08 | 1 | -1/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-12-06 | 1 | -1/+1 |
| |\ |
|
| | * | mac80211: use unaligned safe memcmp() in-place of compare_ether_addr() | Shaddy Baddah | 2008-12-05 | 1 | -1/+1 |
| * | | tcp: tcp_vegas ssthresh bug fix | Doug Leith | 2008-12-05 | 1 | -0/+2 |
| |/ |
|
| * | can: omit received RTR frames for single ID filter lists | Oliver Hartkopp | 2008-12-05 | 1 | -1/+4 |
| * | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table | Chas Williams | 2008-12-04 | 1 | -1/+5 |
| * | tcp: make urg+gso work for real this time | Ilpo Järvinen | 2008-12-04 | 1 | -12/+10 |
| * | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter | Oliver Hartkopp | 2008-12-04 | 2 | -18/+52 |
| * | Phonet: do not dump addresses from other namespaces | remi.denis-courmont@nokia | 2008-12-04 | 1 | -0/+3 |
| * | netlabel: Fix a potential NULL pointer dereference | Paul Moore | 2008-12-03 | 1 | -4/+6 |
| * | xfrm: Fix kernel panic when flush and dump SPD entries | Wei Yongjun | 2008-12-03 | 1 | -0/+1 |
* | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2008-12-04 | 1 | -2/+7 |
|\ \
| |/
|/| |
|
| * | Add a reference to sunrpc in svc_addsock | Tom Tucker | 2008-11-24 | 1 | -2/+7 |
* | | net: Fix soft lockups/OOM issues w/ unix garbage collector | dann frazier | 2008-11-27 | 2 | -3/+12 |
* | | Phonet: fix oops in phonet_address_del() on non-Phonet device | Rémi Denis-Courmont | 2008-11-27 | 1 | -1/+1 |
* | | netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlock | Patrick McHardy | 2008-11-26 | 1 | -1/+1 |
* | | net: make skb_truesize_bug() call WARN() | Arjan van de Ven | 2008-11-26 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-25 | 2 | -2/+10 |
|\ \ |
|
| * | | net/wireless/reg.c: fix bad WARN_ON in if statement | Ingo Molnar | 2008-11-25 | 1 | -2/+2 |
| * | | mac80211 : Fix setting ad-hoc mode and non-ibss channel | Abhijeet Kolekar | 2008-11-25 | 1 | -0/+8 |
* | | | rose: zero length frame filtering in af_rose.c | Bernard Pidoux | 2008-11-25 | 1 | -0/+10 |
* | | | bridge: netfilter: fix update_pmtu crash with GRE | Herbert Xu | 2008-11-25 | 1 | -0/+13 |
* | | | netfilter: ctnetlink: fix conntrack creation race | Patrick McHardy | 2008-11-25 | 2 | -4/+3 |
|/ / |
|
* | | net: Fix memory leak in the proto_register function | Catalin Marinas | 2008-11-22 | 1 | -19/+12 |
* | | tcp: Do not use TSO/GSO when there is urgent data | Petr Tesarik | 2008-11-22 | 1 | -2/+5 |
* | | SUNRPC: Fix a performance regression in the RPC authentication code | Trond Myklebust | 2008-11-20 | 1 | -2/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-20 | 10 | -67/+46 |
|\ \ |
|
| * | | net: fix tiny output corruption of /proc/net/snmp6 | Alexey Dobriyan | 2008-11-20 | 1 | -3/+3 |
| * | | ipv6: use seq_release_private for ip6mr.c /proc entries | Benjamin Thery | 2008-11-20 | 1 | -2/+2 |
| * | | pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() | Patrick McHardy | 2008-11-20 | 1 | -0/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-20 | 1 | -22/+0 |
| |\ \ |
|
| | * | | mac80211: remove ieee80211_notify_mac | Johannes Berg | 2008-11-18 | 1 | -22/+0 |
| * | | | TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() | Balazs Scheidler | 2008-11-20 | 1 | -0/+1 |
| * | | | TPROXY: fill struct flowi->flags in udp_sendmsg() | Balazs Scheidler | 2008-11-20 | 1 | -0/+1 |
| * | | | net: Do not fire linkwatch events until the device is registered. | David S. Miller | 2008-11-20 | 1 | -1/+6 |
| * | | | phonet: fix compilation with gcc-3.4 | Alexey Dobriyan | 2008-11-19 | 1 | -28/+24 |
| * | | | pktgen: fix multiple queue warning | Robert Olsson | 2008-11-19 | 1 | -7/+2 |
| * | | | net: fix ip_mr_init() error path | Benjamin Thery | 2008-11-19 | 1 | -4/+5 |
| |/ / |
|
* / / | reintroduce accept4 | Ulrich Drepper | 2008-11-20 | 2 | -115/+15 |
|/ / |
|
* | | rtnetlink: propagate error from dev_change_flags in do_setlink() | Johannes Berg | 2008-11-17 | 1 | -1/+3 |
* | | Phonet: refuse to send bigger than MTU packets | Rémi Denis-Courmont | 2008-11-17 | 1 | -2/+2 |