aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault1-1/+7
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet1-2/+12
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet1-16/+16
2019-05-26net: add a net pointer to struct fqdirEric Dumazet1-13/+7
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-2/+1
2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-26net: rename struct fqdir fieldsEric Dumazet1-26/+26
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-2/+2
2019-05-26inet: rename netns_frags to fqdirEric Dumazet1-10/+10
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-2/+0
2019-01-25net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-262/+27
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner1-0/+7
2018-11-01net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov1-1/+0
2018-09-21ipv4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-08-29ip: fail fast on IP defrag errorsPeter Oskolkov1-9/+12
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov1-41/+69
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov1-81/+101
2018-08-05ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov1-56/+19
2018-07-31ipv4: frags: handle possible skb truesize changeEric Dumazet1-0/+5
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-3/+2
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-21/+14
2018-03-31inet: frags: do not clone skb in ip_expire()Eric Dumazet1-10/+6
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet1-5/+5
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-3/+2
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-33/+32
2018-03-31inet: frags: remove some helpersEric Dumazet1-5/+0
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet1-63/+49
2018-03-31inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet1-4/+5
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook1-2/+3
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet1-7/+7
2016-02-16net: Export ip fragment sysctl to unprivileged usersNikolay Borisov1-4/+0
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov1-12/+13
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer1-0/+1
2016-01-05inet: kill unused skb_free opFlorian Westphal1-1/+0