summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-02-08ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-51/+20
2019-02-08inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-24/+16
2019-02-08inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet2-6/+6
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2-14/+2
2019-02-08inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-33/+32
2019-02-08inet: frags: remove some helpersEric Dumazet2-8/+3
2019-02-08ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet2-344/+117
2019-02-08inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet2-11/+16
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2019-02-06net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-4/+14
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-26ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-7/+5
2019-01-13ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+8
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-21net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-10gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2-4/+58
2018-10-20ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-20ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-10-13tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-10-13tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-10-13tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-5/+11
2018-10-13tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang4-154/+211
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet2-13/+21
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-17tcp: Fix missing range_truesize enlargement in the backportTakashi Iwai1-0/+1
2018-08-15ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer1-0/+1
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet1-5/+5
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2-13/+15
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-08-06ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-08-06ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+14
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3