Age | Commit message (Expand) | Author |
2019-01-01 | sock: Make sock->sk_stamp thread-safe | Deepa Dinamani |
2018-12-07 | net: call sk_dst_reset when set SO_DONTROUTE | yupeng |
2018-12-03 | udp: msg_zerocopy | Willem de Bruijn |
2018-11-08 | sock: Reset dst when changing sk_mark via setsockopt | David Barmann |
2018-11-07 | net: ensure unbound datagram socket to be chosen when not in a VRF | Mike Manning |
2018-11-05 | sock_diag: fix autoloading of the raw_diag module | Andrei Vagin |
2018-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-10-15 | net: extend sk_pacing_rate to unsigned long | Eric Dumazet |
2018-10-15 | tls: convert to generic sk_msg interface | Daniel Borkmann |
2018-10-02 | tcp: do not release socket ownership in tcp_close() | Eric Dumazet |
2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller |
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 |