summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c
Commit message (Expand)AuthorAge
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-08
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-19
* net: dynamically allocate fqdir structuresEric Dumazet2019-05-26
* net: add a net pointer to struct fqdirEric Dumazet2019-05-26
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-26
* ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-26
* net: rename struct fqdir fieldsEric Dumazet2019-05-26
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-26
* inet: rename netns_frags to fqdirEric Dumazet2019-05-26
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-26
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-26
* net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2018-12-15
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-05
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-01
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-21
* ipv4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-13
|\
| * ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-09
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-10
* | ip: fail fast on IP defrag errorsPeter Oskolkov2018-08-29
|/
* ip: process in-order fragments efficientlyPeter Oskolkov2018-08-11
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-11
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-08-06
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-05
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-05
* ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-31
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-04
* inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-03-31
* inet: frags: do not clone skb in ip_expire()Eric Dumazet2018-03-31
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-31
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-31
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-31
* inet: frags: remove some helpersEric Dumazet2018-03-31
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-31
* inet: frags: refactor ipfrag_init()Eric Dumazet2018-03-31
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-31
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-31
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-18
|/
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-03
* net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-22
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-27
* net: Export ip fragment sysctl to unprivileged usersNikolay Borisov2016-02-16
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-16
* inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-01-28
* inet: kill unused skb_free opFlorian Westphal2016-01-05