summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-09-121-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-09-121-12/+25
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-211-1/+1
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-221-4/+1
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-4/+6
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-222-7/+13
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-2/+8
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-301-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-301-6/+8
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-5/+2
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-06-031-1/+1
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-2/+4
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-021-2/+0
* vti4: removed duplicate log message.Jeremy Sowden2020-05-021-3/+1
* net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2020-05-021-2/+1
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2020-05-021-1/+3
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-241-4/+9
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-131-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-131-0/+3
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-022-8/+31
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2020-04-021-3/+4
* ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-03-201-1/+6
* gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-201-2/+10
* tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-141-0/+2
* tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-141-0/+1
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-291-2/+1
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-231-3/+4
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-231-9/+10
* netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2020-01-141-11/+16
* tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2020-01-141-5/+9
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-043-13/+15
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* inet: protect against too small mtu values.Eric Dumazet2019-12-212-10/+9