Age | Commit message (Expand) | Author | Files | Lines |
2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 4 | -32/+45 |
2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 4 | -43/+54 |
2010-12-16 | SUNRPC: Determine value of "nrprocs" automatically | Chuck Lever | 1 | -7/+3 |
2010-12-16 | SUNRPC: Avoid return code checking in rpcbind XDR encoder functions | Chuck Lever | 1 | -39/+21 |
2010-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 21 | -57/+128 |
2010-12-11 | net: fix skb_defer_rx_timestamp() | Eric Dumazet | 1 | -2/+4 |
2010-12-11 | atm: correct sysfs 'device' link creation and parent relationships | Dan Williams | 3 | -5/+7 |
2010-12-11 | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address | Wei Yongjun | 1 | -0/+8 |
2010-12-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -3/+18 |
2010-12-10 | ipv6: fix nl group when advertising a new link | Nicolas Dichtel | 1 | -2/+2 |
2010-12-10 | net: Document the kernel_recvmsg() function | Martin Lucina | 1 | -0/+15 |
2010-12-10 | xfrm: Fix xfrm_state_migrate leak | Thomas Egerer | 1 | -1/+1 |
2010-12-09 | econet: Fix crash in aun_incoming(). | David S. Miller | 1 | -1/+5 |
2010-12-08 | tcp: protect sysctl_tcp_cookie_size reads | Eric Dumazet | 1 | -12/+15 |
2010-12-08 | tcp: avoid a possible divide by zero | Eric Dumazet | 1 | -2/+4 |
2010-12-08 | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs | Helmut Schaa | 1 | -3/+18 |
2010-12-08 | tcp: Replace time wait bucket msg by counter | Tom Herbert | 2 | -1/+2 |
2010-12-08 | x25: decrement netdev reference counts on unload | Apollon Oikonomopoulos | 1 | -0/+1 |
2010-12-08 | l2tp: Fix modalias of l2tp_ip | Michal Marek | 1 | -1/+5 |
2010-12-08 | econet: Do the correct cleanup after an unprivileged SIOCSIFADDR. | Nelson Elhage | 1 | -2/+4 |
2010-12-08 | llc: fix a device refcount imbalance | Eric Dumazet | 1 | -2/+3 |
2010-12-08 | tcp: Bug fix in initialization of receive window. | Nandita Dukkipati | 1 | -5/+4 |
2010-12-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 3 | -4/+15 |
2010-12-08 | sunrpc: prevent use-after-free on clearing XPT_BUSY | NeilBrown | 1 | -1/+8 |
2010-12-06 | filter: fix sk_filter rcu handling | Eric Dumazet | 1 | -13/+6 |
2010-12-03 | leds: fix up dependencies | Johannes Berg | 1 | -1/+1 |
2010-12-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 1 | -3/+3 |
2010-12-02 | net/ipv6/sit.c: return unhandled skb to tunnel4_rcv | David McCullough | 1 | -1/+2 |
2010-12-01 | Make the ip6_tunnel reflect the true mtu. | Anders Franzen | 1 | -0/+7 |
2010-11-30 | mac80211: Fix STA disconnect due to MIC failure | Senthil Balasubramanian | 1 | -0/+2 |
2010-11-30 | mac80211: ignore non-bcast mcast deauth/disassoc franes | Christian Lamparter | 1 | -0/+4 |
2010-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 10 | -83/+96 |
2010-11-29 | mac80211: Fix frame injection using non-AP vif | Jouni Malinen | 1 | -1/+6 |
2010-11-29 | af_unix: limit recursion level | Eric Dumazet | 2 | -6/+33 |
2010-11-29 | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners | Nagendra Tomar | 1 | -2/+1 |
2010-11-28 | DECnet: don't leak uninitialized stack byte | Dan Rosenberg | 1 | -0/+2 |
2010-11-28 | dccp: fix error in updating the GAR | Gerrit Renker | 1 | -1/+2 |
2010-11-28 | tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) | Alexey Dobriyan | 1 | -1/+5 |
2010-11-28 | netns: Don't leak others' openreq-s in proc | Pavel Emelyanov | 1 | -1/+3 |
2010-11-28 | Net: ceph: Makefile: Remove unnessary code | Tracey Dent | 1 | -22/+0 |
2010-11-27 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 1 | -9/+15 |
2010-11-24 | econet: fix CVE-2010-3848 | Phil Blundell | 1 | -31/+31 |
2010-11-24 | econet: fix CVE-2010-3850 | Phil Blundell | 1 | -0/+3 |
2010-11-24 | econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849 | Phil Blundell | 1 | -18/+8 |
2010-11-24 | tcp: Make TCP_MAXSEG minimum more correct. | David S. Miller | 1 | -1/+1 |
2010-11-24 | af_unix: limit unix_tot_inflight | Eric Dumazet | 1 | -0/+7 |
2010-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -9/+7 |
2010-11-22 | Bluetooth: Fix not returning proper error in SCO | Gustavo F. Padovan | 1 | -3/+3 |
2010-11-22 | SUNRPC: Fix an infinite loop in call_refresh/call_refreshresult | Trond Myklebust | 1 | -9/+15 |
2010-11-22 | ipv6: fix missing in6_ifa_put in addrconf | John Fastabend | 1 | -3/+3 |