summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-4/+7
* tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-071-2/+7
* udp: fix gso_segs calculationsJosh Hunt2019-10-071-1/+1
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-10-055-18/+25
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-10-051-4/+4
* net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-10-011-3/+0
* udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-212-2/+5
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-191-1/+1
* tcp: remove empty skb from write queue in error casesEric Dumazet2019-09-101-10/+20
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* net: fix __ip_mc_inc_group usageLi RongQing2019-09-061-2/+2
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-253-1/+11
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-161-0/+1
* ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-08-091-0/+3
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-281-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-282-4/+6
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-2/+11
* ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-281-0/+8
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-07-281-6/+2
* ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-215-12/+13
|\
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| * net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
| * ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2121-87/+21
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1920-85/+20
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1710-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-151-0/+1
| | * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-153-2/+13
| | * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-152-0/+6
| | * tcp: limit payload size of sacked skbsEric Dumazet2019-06-153-9/+24
| * | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| |/
| * tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-141-0/+8
| * tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-141-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-091-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-061-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/+3
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1