summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet
2019-02-08inet: frags: refactor ipfrag_init()Eric Dumazet
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet
2019-02-06net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2019-01-26ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-13ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-21net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-10gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-20ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-20ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-10-13tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-10-13tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-10-13tcp: fix a stale ooo_last_skb after a replaceEric Dumazet
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng