| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | | | | | svcauth_unix.c: quiet sparse noise | H Hartley Sweeten | 2011-07-15 | 1 | -0/+1 |
| * | | | | | | | svcsock.c: include sunrpc.h to quiet sparse noise | H Hartley Sweeten | 2011-07-15 | 1 | -0/+2 |
| * | | | | | | | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 2011-07-15 | 1 | -78/+0 |
* | | | | | | | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | notifiers: cpu: move cpu notifiers into cpu.h | Amerigo Wang | 2011-07-25 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 5 | -19/+12 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -10/+10 |
| * | | | | | | | net, netfilter: Remove redundant goto in ebt_ulog_packet | Jesper Juhl | 2011-07-21 | 1 | -1/+0 |
| * | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 85 | -364/+451 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check | Michal Hocko | 2011-07-08 | 3 | -8/+2 |
| * | | | | | | | | treewide: remove duplicate includes | Vitaliy Ivanov | 2011-06-20 | 1 | -1/+0 |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-24 | 29 | -106/+387 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | gre: fix improper error handling | xeb@mail.ru | 2011-07-23 | 1 | -15/+6 |
| * | | | | | | | | ipv4: use RT_TOS after some rt_tos conversions | Julian Anastasov | 2011-07-23 | 2 | -2/+2 |
| * | | | | | | | | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2011-07-22 | 17 | -68/+340 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-22 | 17 | -68/+340 |
| | |\ \ \ \ \ \ \
| | | | |_|_|_|_|/
| | | |/| | | | | |
|
| | | * | | | | | | cfg80211: fix scan crash on single-band cards | Johannes Berg | 2011-07-20 | 3 | -2/+8 |
| | | * | | | | | | mac80211: check sta_info_get() return value | Eliad Peller | 2011-07-20 | 1 | -1/+9 |