summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig
2020-05-19ipv4: streamline ipmr_new_tunnelChristoph Hellwig
2020-05-19net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann
2020-05-18ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-18esp4: improve xfrm4_beet_gso_segment() to be more readableXin Long
2020-05-17net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover
2020-05-14ipmr: Fix RCU list debugging warningAmol Grover
2020-05-14tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet
2020-05-12netlabel: cope with NULL catmapPaolo Abeni
2020-05-12erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig
2020-05-11xfrm: fix unused variable warning if CONFIG_NETFILTER=nFlorian Westphal
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev
2020-05-07tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet
2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend
2020-05-05erspan: Add type I version 0 support.William Tu
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-01net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet
2020-04-30tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-30mptcp: consolidate synack processing.Paolo Abeni
2020-04-28docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann