summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-45/+74
2019-06-18net: ipv4: remove erroneous advancement of list pointerFlorian Westphal1-2/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+71
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-66/+31
2019-06-17Merge branch 'tcp-fixes'David S. Miller7-9/+42
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera1-388/+6
2019-06-17tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2-5/+5
2019-06-16tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-16tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-16tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-16tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-15tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-15tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-15udp: Remove unused variable/function (exact_dif)Tim Beale1-12/+0
2019-06-15udp: Remove unused parameter (exact_dif)Tim Beale1-5/+5
2019-06-15ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2-6/+11
2019-06-15ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2-1/+18
2019-06-15tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-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-10ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-10tcp: 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/gre...Linus Torvalds3-32/+3
2019-06-08Merge 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-07bpf: 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-06inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-06ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-12/+12
2019-06-06net: 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-05ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern6-46/+69
2019-06-05udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1