aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-06NFS rename client back channel transport fieldAndy Adamson2-2/+2
2011-01-06NFS associate sessionid with callback connectionAndy Adamson1-1/+3
2011-01-06SUNRPC register and unregister the back channel transportAndy Adamson1-0/+20
2011-01-06SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2-24/+62
2011-01-06SUNRPC fix bc_send printAndy Adamson1-1/+1
2011-01-06SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson1-14/+16
2011-01-04kernel panic when mount NFSv4Trond Myklebust1-1/+1
2010-12-21net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches1-10/+2
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever4-32/+45
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever4-43/+54
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever1-7/+3
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever1-39/+21
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-57/+128
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams3-5/+7
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-3/+18
2010-12-10ipv6: fix nl group when advertising a new linkNicolas Dichtel1-2/+2
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina1-0/+15
2010-12-09xfrm: Fix xfrm_state_migrate leakThomas Egerer1-1/+1
2010-12-08econet: Fix crash in aun_incoming().David S. Miller1-1/+5
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa1-3/+18
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert2-1/+2
2010-12-08x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2010-12-08l2tp: Fix modalias of l2tp_ipMichal Marek1-1/+5
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2010-12-08llc: fix a device refcount imbalanceEric Dumazet1-2/+3
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-4/+15
2010-12-07sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-02leds: fix up dependenciesJohannes Berg1-1/+1
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville1-3/+3
2010-12-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough1-1/+2
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen1-0/+7
2010-11-30mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian1-0/+2
2010-11-30mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter1-0/+4
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-83/+96
2010-11-29mac80211: Fix frame injection using non-AP vifJouni Malinen1-1/+6
2010-11-29af_unix: limit recursion levelEric Dumazet2-6/+33
2010-11-28inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar1-2/+1
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2010-11-28dccp: fix error in updating the GARGerrit Renker1-1/+2
2010-11-28tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan1-1/+5
2010-11-27netns: Don't leak others' openreq-s in procPavel Emelyanov1-1/+3
2010-11-27Net: ceph: Makefile: Remove unnessary codeTracey Dent1-22/+0
2010-11-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-9/+15
2010-11-24econet: fix CVE-2010-3848Phil Blundell1-31/+31