aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-06-03net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-05-28Merge tag 'v4.14.181' into v4.14/standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.14.178' into v4.14/standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.14.177' into v4.14/standard/baseBruce Ashfield
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-20netlabel: cope with NULL catmapPaolo Abeni
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-05-02vti4: removed duplicate log message.Jeremy Sowden
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2020-04-24net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi
2020-04-14Merge tag 'v4.14.176' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.175' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.174' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.171' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.170' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.169' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.168' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.167' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.165' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.164' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.162' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.160' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.159' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.158' into v4.14/standard/baseBruce Ashfield
2020-04-14Merge tag 'v4.14.155' into v4.14/standard/baseBruce Ashfield
2020-04-13net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy
2020-04-13ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce
2020-03-20inet_diag: return classid for all socket typesDmitry Yakunin
2020-03-20net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-20net: memcg: late association of sock to memcgShakeel Butt
2020-03-20gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet
2020-02-14tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-14tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang
2020-01-29net, ip_tunnel: fix namespaces moveWilliam Dauchy
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang
2020-01-23netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-01-14netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet