summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-05-02vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann1-2/+1
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2020-04-24net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-13net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy1-5/+1
2020-04-13ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai1-0/+3
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2-8/+31
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-03-20inet_diag: return classid for all socket typesDmitry Yakunin3-28/+26
2020-03-20net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-20net: memcg: late association of sock to memcgShakeel Butt1-0/+20
2020-03-20gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-02-15tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-15tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-15tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-15tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel1-2/+11
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-23netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal1-9/+10
2020-01-14netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal1-11/+16
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet3-13/+15
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu3-6/+10
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2019-12-21inet: protect against too small mtu values.Eric Dumazet2-10/+9
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-17tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet1-3/+7
2019-12-17tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2019-12-17tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-12-17tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu1-3/+19
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-0/+3
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2-2/+2
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15