| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 2011-08-02 | 55 | -193/+193 |
* | ipv6: updates to privacy addresses per RFC 4941. | Lorenzo Colitti | 2011-08-01 | 1 | -21/+48 |
* | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 | David S. Miller | 2011-08-01 | 6 | -24/+271 |
|\ |
|
| * | dccp ccid-2: check Ack Ratio when reducing cwnd | Samuel Jero | 2011-08-01 | 1 | -3/+23 |
| * | dccp ccid-2: increment cwnd correctly | Samuel Jero | 2011-08-01 | 1 | -1/+1 |
| * | dccp ccid-2: prevent cwnd > Sequence Window | Samuel Jero | 2011-08-01 | 2 | -15/+41 |
| * | dccp ccid-2: use feature-negotiation to report Ack Ratio changes | Gerrit Renker | 2011-08-01 | 2 | -2/+9 |
| * | dccp: send Confirm options only once | Samuel Jero | 2011-08-01 | 1 | -5/+16 |
| * | dccp: support for exchanging of NN options in established state 2/2 | Gerrit Renker | 2011-08-01 | 1 | -0/+116 |
| * | dccp: support for the exchange of NN options in established state 1/2 | Gerrit Renker | 2011-08-01 | 3 | -0/+67 |
* | | ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2() | Eric Dumazet | 2011-08-01 | 1 | -13/+14 |
* | | ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv() | Eric Dumazet | 2011-08-01 | 1 | -5/+2 |
* | | ipv6: use RCU in inet6_csk_xmit() | Eric Dumazet | 2011-08-01 | 1 | -3/+6 |
* | | ipv6: some RCU conversions | Eric Dumazet | 2011-08-01 | 2 | -35/+21 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/... | David S. Miller | 2011-07-28 | 1 | -0/+1 |
|\ \ |
|
| * | | IPVS: Free resources on module removal | Simon Horman | 2011-07-22 | 1 | -0/+1 |
* | | | net: fix new sunrpc kernel-doc warning | Randy Dunlap | 2011-07-28 | 1 | -0/+1 |
* | | | xfrm: Fix key lengths for rfc3686(ctr(aes)) | Tushar Gohad | 2011-07-28 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-28 | 11 | -19/+28 |
|\ \ |
|
| * | | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 2011-07-27 | 4 | -2/+4 |
| * | | net: add IFF_SKB_TX_SHARED flag to priv_flags | Neil Horman | 2011-07-27 | 2 | -3/+6 |
| * | | net: sock_sendmsg_nosec() is static | Eric Dumazet | 2011-07-27 | 1 | -1/+1 |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-07-27 | 1 | -3/+4 |
| |\ \ |
|
| | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-26 | 1 | -3/+4 |
| | |\ \ |
|
| | | * | | wireless: fix a typo in ignore_reg_update | Mihai Moldovan | 2011-07-26 | 1 | -1/+1 |
| | | * | | cfg80211: really ignore the regulatory request | Sven Neumann | 2011-07-26 | 1 | -2/+3 |
| * | | | | net: Convert struct net_device uc_promisc to bool | Joe Perches | 2011-07-25 | 1 | -2/+2 |
| * | | | | net: fix eth.c kernel-doc warning | Randy Dunlap | 2011-07-25 | 1 | -0/+1 |
| * | | | | IPv4: Send gratuitous ARP for secondary IP addresses also | Zoltan Kiss | 2011-07-25 | 1 | -8/+8 |
| * | | | | ipv6: Do not leave router anycast address for /127 prefixes. | YOSHIFUJI Hideaki | 2011-07-25 | 1 | -0/+2 |
* | | | | | Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2011-07-27 | 13 | -138/+275 |
|\ \ \ \ \ |
|
| * | | | | | RDMA: Increasing RPCRDMA_MAX_DATA_SEGS | Steve Dickson | 2011-07-25 | 1 | -1/+1 |
| * | | | | | Merge branch 'master' into devel and apply fixup from Stephen Rothwell: | Stephen Rothwell | 2011-07-25 | 337 | -7024/+14814 |
| |\ \ \ \ \ |
|
| * | | | | | | SUNRPC: Replace xprt->resend and xprt->sending with a priority queue | Trond Myklebust | 2011-07-17 | 1 | -21/+21 |
| * | | | | | | SUNRPC: Allow caller of rpc_sleep_on() to select priority levels | Trond Myklebust | 2011-07-17 | 1 | -9/+29 |
| * | | | | | | SUNRPC: Support dynamic slot allocation for TCP connections | Trond Myklebust | 2011-07-17 | 3 | -18/+102 |
| * | | | | | | SUNRPC: Clean up the slot table allocation | Trond Myklebust | 2011-07-17 | 1 | -27/+37 |
| * | | | | | | SUNRPC: Initalise the struct xprt upon allocation | Trond Myklebust | 2011-07-17 | 1 | -30/+37 |
| * | | | | | | SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot | Trond Myklebust | 2011-07-17 | 3 | -27/+46 |
| * | | | | | | SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL | Trond Myklebust | 2011-07-15 | 3 | -4/+4 |
| * | | | | | | SUNRPC: sunrpc should not explicitly depend on NFS config options | Trond Myklebust | 2011-07-15 | 9 | -27/+25 |
| * | | | | | | sunrpc: use dprint_status() macro in call_decode() | Vasily Averin | 2011-07-12 | 1 | -2/+1 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vfs: dont chain pipe/anon/socket on superblock s_inodes list | Eric Dumazet | 2011-07-26 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 26 | -26/+26 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-07-26 | 2 | -7/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | libceph: don't time out osd requests that haven't been received | Sage Weil | 2011-07-26 | 2 | -7/+11 |
* | | | | | | | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-07-25 | 5 | -87/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | svcrpc: fix list-corrupting race on nfsd shutdown | J. Bruce Fields | 2011-07-15 | 1 | -5/+6 |
| * | | | | | | | | rpc: allow autoloading of gss mechanisms | J. Bruce Fields | 2011-07-15 | 2 | -4/+35 |