Age | Commit message (Expand) | Author |
2016-01-14 | mm: memcontrol: generalize the socket accounting jump label | Johannes Weiner |
2016-01-14 | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner |
2016-01-14 | net: tcp_memcontrol: sanitize tcp memory accounting callbacks | Johannes Weiner |
2016-01-14 | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label | Johannes Weiner |
2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-17 | net: check both type and procotol for tcp sockets | WANG Cong |
2015-12-11 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet |
2015-12-08 | sock, cgroup: add sock->sk_cgroup | Tejun Heo |
2015-12-08 | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo |
2015-12-05 | sctp: update the netstamp_needed counter when copying sockets | Marcelo Ricardo Leitner |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet |
2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-02 | net: make skb_set_owner_w() more robust | Eric Dumazet |
2015-10-27 | sock: don't enable netstamp for af_unix sockets | Hannes Frederic Sowa |
2015-10-12 | net: SO_INCOMING_CPU setsockopt() support | Eric Dumazet |
2015-10-12 | sock: support per-packet fwmark | Edward Jee |
2015-10-03 | tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets | Eric Dumazet |
2015-09-15 | net: core: drop null test before destroy functions | Julia Lawall |
2015-08-27 | sock: fix kernel doc error | Jean Sacren |
2015-07-30 | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s... | Sowmini Varadhan |
2015-07-27 | tcp: fix recv with flags MSG_WAITALL | MSG_PEEK | Sabrina Dubroca |
2015-06-30 | sock_diag: don't broadcast kernel sockets | Craig Gallek |
2015-06-28 | net: Kill sock->sk_protinfo | David Miller |
2015-06-15 | sock_diag: define destruction multicast groups | Craig Gallek |
2015-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-11 | net: don't wait for order-3 page allocation | Shaohua Li |
2015-06-10 | net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d... | Mel Gorman |
2015-05-26 | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet |
2015-05-17 | net: fix sk_mem_reclaim_partial() | Eric Dumazet |
2015-05-11 | net: kill sk_change_net and sk_release_kernel | Eric W. Biederman |
2015-05-11 | net: Modify sk_alloc to not reference count the netns of kernel sockets. | Eric W. Biederman |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman |
2015-05-04 | Revert "net: kernel socket should be released in init_net namespace" | Herbert Xu |
2015-04-12 | tcp: do not cache align timewait sockets | Eric Dumazet |
2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-06 | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org |
2015-03-23 | net: Move the comment about unsettable socket-level options to default clause... | YOSHIFUJI Hideaki/吉藤英明 |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet |
2015-03-16 | net: kernel socket should be released in init_net namespace | Ying Xue |
2015-03-16 | inet: factorize sock_edemux()/sock_gen_put() code | Eric Dumazet |
2015-03-12 | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state | Eric Dumazet |
2015-03-12 | net: add req_prot_cleanup() & req_prot_init() helpers | Eric Dumazet |
2015-03-12 | net: Kill hold_net release_net | Eric W. Biederman |
2015-03-11 | net: add real socket cookies | Eric Dumazet |
2015-03-10 | net: add comment for sock_efree() usage | Oliver Hartkopp |