summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2-8/+31
2020-04-02tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-04-02net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-04-02net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-03-18net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-18net: memcg: late association of sock to memcgShakeel Butt1-0/+20
2020-03-18inet_diag: return classid for all socket typesDmitry Yakunin3-28/+26
2020-03-18gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11tcp: 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: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
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-27net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen1-0/+5
2020-01-27net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski1-1/+1
2020-01-27ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu1-2/+3
2020-01-27net: always initialize pagedlenWillem de Bruijn1-1/+2
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
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-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet5-9/+13
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/+16
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-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
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-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-21inet: protect against too small mtu values.Eric Dumazet2-10/+8
2019-12-17gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang1-1/+1
2019-12-13tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-12-13tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-12-05tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-12-05net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-12-01net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36