| Commit message (Expand) | Author | Age | Files | Lines |
* | 9p: restrict RDMA usage | Randy Dunlap | 2008-11-14 | 1 | -4/+6 |
* | 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-10 | 1 | -2/+70 |
| * | dsa: fix skb->pkt_type when mac address of slave interface differs | Lennert Buytenhek | 2008-11-10 | 3 | -0/+3 |
| * | net: fix setting of skb->tail in skb_recycle_check() | Lennert Buytenhek | 2008-11-10 | 1 | -1/+1 |
| * | net: fix /proc/net/snmp as memory corruptor | Eric Dumazet | 2008-11-10 | 1 | -28/+30 |
| * | mac80211: fix a buffer overrun in station debug code | Jianjun Kong | 2008-11-10 | 1 | -1/+1 |
| * | netfilter: payload_len is be16, add size of struct rather than size of pointer | Harvey Harrison | 2008-11-10 | 1 | -1/+2 |
| * | ipv6: fix ip6_mr_init error path | Benjamin Thery | 2008-11-10 | 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-06 | 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-06 | 9 | -17/+51 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-06 | 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-06 | 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-06 | 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 |
| * | | p9: Fix leak of waitqueue in request allocation path | Tom Tucker | 2008-11-05 | 1 | -0/+3 |
| * | | 9p: Remove unneeded free of fcall for Flush | Tom Tucker | 2008-11-05 | 1 | -6/+0 |
| * | | 9p: Make all client spin locks IRQ safe | Tom Tucker | 2008-11-05 | 1 | -4/+6 |
| * | | 9p: rdma: Set trans prior to requesting async connection ops | Tom Tucker | 2008-11-05 | 1 | -1/+3 |
* | | | net: Fix recursive descent in __scm_destroy(). | David Miller | 2008-11-06 | 1 | -3/+21 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-04 | 3 | -10/+24 |
|\ \
| |/ |
|
| * | xfrm: Fix xfrm_policy_gc_lock handling. | Alexey Dobriyan | 2008-11-03 | 1 | -2/+2 |
| * | XFRM: copy_to_user_kmaddress() reports local address twice | Arnaud Ebalard | 2008-11-03 | 1 | -1/+1 |
| * | udp: Fix the SNMP counter of UDP_MIB_INERRORS | Wei Yongjun | 2008-11-02 | 1 | -2/+8 |
| * | udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMS | Wei Yongjun | 2008-11-02 | 1 | -5/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-02 | 12 | -17/+89 |
|\ \
| |/ |
|
| * | af_unix: netns: fix problem of return value | Jianjun Kong | 2008-11-01 | 1 | -1/+1 |
| * | udp: multicast packets need to check namespace | Eric Dumazet | 2008-11-01 | 2 | -9/+11 |
| * | net: add documentation for skb recycling | Stephen Hemminger | 2008-11-01 | 1 | -0/+12 |
| * | key: fix setkey(8) policy set breakage | Alexey Dobriyan | 2008-10-31 | 1 | -1/+0 |
| * | xfrm: do not leak ESRCH to user space | fernando@oss.ntt.co | 2008-10-31 | 1 | -0/+2 |
| * | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6 | David S. Miller | 2008-10-30 | 4 | -4/+29 |
| |\ |
|
| | * | netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.c | Manish Katiyar | 2008-10-30 | 2 | -0/+24 |
| | * | netlabel: Fix compiler warnings in netlabel_mgmt.c | Paul Moore | 2008-10-29 | 1 | -1/+1 |
| | * | cipso: unsigned buf_len cannot be negative | roel kluin | 2008-10-29 | 1 | -3/+4 |