aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-5/+2
2020-03-16tcp: fix stretch ACK bugs in YeahPengcheng Yang1-30/+11
2020-03-16tcp: fix stretch ACK bugs in VenoPengcheng Yang1-4/+5
2020-03-16tcp: stretch ACK fixes in Veno prepPengcheng Yang1-21/+23
2020-03-16tcp: fix stretch ACK bugs in ScalablePengcheng Yang1-8/+9
2020-03-16tcp: fix stretch ACK bugs in BICPengcheng Yang1-5/+6
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+4
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-107/+68
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-30/+56
2020-03-12inet: Use fallthrough;Joe Perches15-23/+23
2020-03-12tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPORT per EUID.Kuniyuki Iwashima1-3/+9
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exhausted.Kuniyuki Iwashima2-1/+18
2020-03-12tcp: Remove unnecessary conditions in inet_csk_bind_conflict().Kuniyuki Iwashima1-10/+8
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-11tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-11raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-10net: memcg: late association of sock to memcgShakeel Butt1-0/+20
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer2-0/+54
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-79/+5
2020-03-09bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer1-20/+22
2020-03-09skmsg: Update saved hooks only onceLorenz Bauer1-15/+1
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer1-7/+0
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin3-28/+26
2020-03-08gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-02Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2-4/+4
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-157/+223
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-6/+8
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-0/+74
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau4-56/+86
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau4-101/+63
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+11
2020-02-26tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy1-1/+4
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+48
2020-02-24tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing1-2/+0
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-2/+21
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2-0/+16
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2-2/+5
2020-02-20net: remove unused macro from fib_trie.cLi RongQing1-5/+0
2020-02-19udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-02-19net/ipv4/sysctl: show tcp_{allowed, available}_congestion_control in non-initial netnsChristian Brauner1-12/+12
2020-02-19ESP: Export esp_output_fill_trailer functionRaed Salem1-16/+0
2020-02-16tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy1-1/+7