| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-05-24 | 6 | -62/+81 |
|\ |
|
| * | sunrpc: fix stripping of padded MIC tokens | Tomáš Trnka | 2016-05-23 | 1 | -2/+2 |
| * | svcrpc: autoload rdma module | J. Bruce Fields | 2016-05-23 | 1 | -4/+19 |
| * | svcrdma: Generalize svc_rdma_xdr_decode_req() | Chuck Lever | 2016-05-13 | 2 | -11/+23 |
| * | svcrdma: Eliminate code duplication in svc_rdma_recvfrom() | Chuck Lever | 2016-05-13 | 1 | -21/+5 |
| * | svcrdma: Drain QP before freeing svcrdma_xprt | Chuck Lever | 2016-05-13 | 1 | -0/+3 |
| * | svcrdma: Post Receives only for forward channel requests | Chuck Lever | 2016-05-13 | 1 | -1/+1 |
| * | svcrdma: Remove superfluous line from rdma_read_chunks() | Chuck Lever | 2016-05-13 | 1 | -3/+1 |
| * | svcrdma: svc_rdma_put_context() is invoked twice in Send error path | Chuck Lever | 2016-05-13 | 1 | -15/+13 |
| * | svcrdma: Do not add XDR padding to xdr_buf page vector | Chuck Lever | 2016-05-13 | 1 | -1/+1 |
| * | svcrdma: Support IPv6 with NFS/RDMA | Shirley Ma | 2016-05-13 | 1 | -1/+11 |
| * | Remove unnecessary allocation | J. Bruce Fields | 2016-05-03 | 1 | -3/+2 |
* | | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-05-21 | 3 | -27/+24 |
|\ \ |
|
| * \ | Merge 4.6-rc7 into tty-next | Greg Kroah-Hartman | 2016-05-09 | 34 | -238/+376 |
| |\ \ |
|
| * | | | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 2016-04-30 | 2 | -8/+9 |
| * | | | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 2016-04-30 | 3 | -7/+4 |
| * | | | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -5/+5 |
| * | | | tty: Replace ASYNC_CTS_FLOW bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -2/+1 |
| * | | | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
| * | | | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 2 | -4/+4 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-05-21 | 33 | -303/+714 |
|\ \ \ |
|
| * | | | udp: prevent skbs lingering in tunnel socket queues | Hannes Frederic Sowa | 2016-05-21 | 2 | -2/+2 |
| * | | | ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE | Alexander Duyck | 2016-05-21 | 1 | -4/+8 |
| * | | | RDS: TCP: Avoid rds connection churn from rogue SYNs | Sowmini Varadhan | 2016-05-21 | 1 | -4/+6 |
| * | | | RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp | Sowmini Varadhan | 2016-05-21 | 1 | -0/+3 |
| * | | | ipv6: Don't reset inner headers in ip6_tnl_xmit | Tom Herbert | 2016-05-21 | 1 | -5/+0 |
| * | | | ip4ip6: Support for GSO/GRO | Tom Herbert | 2016-05-21 | 3 | -6/+44 |
| * | | | ip6ip6: Support for GSO/GRO | Tom Herbert | 2016-05-21 | 2 | -3/+26 |
| * | | | ipv6: Set features for IPv6 tunnels | Tom Herbert | 2016-05-21 | 1 | -0/+9 |
| * | | | ip6_tunnel: Add support for fou/gue encapsulation | Tom Herbert | 2016-05-21 | 1 | -0/+72 |
| * | | | ip6_gre: Add support for fou/gue encapsulation | Tom Herbert | 2016-05-21 | 1 | -4/+75 |
| * | | | fou: Add encap ops for IPv6 tunnels | Tom Herbert | 2016-05-21 | 2 | -0/+141 |
| * | | | ip6_tun: Add infrastructure for doing encapsulation | Tom Herbert | 2016-05-21 | 2 | -13/+86 |
| * | | | fou: Support IPv6 in fou | Tom Herbert | 2016-05-21 | 1 | -12/+35 |
| * | | | fou: Split out {fou,gue}_build_header | Tom Herbert | 2016-05-21 | 1 | -10/+37 |
| * | | | fou: Call setup_udp_tunnel_sock | Tom Herbert | 2016-05-21 | 1 | -34/+16 |
| * | | | net: Cleanup encap items in ip_tunnels.h | Tom Herbert | 2016-05-21 | 2 | -45/+4 |
| * | | | ipv6: Change "final" protocol processing for encapsulation | Tom Herbert | 2016-05-21 | 1 | -1/+14 |
| * | | | ipv6: Fix nexthdr for reinjection | Tom Herbert | 2016-05-21 | 1 | -3/+15 |
| * | | | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert | 2016-05-21 | 6 | -18/+15 |
| * | | | gso: Remove arbitrary checks for unsupported GSO | Tom Herbert | 2016-05-21 | 7 | -102/+1 |
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2016-05-19 | 6 | -25/+93 |
| |\ \ \ |
|
| | * | | | batman-adv: initialize ELP orig address on secondary interfaces | Marek Lindner | 2016-05-18 | 3 | -9/+34 |
| | * | | | batman-adv: Avoid duplicate neigh_node additions | Linus Lüssing | 2016-05-18 | 1 | -2/+4 |
| | * | | | batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tq | Sven Eckelmann | 2016-05-18 | 1 | -2/+3 |
| | * | | | batman-adv: make sure ELP/OGM orig MAC is updated on address change | Antonio Quartulli | 2016-05-18 | 1 | -4/+22 |
| | * | | | batman-adv: Fix unexpected free of bcast_own on add_if error | Sven Eckelmann | 2016-05-18 | 1 | -3/+1 |
| | * | | | batman-adv: Fix refcnt leak in batadv_v_neigh_* | Sven Eckelmann | 2016-05-18 | 1 | -7/+25 |
| | * | | | batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sob | Sven Eckelmann | 2016-05-18 | 1 | -0/+4 |
| | * | | | batman-adv: fix skb deref after free | Florian Westphal | 2016-05-18 | 1 | -1/+3 |