summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti
2011-08-01Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker
2011-08-01dccp: send Confirm options only onceSamuel Jero
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker
2011-08-01ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()Eric Dumazet
2011-08-01ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()Eric Dumazet
2011-08-01ipv6: use RCU in inet6_csk_xmit()Eric Dumazet
2011-08-01ipv6: some RCU conversionsEric Dumazet
2011-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller
2011-07-28net: fix new sunrpc kernel-doc warningRandy Dunlap
2011-07-28xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman
2011-07-27net: sock_sendmsg_nosec() is staticEric Dumazet
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26wireless: fix a typo in ignore_reg_updateMihai Moldovan
2011-07-26cfg80211: really ignore the regulatory requestSven Neumann
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches
2011-07-25net: fix eth.c kernel-doc warningRandy Dunlap
2011-07-25IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-07-24[S390] iucv cr0 enablement bitMartin Schwidefsky
2011-07-23gre: fix improper error handlingxeb@mail.ru
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V