summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_fragment.c
Commit message (Expand)AuthorAgeFilesLines
* inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-281-1/+1
* networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2022-10-311-1/+1
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-311-2/+4
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-4/+9
* net: ip: Handle delivery_time in ip defragMartin KaFai Lau2022-03-031-0/+1
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-131-1/+2
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+7
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+12
* net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-16/+16
* net: add a net pointer to struct fqdirEric Dumazet2019-05-261-13/+7
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
* ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-261-12/+6
* net: rename struct fqdir fieldsEric Dumazet2019-05-261-26/+26
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* inet: rename netns_frags to fqdirEric Dumazet2019-05-261-10/+10
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-2/+0
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-251-262/+27
* net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2018-12-151-6/+12
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-051-0/+7
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-011-4/+8
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-211-1/+0
* ipv4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-0/+1
|\
| * ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* | ip: fail fast on IP defrag errorsPeter Oskolkov2018-08-291-9/+12
|/
* ip: process in-order fragments efficientlyPeter Oskolkov2018-08-111-41/+69
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-0/+73
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-08-061-1/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-81/+101
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-051-56/+19
* ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-3/+2
* inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-03-311-21/+14
* inet: frags: do not clone skb in ip_expire()Eric Dumazet2018-03-311-10/+6
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-5/+5
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-3/+2
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-311-33/+32
* inet: frags: remove some helpersEric Dumazet2018-03-311-5/+0
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-63/+49
* inet: frags: refactor ipfrag_init()Eric Dumazet2018-03-311-2/+2
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-4/+5
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-3/+9
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+3
|/
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3