| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-04-27 | 20 | -105/+290 |
|\ |
|
| * | netfilter; Add some missing default cases to switch statements in nft_reject. | David S. Miller | 2015-04-27 | 2 | -0/+4 |
| * | net: rfs: fix crash in get_rps_cpus() | Eric Dumazet | 2015-04-26 | 1 | -6/+6 |
| * | net: fix crash in build_skb() | Eric Dumazet | 2015-04-25 | 2 | -13/+24 |
| * | inet: fix possible panic in reqsk_queue_unlink() | Eric Dumazet | 2015-04-24 | 7 | -9/+47 |
| * | tcp: avoid looping in tcp_send_fin() | Eric Dumazet | 2015-04-24 | 1 | -21/+29 |
| * | net: unix: garbage: fixed several comment and whitespace style issues | Jason Eastman | 2015-04-23 | 1 | -42/+28 |
| * | tipc: fix node refcount issue | Erik Hugne | 2015-04-23 | 1 | -1/+0 |
| * | tipc: fix random link reset problem | Erik Hugne | 2015-04-23 | 1 | -1/+2 |
| * | tipc: fix topology server broken issue | Ying Xue | 2015-04-23 | 1 | -6/+3 |
| * | net: do not deplete pfmemalloc reserve | Eric Dumazet | 2015-04-22 | 1 | -2/+7 |
| * | ip6_gre: use netdev_alloc_pcpu_stats() | Johannes Berg | 2015-04-22 | 1 | -8/+1 |
| * | mpls: Prevent use of implicit NULL label as outgoing label | Robert Shearman | 2015-04-22 | 1 | -0/+9 |
| * | mpls: Per-device enabling of packet input | Robert Shearman | 2015-04-22 | 2 | -2/+69 |
| * | mpls: Per-device MPLS state | Robert Shearman | 2015-04-22 | 2 | -2/+51 |
| * | tcp: fix possible deadlock in tcp_send_fin() | Eric Dumazet | 2015-04-22 | 1 | -1/+19 |
* | | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-04-27 | 10 | -732/+889 |
|\ \ |
|
| * \ | Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 2015-04-23 | 60 | -914/+1294 |
| |\ \ |
|
| | * | | xprtrdma: Make rpcrdma_{un}map_one() into inline functions | Chuck Lever | 2015-03-31 | 5 | -46/+73 |
| | * | | xprtrdma: Handle non-SEND completions via a callout | Chuck Lever | 2015-03-31 | 3 | -10/+28 |
| | * | | xprtrdma: Add "open" memreg op | Chuck Lever | 2015-03-31 | 5 | -46/+70 |
| | * | | xprtrdma: Add "destroy MRs" memreg op | Chuck Lever | 2015-03-31 | 5 | -51/+40 |
| | * | | xprtrdma: Add "reset MRs" memreg op | Chuck Lever | 2015-03-31 | 5 | -101/+83 |
| | * | | xprtrdma: Add "init MRs" memreg op | Chuck Lever | 2015-03-31 | 5 | -101/+119 |
| | * | | xprtrdma: Add a "deregister_external" op for each memreg mode | Chuck Lever | 2015-03-31 | 7 | -90/+84 |
| | * | | xprtrdma: Add a "register_external" op for each memreg mode | Chuck Lever | 2015-03-31 | 6 | -169/+160 |
| | * | | xprtrdma: Add a "max_payload" op for each memreg mode | Chuck Lever | 2015-03-31 | 6 | -36/+59 |
| | * | | xprtrdma: Add vector of ops for each memory registration strategy | Chuck Lever | 2015-03-31 | 6 | -5/+89 |
| | * | | xprtrdma: Prevent infinite loop in rpcrdma_ep_create() | Chuck Lever | 2015-03-31 | 1 | -2/+3 |
| | * | | xprtrdma: Byte-align FRWR registration | Chuck Lever | 2015-03-31 | 1 | -8/+4 |
| | * | | xprtrdma: Perform a full marshal on retransmit | Chuck Lever | 2015-03-31 | 3 | -52/+34 |
| | * | | xprtrdma: Display IPv6 addresses and port numbers correctly | Chuck Lever | 2015-03-31 | 2 | -21/+47 |
| * | | | Merge branch 'bugfixes' | Trond Myklebust | 2015-04-23 | 1 | -10/+12 |
| |\ \ \ |
|
| | * | | | SUNRPC: Fix a regression when reconnecting | Trond Myklebust | 2015-03-27 | 1 | -10/+12 |
| * | | | | sunrpc: make debugfs file creation failure non-fatal | Jeff Layton | 2015-04-23 | 4 | -38/+32 |
| * | | | | SUNRPC: fix build-warning due to format missmatch | Nicholas Mc Guire | 2015-03-13 | 1 | -2/+2 |
| * | | | | SUNRPC: use jiffies_to_msecs for converting jiffies | Nicholas Mc Guire | 2015-03-12 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-27 | 4 | -24/+24 |
|\ \ \ \ |
|
| * | | | | VFS: net/: d_inode() annotations | David Howells | 2015-04-15 | 2 | -19/+19 |
| * | | | | VFS: net/unix: d_backing_inode() annotations | David Howells | 2015-04-15 | 2 | -4/+4 |
| * | | | | VFS: AF_UNIX sockets should call mknod on the top layer only | David Howells | 2015-04-15 | 1 | -1/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-04-22 | 7 | -17/+392 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | crush: straw2 bucket type with an efficient 64-bit crush_ln() | Ilya Dryomov | 2015-04-22 | 4 | -0/+306 |
| * | | | | crush: ensuring at most num-rep osds are selected | Ilya Dryomov | 2015-04-22 | 1 | -4/+12 |
| * | | | | crush: drop unnecessary include from mapper.c | Ilya Dryomov | 2015-04-22 | 1 | -1/+0 |
| * | | | | libceph: expose client options through debugfs | Ilya Dryomov | 2015-04-20 | 1 | -0/+24 |
| * | | | | libceph, ceph: split ceph_show_options() | Ilya Dryomov | 2015-04-20 | 1 | -0/+37 |
| * | | | | libceph: don't overwrite specific con error msgs | Ilya Dryomov | 2015-04-20 | 1 | -12/+13 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-04-22 | 3 | -1/+8 |
|\ \ \ \ \ |
|
| * | | | | | tcp: add memory barriers to write space paths | jbaron@akamai.com | 2015-04-21 | 2 | -1/+5 |