summaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\
| * vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-28
* | 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
* | ipv6: no longer reference init_net in ip6_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: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-01-26
* ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-30
* ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu2018-12-20
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-05
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-21
* ipv6: discard IP frag queue on more errorsPeter Oskolkov2018-09-21
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-10
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-05
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-05
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-18
* ipv6: frags: fix a lockdep false positiveEric Dumazet2018-04-18
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-17
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-04
* ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-02
* ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet2018-03-31
* ipv6: frags: rewrite ip6_expire_frag_queue()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: use rhashtables for reassembly unitsEric Dumazet2018-03-31
* inet: frags: refactor ipv6_frag_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
* ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet2018-03-29
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Convert ip6_frags_opsKirill Tkhai2018-02-19
* inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-18
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-03
* ipv6: on reassembly, record frag_max_sizeWillem de Bruijn2016-11-03
* ipv6: do not increment mac header when it's unsetJason A. Donenfeld2016-10-23
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-27
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-19
* inet: kill unused skb_free opFlorian Westphal2016-01-05
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-24
* net: fix percpu memory leaksEric Dumazet2015-11-02