summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
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-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-03-19tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet
2019-03-19tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-13vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun
2019-03-13net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-13net: Add __icmp_send helper.Nazarov Sergey
2019-03-13netlabel: fix out-of-bounds memory accessesPaul Moore
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-20netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2019-02-06Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman
2019-01-31ipfrag: really prevent allocation on netns exitPaolo Abeni
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-23ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-08ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-11-23inet: frags: better deal with smp racesEric Dumazet
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-18ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-10-18ip: process in-order fragments efficientlyPeter Oskolkov
2018-10-18ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-10-18ip: use rb trees for IP frag queue.Peter Oskolkov
2018-10-18net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-10-18ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-10-18inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-10-18inet: frags: do not clone skb in ip_expire()Eric Dumazet
2018-10-18inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-10-18inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-10-18inet: frags: get rif of inet_frag_evicting()Eric Dumazet