summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-05-21handle the group_source_req options directlyAl Viro1-2/+21
2020-05-21ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-21ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro1-0/+31
2020-05-21ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-21set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-21get rid of compat_mc_getsockopt()Al Viro1-3/+41
2020-05-21ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2-18/+19
2020-05-21compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro1-1/+9
2020-05-20impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig1-11/+3
2020-05-20net: add a new ndo_tunnel_ioctl methodChristoph Hellwig4-62/+51
2020-05-20ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig1-40/+13
2020-05-20ipv4: streamline ipmr_new_tunnelChristoph Hellwig1-37/+36
2020-05-20net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau1-19/+24
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann1-2/+6
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-6/+32
2020-05-18esp4: improve xfrm4_beet_gso_segment() to be more readableXin Long1-8/+11
2020-05-17net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern1-1/+1
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel1-5/+18
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-18/+36
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni1-5/+1
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-1/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+11
2020-05-15ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover1-3/+4
2020-05-15ipmr: Fix RCU list debugging warningAmol Grover1-1/+2
2020-05-15tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-13netlabel: cope with NULL catmapPaolo Abeni1-2/+4
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-12net: 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-09net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+6
2020-05-09net: 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-08tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+0
2020-05-07tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-07tcp: 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-03inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-31/+19
2020-05-02net: 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