| Commit message (Expand) | Author | Age | Files | Lines |
* | vxlan: change vxlan to use UDP socket GRO | Tom Herbert | 2016-04-07 | 1 | -1/+0 |
* | udp: Add socket based GRO and config | Tom Herbert | 2016-04-07 | 1 | -0/+7 |
* | udp: Add GRO functions to UDP socket | Tom Herbert | 2016-04-07 | 2 | -2/+13 |
* | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb | Tom Herbert | 2016-04-07 | 1 | -0/+4 |
* | net: Checks skb_dst to be NULL in inet_iif | Tom Herbert | 2016-04-07 | 1 | -3/+4 |
* | tun: use socket locks for sk_{attach,detatch}_filter | Hannes Frederic Sowa | 2016-04-07 | 1 | -4/+0 |
* | net: introduce lockdep_is_held and update various places to use it | Hannes Frederic Sowa | 2016-04-07 | 1 | -2/+10 |
* | sock: fix lockdep annotation in release_sock | Hannes Frederic Sowa | 2016-04-07 | 1 | -1/+6 |
* | vxlan: implement GPE | Jiri Benc | 2016-04-06 | 2 | -0/+69 |
* | ip_tunnel: implement __iptunnel_pull_header | Jiri Benc | 2016-04-06 | 1 | -2/+9 |
* | udp: enable MSG_PEEK at non-zero offset | samanthakumar | 2016-04-05 | 2 | -1/+8 |
* | udp: remove headers from UDP packets before queueing | samanthakumar | 2016-04-05 | 2 | -0/+10 |
* | sock: convert sk_peek_offset functions to WRITE_ONCE | Willem de Bruijn | 2016-04-05 | 1 | -11/+13 |
* | tcp: increment sk_drops for listeners | Eric Dumazet | 2016-04-05 | 1 | -0/+13 |
* | tcp: increment sk_drops for dropped rx packets | Eric Dumazet | 2016-04-05 | 1 | -0/+7 |
* | sock_diag: add SK_MEMINFO_DROPS | Eric Dumazet | 2016-04-05 | 1 | -0/+1 |
* | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 2016-04-05 | 2 | -20/+32 |
* | inet: reqsk_alloc() needs to take care of dead listeners | Eric Dumazet | 2016-04-05 | 1 | -16/+15 |
* | tcp/dccp: remove BH disable/enable in lookup | Eric Dumazet | 2016-04-05 | 1 | -6/+1 |
* | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet | 2016-04-05 | 3 | -11/+11 |
* | net: add SOCK_RCU_FREE socket flag | Eric Dumazet | 2016-04-05 | 1 | -0/+2 |
* | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 2016-04-04 | 2 | -6/+10 |
* | ipv6: process socket-level control messages in IPv6 | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |
* | ipv4: process socket-level control messages in IPv4 | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |
* | sock: accept SO_TIMESTAMPING flags in socket cmsg | Soheil Hassas Yeganeh | 2016-04-04 | 2 | -0/+11 |
* | tcp: use one bit in TCP_SKB_CB to mark ACK timestamps | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop | Willem de Bruijn | 2016-04-04 | 1 | -0/+2 |
* | stmmac: add new DT platform entries for GMAC4 | Alexandre TORGUE | 2016-04-03 | 1 | -0/+2 |
* | tcp: remove cwnd moderation after recovery | Yuchung Cheng | 2016-04-03 | 1 | -11/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-04-02 | 5 | -1/+11 |
|\ |
|
| * | stmmac: fix MDIO settings | Giuseppe CAVALLARO | 2016-04-01 | 1 | -1/+1 |
| * | Revert "stmmac: Fix 'eth0: No PHY found' regression" | Giuseppe CAVALLARO | 2016-04-01 | 1 | -1/+0 |
| * | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter | Daniel Borkmann | 2016-04-01 | 1 | -0/+4 |
| * | bpf: make padding in bpf_tunnel_key explicit | Daniel Borkmann | 2016-03-31 | 1 | -0/+1 |
| * | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 2016-03-28 | 1 | -0/+4 |
| * | net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362 | Jaedon Shin | 2016-03-25 | 1 | -0/+2 |
* | | mm/page_isolation: fix tracepoint to mirror check function behavior | Lucas Stach | 2016-04-02 | 1 | -1/+1 |
* | | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang | 2016-04-02 | 1 | -1/+1 |
* | | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() | Dan Williams | 2016-03-29 | 1 | -6/+16 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 | 5 | -18/+45 |
|\ \ |
|
| * | | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -1/+2 |
| * | | libceph: add helper that duplicates last extent operation | Yan, Zheng | 2016-03-25 | 1 | -0/+2 |
| * | | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 2016-03-25 | 1 | -2/+4 |
| * | | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng | 2016-03-25 | 1 | -2/+3 |
| * | | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov | 2016-03-25 | 1 | -1/+1 |
| * | | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov | 2016-03-25 | 2 | -0/+6 |
| * | | libceph: monc ping rate is 10s | Ilya Dryomov | 2016-03-25 | 1 | -2/+3 |
| * | | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 2016-03-25 | 3 | -10/+24 |
* | | | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb | Linus Torvalds | 2016-03-26 | 1 | -2/+8 |
|\ \ \ |
|
| * | | | NTB: Make _addr functions optional in the API | Allen Hubbe | 2016-03-22 | 1 | -2/+8 |