aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang
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
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 off-by-one bug on aborting window-probing socketYuchung Cheng
2019-11-19Merge tag 'v4.4.200' into standard/baseBruce Ashfield
2019-11-19Merge tag 'v4.4.198' into standard/baseBruce Ashfield
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-10Merge tag 'v4.4.196' into standard/baseBruce Ashfield
2019-10-10Merge tag 'v4.4.194' into standard/baseBruce Ashfield
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-15Merge tag 'v4.4.191' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.189' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.187' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.185' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.184' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.182' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.181' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.180' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.179' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.178' into standard/baseBruce Ashfield
2019-09-15Merge tag 'v4.4.176' into standard/baseBruce Ashfield
2019-09-06inet: 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-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-11xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-06-11vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-16ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-16ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-16ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-27tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-03net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2019-04-03tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet