Age | Commit message (Expand) | Author |
2016-04-05 | udp: enable MSG_PEEK at non-zero offset | samanthakumar |
2016-04-05 | udp: remove headers from UDP packets before queueing | samanthakumar |
2016-04-05 | sock: convert sk_peek_offset functions to WRITE_ONCE | Willem de Bruijn |
2016-04-05 | tcp: increment sk_drops for listeners | Eric Dumazet |
2016-04-05 | tcp: increment sk_drops for dropped rx packets | Eric Dumazet |
2016-04-05 | sock_diag: add SK_MEMINFO_DROPS | Eric Dumazet |
2016-04-05 | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet |
2016-04-05 | inet: reqsk_alloc() needs to take care of dead listeners | Eric Dumazet |
2016-04-05 | tcp/dccp: remove BH disable/enable in lookup | Eric Dumazet |
2016-04-05 | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet |
2016-04-05 | net: add SOCK_RCU_FREE socket flag | Eric Dumazet |
2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh |
2016-04-04 | ipv6: process socket-level control messages in IPv6 | Soheil Hassas Yeganeh |
2016-04-04 | ipv4: process socket-level control messages in IPv4 | Soheil Hassas Yeganeh |
2016-04-04 | sock: accept SO_TIMESTAMPING flags in socket cmsg | Soheil Hassas Yeganeh |
2016-04-04 | tcp: use one bit in TCP_SKB_CB to mark ACK timestamps | Soheil Hassas Yeganeh |
2016-04-04 | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop | Willem de Bruijn |
2016-04-03 | stmmac: add new DT platform entries for GMAC4 | Alexandre TORGUE |
2016-04-03 | tcp: remove cwnd moderation after recovery | Yuchung Cheng |
2016-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-04-01 | mm/page_isolation: fix tracepoint to mirror check function behavior | Lucas Stach |
2016-04-01 | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang |
2016-04-01 | stmmac: fix MDIO settings | Giuseppe CAVALLARO |
2016-04-01 | Revert "stmmac: Fix 'eth0: No PHY found' regression" | Giuseppe CAVALLARO |
2016-04-01 | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter | Daniel Borkmann |
2016-03-30 | bpf: make padding in bpf_tunnel_key explicit | Daniel Borkmann |
2016-03-29 | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() | Dan Williams |
2016-03-28 | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai |
2016-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-03-26 | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb | Linus Torvalds |
2016-03-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko |
2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko |
2016-03-25 | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko |
2016-03-25 | mm, kasan: SLAB support | Alexander Potapenko |
2016-03-25 | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() | Tetsuo Handa |
2016-03-25 | oom, oom_reaper: protect oom_reaper_list using simpler way | Tetsuo Handa |
2016-03-25 | oom: make oom_reaper_list single linked | Vladimir Davydov |
2016-03-25 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task | Michal Hocko |
2016-03-25 | mm, oom_reaper: implement OOM victims queuing | Michal Hocko |
2016-03-25 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko |
2016-03-25 | mm, oom: introduce oom reaper | Michal Hocko |
2016-03-25 | sched: add schedule_timeout_idle() | Andrew Morton |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng |
2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng |
2016-03-25 | libceph: enable large, variable-sized OSD requests | Ilya Dryomov |
2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op | Yan, Zheng |
2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len | Ilya Dryomov |
2016-03-25 | libceph: monc hunt rate is 3s with backoff up to 30s | Ilya Dryomov |
2016-03-25 | libceph: monc ping rate is 10s | Ilya Dryomov |