aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale1-12/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale1-5/+5
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2-6/+11
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2-1/+18
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-12tcp: add optional per socket transmit delayEric Dumazet4-8/+51
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn1-1/+1
2019-06-10nexthops: add support for replaceDavid Ahern1-5/+214
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern2-0/+34
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+31
2019-06-10tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing1-3/+3
2019-06-10Update my email addressJozsef Kadlecsik2-2/+2
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng1-1/+1
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-32/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+9
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-228/+52
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+13
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal5-11/+5
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal1-2/+0
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-12/+12
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2-28/+2
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal1-8/+0
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal1-16/+0
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal1-19/+0
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern6-46/+69
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-31/+57
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal2-9/+20
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal1-2/+7