summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-24net/ipv4: cleanup error condition testingPavel Machek
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun
2019-07-17fib: relax source validation check for loopback packetsCong Wang
2019-07-16netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu
2019-07-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-08ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra
2019-07-05ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing
2019-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-07-02ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal
2019-06-29igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet