summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-22nexthop: add support for notifiersRoopa Prabhu
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley
2020-05-20handle the group_source_req options directlyAl Viro
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro
2020-05-20get rid of compat_mc_getsockopt()Al Viro
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
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-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-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