summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-1/+0
* udp: Add socket based GRO and configTom Herbert2016-04-071-0/+7
* udp: Add GRO functions to UDP socketTom Herbert2016-04-072-2/+13
* udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+4
* net: Checks skb_dst to be NULL in inet_iifTom Herbert2016-04-071-3/+4
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-4/+0
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+10
* sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-1/+6
* vxlan: implement GPEJiri Benc2016-04-062-0/+69
* ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-2/+9
* udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-052-1/+8
* udp: remove headers from UDP packets before queueingsamanthakumar2016-04-052-0/+10
* sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn2016-04-051-11/+13
* tcp: increment sk_drops for listenersEric Dumazet2016-04-051-0/+13
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-051-0/+7
* sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-051-0/+1
* tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-052-20/+32
* inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-051-16/+15
* tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-051-6/+1
* udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-053-11/+11
* net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-051-0/+2
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-042-6/+10
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+2
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+2
* sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-042-0/+11
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-041-1/+2
* sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-0/+2
* stmmac: add new DT platform entries for GMAC4Alexandre TORGUE2016-04-031-0/+2
* tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-031-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-025-1/+11
|\
| * stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-1/+1
| * Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-1/+0
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-0/+4
| * bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-311-0/+1
| * netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-0/+4
| * net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-251-0/+2
* | mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach2016-04-021-1/+1
* | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-021-1/+1
* | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams2016-03-291-6/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-18/+45
|\ \
| * | ceph: fix security xattr deadlockYan, Zheng2016-03-251-1/+2
| * | libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+2
| * | libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+4
| * | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+3
| * | libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-1/+1
| * | libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-252-0/+6
| * | libceph: monc ping rate is 10sIlya Dryomov2016-03-251-2/+3
| * | libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-253-10/+24
* | | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds2016-03-261-2/+8
|\ \ \
| * | | NTB: Make _addr functions optional in the APIAllen Hubbe2016-03-221-2/+8