Age | Commit message (Expand) | Author |
2018-08-06 | net: avoid unnecessary sock_flag() check when enable timestamp | Yafang Shao |
2018-08-02 | net/socket: remove duplicated init code | Matthieu Baerts |
2018-07-24 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-23 | sock: fix sg page frag coalescing in sk_alloc_sg | Daniel Borkmann |
2018-07-04 | net/sched: Make etf report drops on error_queue | Jesus Sanchez-Palencia |
2018-07-04 | net: Add a new socket option for a future transmit time. | Richard Cochran |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-02 | net: expose sk wmem in sock_exceed_buf_limit tracepoint | Yafang Shao |
2018-07-02 | net: Record receive queue number for a connection | Amritha Nambiar |
2018-06-29 | net, mm: account sock objects to kmemcg | Shakeel Butt |
2018-06-12 | Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets" | Bart Van Assche |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-06-04 | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets | Maciej Żenczykowski |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net: remove sock_no_poll | Christoph Hellwig |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-18 | sock_diag: fix use-after-free read in __sk_free | Eric Dumazet |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-05-10 | net/sock: Update memalloc_socks static key to modern api | Davidlohr Bueso |
2018-05-03 | net: initial AF_XDP skeleton | Björn Töpel |
2018-04-16 | tcp: fix SO_RCVLOWAT and RCVBUF autotuning | Eric Dumazet |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-03-19 | net: generalize sk_alloc_sg to work with scatterlist rings | John Fastabend |
2018-03-19 | sock: make static tls function alloc_sg generic sock helper | John Fastabend |
2018-03-14 | sock: remove zerocopy sockopt restriction on closed tcp state | Willem de Bruijn |
2018-03-12 | sock_diag: request _diag module only when the family or proto has been regist... | Xin Long |
2018-03-07 | sock: Fix SO_ZEROCOPY switch case | Jesus Sanchez-Palencia |
2018-02-21 | tcp: switch to GSO being always on | Eric Dumazet |
2018-02-16 | sock: permit SO_ZEROCOPY on PF_RDS socket | Sowmini Varadhan |
2018-02-13 | net: Convert proto_net_ops | Kirill Tkhai |
2018-02-13 | net: Convert net_inuse_ops | Kirill Tkhai |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-02-02 | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan |
2018-01-15 | net: Restrict unwhitelisted proto caches to size 0 | Kees Cook |
2018-01-15 | net: Define usercopy region in struct proto slab cache | David Windsor |
2017-12-19 | sock: Move the socket inuse to namespace. | Tonghao Zhang |
2017-12-19 | sock: Change the netns_core member name. | Tonghao Zhang |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) |
2017-11-14 | tcp: allow drivers to tweak TSQ logic | Eric Dumazet |
2017-11-11 | sock: Remove the global prot_inuse counter. | Tonghao Zhang |