aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-05-12erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu1-1/+2
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig1-1/+2
2020-05-11xfrm: fix unused variable warning if CONFIG_NETFILTER=nFlorian Westphal1-1/+1
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+6
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev1-4/+6
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev1-5/+5
2020-05-07tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+0
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2-7/+5
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2-23/+1
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal1-21/+0
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2-6/+0
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal2-41/+0
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend1-1/+0
2020-05-05erspan: Add type I version 0 support.William Tu1-15/+43
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-31/+19
2020-05-01net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-2/+2
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet3-2/+11
2020-04-30tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet1-1/+11
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet3-13/+37
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin1-0/+31
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin1-0/+7
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-4/+0
2020-04-30mptcp: consolidate synack processing.Paolo Abeni1-3/+0
2020-04-28docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu4-2/+16
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu1-1/+1
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann3-31/+19
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-0/+1
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-1/+9
2020-04-27bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang1-3/+6
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig3-31/+19
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-2/+6
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+3
2020-04-23ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long1-1/+22
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-3/+3
2020-04-22xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern1-2/+0
2020-04-21esp4: support ipv6 nexthdrs process for beet gso segmentXin Long1-4/+9
2020-04-20net: ipv4: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-04-20xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long1-3/+1
2020-04-09net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds45-515/+705
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+5
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-79/+115
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-2/+4