aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06vxlan: implement GPEJiri Benc2-0/+69
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-2/+9
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar2-1/+8
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar2-0/+10
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn1-11/+13
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-0/+13
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet1-0/+1
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2-20/+32
2016-04-04inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet1-16/+15
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-6/+1
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet3-11/+11
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-0/+2
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh2-6/+10
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+2
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+2
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2-0/+11
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-0/+2
2016-04-02stmmac: add new DT platform entries for GMAC4Alexandre TORGUE1-0/+2
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-1/+11
2016-04-01mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach1-1/+1
2016-04-01include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang1-1/+1
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO1-1/+1
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO1-1/+0
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-0/+4
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-0/+1
2016-03-28x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams1-6/+16
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai1-0/+4
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-18/+45
2016-03-26Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds1-2/+8
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+3
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-0/+32
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko3-12/+31
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2-10/+13
2016-03-25mm, kasan: SLAB supportAlexander Potapenko4-0/+43
2016-03-25include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa1-2/+0
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa1-2/+0
2016-03-25oom: make oom_reaper_list single linkedVladimir Davydov1-1/+1
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko1-0/+2
2016-03-25mm, oom_reaper: implement OOM victims queuingMichal Hocko1-0/+3
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko1-1/+1
2016-03-25mm, oom: introduce oom reaperMichal Hocko1-0/+2
2016-03-25sched: add schedule_timeout_idle()Andrew Morton1-0/+1
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-1/+2
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng1-0/+2
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-2/+4
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-2/+3
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov1-1/+1