summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1813-45/+74
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1810-13/+71
| |\
| | * Merge branch 'tcp-fixes'David S. Miller2019-06-177-9/+42
| | |\
| | | * tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-161-0/+1
| | | * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-163-2/+13
| | | * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-162-0/+6
| | | * tcp: limit payload size of sacked skbsEric Dumazet2019-06-163-9/+24
| | * | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| | |/
| | * tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-0/+8
| | * tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-0/+9
| | * net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
| | * tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng2019-06-101-1/+1
| | * net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-1/+9
| | |\
| | | * bpf: fix unconnected udp hooksDaniel Borkmann2019-06-071-0/+4
| | | * bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-031-1/+5
| * | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-083-32/+3Star
| |\ \ \ | | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-052-28/+2Star
* | | | net: ipv4: remove erroneous advancement of list pointerFlorian Westphal2019-06-181-2/+1Star
* | | | net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2019-06-171-66/+31Star
* | | | udp: Remove unused variable/function (exact_dif)Tim Beale2019-06-151-12/+0Star
* | | | udp: Remove unused parameter (exact_dif)Tim Beale2019-06-151-5/+5
* | | | ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2019-06-152-6/+11
* | | | ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-06-152-1/+18
* | | | tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn2019-06-151-1/+1
* | | | tcp: add optional per socket transmit delayEric Dumazet2019-06-124-8/+51
* | | | nexthops: add support for replaceDavid Ahern2019-06-101-5/+214
* | | | ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern2019-06-101-6/+65
* | | | ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-102-0/+34
* | | | nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2019-06-101-0/+31
* | | | tcp: Make tcp_fastopen_alloc_ctx staticYueHaibing2019-06-101-3/+3
* | | | ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-101-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0739-228/+52Star
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-072-14/+13Star
| |\ \ \ | | |/ / | |/| |
| | * | ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-061-12/+12
| | * | udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-051-2/+1Star
| * | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3139-214/+39Star
| |\ \ \ | | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3039-214/+39Star
* | | | inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu2019-06-061-3/+2Star
* | | | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-064-4/+4
* | | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-0/+44
* | | | ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-053-36/+177
* | | | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-056-33/+58
* | | | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-056-46/+69
* | | | net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-041-1/+1
* | | | net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-041-3/+2Star
* | | | tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet2019-06-041-2/+2
* | | | ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet2019-06-041-1/+1
* | | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-31/+57