summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-04-24net: 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-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce
2020-02-14tcp: clear tp->segs_{in|out} 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-29net, ip_tunnel: fix namespaces moveWilliam Dauchy
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-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-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
2019-03-23tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet
2019-03-23tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-23route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-23netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2019-03-23udplite: call proper backlog handlersEric Dumazet