summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-05-22tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-04-28netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal
2020-04-28tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-04-28netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal
2020-04-28tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-02-11inet: protect against too small mtu values.Eric Dumazet
2020-02-11tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2020-02-11inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2020-01-11net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2020-01-11tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-12-19inet: stop leaking jiffies on the wireEric Dumazet
2019-12-19net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-12-19net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-11-22tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-10-31igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-05ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-10-05ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-05igmp: add a missing spin_lock_init()WANG Cong
2019-10-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2019-09-23ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-09-23ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings
2019-08-13xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-08-13xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert
2019-08-13xfrm4: Fix header checks in _decode_session4.Steffen Klassert
2019-07-09tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-07-09route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-06-20tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-05-11ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2019-05-11inet: update the IP ID generation algorithm to higher standards.Amit Klein
2019-05-02netlabel: fix out-of-bounds memory accessesPaul Moore
2019-02-11net/ipv4: defensive cipso option parsingStefan Nuernberger
2019-02-11Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2019-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-12-16ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-12-16igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-12-16igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-11-20ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-11-20multicast: do not restore deleted record source filter mode to new oneHangbin Liu
2018-11-20net: metrics: add proper netlink validationEric Dumazet
2018-10-21ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-10-21net: test tailroom before appending to linear skbWillem de Bruijn
2018-10-21tcp: purge write queue in tcp_connect_init()Eric Dumazet