summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-04-07udp: Remove udp_offloadsTom Herbert
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert
2016-04-07udp: Add socket based GRO and configTom Herbert
2016-04-07udp: Add GRO functions to UDP socketTom Herbert
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa
2016-04-06vxlan: implement GPEJiri Benc
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-04-04inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn
2016-04-02stmmac: add new DT platform entries for GMAC4Alexandre TORGUE
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-01mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach
2016-04-01include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann
2016-03-28x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-03-26Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-25include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa
2016-03-25oom: make oom_reaper_list single linkedVladimir Davydov
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko