summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-03-23vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun
2019-03-23netlabel: fix out-of-bounds memory accessesPaul Moore
2019-03-23net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-23net: Add __icmp_send helper.Nazarov Sergey
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-08net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-02-08inet: frags: better deal with smp racesEric Dumazet
2019-02-08ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2019-02-08ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-02-08ip: process in-order fragments efficientlyPeter Oskolkov
2019-02-08ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov
2019-02-08ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2019-02-08inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2019-02-08inet: frags: do not clone skb in ip_expire()Eric Dumazet
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2019-02-08inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2019-02-08inet: frags: remove some helpersEric Dumazet
2019-02-08ipfrag: really prevent allocation on netns exitPaolo Abeni