summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-14tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner
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
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-21tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-21tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-11-25ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-09-21tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-25inet: switch IP ID generator to siphashEric Dumazet
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-08-04tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-08-04ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-08-04igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-07-10bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-07-10ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-27tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-17tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2019-06-11ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-06-11ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-05-25xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-05-25vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-08ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-02net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet