summaryrefslogtreecommitdiff
path: root/net/ipv6/reassembly.c
AgeCommit message (Expand)Author
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet
2022-03-03net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau
2021-05-21ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-28inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet
2019-05-26net: add a net pointer to struct fqdirEric Dumazet
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet
2019-05-26ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet
2019-05-26net: rename struct fqdir fieldsEric Dumazet
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet
2019-05-26inet: rename netns_frags to fqdirEric Dumazet
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov
2019-01-25net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun
2018-12-20ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-08-05ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-04-18ipv6: frags: fix a lockdep false positiveEric Dumazet
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-04-02ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-29ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-19net: Convert ip6_frags_opsKirill Tkhai
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer