summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-12-01net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-10ipv4: fix route update on metric change.Paolo Abeni
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet