summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-04-21net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi
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-02tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-04-02net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata
2020-04-02net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce
2020-03-18net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-18net: memcg: late association of sock to memcgShakeel Butt
2020-03-18inet_diag: return classid for all socket typesDmitry Yakunin
2020-03-18gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni
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-27net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen
2020-01-27net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski
2020-01-27ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu
2020-01-27net: always initialize pagedlenWillem de Bruijn
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric 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-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-17gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2019-12-13tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2019-12-13tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-05tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng
2019-12-05net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi