summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet2020-05-261-1/+1
* tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
* ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter2020-05-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-246-32/+35
|\
| * net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-212-3/+2
| * net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
| * net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
| * net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-05-191-19/+24
| * net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
| * nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-2/+6
|\ \
| * | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-2/+6
* | | nexthop: add support for notifiersRoopa Prabhu2020-05-221-0/+27
* | | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-25/+107
* | | handle the group_source_req options directlyAl Viro2020-05-201-2/+21
* | | ipv4: take handling of group_source_req options into a helperAl Viro2020-05-201-39/+44
* | | ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-201-0/+31
* | | ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* | | set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro2020-05-201-33/+40
* | | get rid of compat_mc_getsockopt()Al Viro2020-05-201-3/+41
* | | ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-202-18/+19
* | | compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-201-1/+9
* | | impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig2020-05-191-11/+3
* | | net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-194-62/+51
* | | ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig2020-05-191-40/+13
* | | ipv4: streamline ipmr_new_tunnelChristoph Hellwig2020-05-191-37/+36
* | | ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-6/+32
* | | netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-5/+18
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-156-18/+36
|\|
| * ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
| * ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
| * tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
| * netlabel: cope with NULL catmapPaolo Abeni2020-05-121-2/+4
| * tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-122-4/+13
| * net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-4/+6
| |\
| | * bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-061-1/+0
| | * bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-04-271-3/+6
| * | net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-081-2/+4
* | | inet_connection_sock: factor out destroy helper.Paolo Abeni2020-05-151-5/+1
* | | mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-9/+11
|\ \ \
| * | | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-4/+6
| * | | net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-091-5/+5
* | | | erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu2020-05-121-1/+2
* | | | net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-1/+2
* | | | tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai2020-05-071-25/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-7/+0
|\ \ \ \ | | |/ / | |/| |
| * | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-4/+0
| * | | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-3/+0
| | |/ | |/|