summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-10nexthops: add support for replaceDavid Ahern
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing
2019-06-10Update my email addressJozsef Kadlecsik
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau