| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | scm: fix scm_fp_list->list initialization made in wrong place | Pavel Emelyanov | 2008-11-14 | 1 | -2/+0 |
* | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 2008-11-14 | 1 | -2/+0 |
* | 9p: restrict RDMA usage | Randy Dunlap | 2008-11-13 | 1 | -4/+6 |
* | net: shy netns_ok check | Alexey Dobriyan | 2008-11-13 | 1 | -1/+9 |
* | ipv6: routing header fixes | Brian Haley | 2008-11-13 | 2 | -0/+10 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-12 | 1 | -3/+3 |
|\ |
|
| * | mac80211: fix notify_mac function | Johannes Berg | 2008-11-12 | 1 | -3/+3 |
* | | net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller | Patrick Ohly | 2008-11-12 | 1 | -2/+2 |
* | | tcp_htcp: last_cong bug fix | Doug Leith | 2008-11-12 | 1 | -4/+10 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-11 | 11 | -38/+114 |
|\ |
|
| * | dsa: fix master interface allmulti/promisc handling | Lennert Buytenhek | 2008-11-11 | 1 | -2/+70 |
| * | dsa: fix skb->pkt_type when mac address of slave interface differs | Lennert Buytenhek | 2008-11-11 | 3 | -0/+3 |
| * | net: fix setting of skb->tail in skb_recycle_check() | Lennert Buytenhek | 2008-11-11 | 1 | -1/+1 |
| * | net: fix /proc/net/snmp as memory corruptor | Eric Dumazet | 2008-11-11 | 1 | -28/+30 |
| * | mac80211: fix a buffer overrun in station debug code | Jianjun Kong | 2008-11-11 | 1 | -1/+1 |
| * | netfilter: payload_len is be16, add size of struct rather than size of pointer | Harvey Harrison | 2008-11-11 | 1 | -1/+2 |
| * | ipv6: fix ip6_mr_init error path | Benjamin Thery | 2008-11-11 | 1 | -4/+5 |
| * | vlan: Fix typos in proc output string | Ferenc Wagner | 2008-11-10 | 1 | -1/+1 |
| * | af_key: mark policy as dead before destroying | Alexey Dobriyan | 2008-11-07 | 1 | -0/+1 |
* | | net: unix: fix inflight counting bug in garbage collector | Miklos Szeredi | 2008-11-09 | 2 | -19/+61 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-07 | 9 | -17/+51 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-07 | 1 | -1/+1 |
| |\ |
|
| | * | Fix logic error in rfkill_check_duplicity | Jonathan McDowell | 2008-11-06 | 1 | -1/+1 |
| * | | net: Fix recursive descent in __scm_destroy(). | David S. Miller | 2008-11-07 | 1 | -3/+21 |
| * | | tcp: Fix recvmsg MSG_PEEK influence of blocking behavior. | David S. Miller | 2008-11-05 | 1 | -2/+1 |
| * | | netfilter: netns ct: walk netns list under RTNL | Alexey Dobriyan | 2008-11-05 | 2 | -0/+8 |
| * | | ipv6: fix run pending DAD when interface becomes ready | Benjamin Thery | 2008-11-05 | 1 | -1/+3 |
| * | | net/9p: fix printk format warnings | Randy Dunlap | 2008-11-05 | 1 | -11/+20 |
| * | | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 2008-11-04 | 2 | -13/+36 |
| * | | xfrm: Have af-specific init_tempsel() initialize family field of temporary se... | Andreas Steffen | 2008-11-04 | 2 | -0/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-11-07 | 2 | -27/+37 |
|\ \ |
|
| * | | net/9p: fix printk format warnings | Randy Dunlap | 2008-11-05 | 1 | -11/+20 |
| * | | unsigned fid->fid cannot be negative | Roel Kluin | 2008-11-05 | 1 | -4/+5 |
| * | | 9p: rdma: remove duplicated #include | Huang Weiyi | 2008-11-05 | 1 | -1/+0 |