summaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang11 days1-1/+1
* net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-2/+0
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
* networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-4/+9
* net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau2022-03-031-0/+1
* ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-05-211-1/+3
* ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-191-30/+1
* ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-161-20/+35
* IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2020-10-311-1/+32
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-2/+2
|\
| * vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-121-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-281-1/+1
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-12/+12
* | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-5/+3
* | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
* | ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5
* | net: rename struct fqdir fieldsEric Dumazet2019-05-261-20/+20
* | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-3/+3
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-1/+0
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-01-251-171/+62
* ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-301-1/+1
* ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2018-12-201-0/+1
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-051-1/+7
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-211-1/+0
* ipv6: discard IP frag queue on more errorsPeter Oskolkov2018-09-211-5/+6
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-051-0/+4
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-0/+1
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-85/+7
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-181-11/+12
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-3/+3
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-2/+0
* ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
* ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet2018-03-311-18/+12
* ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2018-03-311-8/+16
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-3/+3
* 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-4/+0
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-59/+51
* inet: frags: refactor ipv6_frag_init()Eric Dumazet2018-03-311-11/+14
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-10/+10
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-2/+9
* ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet2018-03-291-4/+0