summaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert ip6_frags_opsKirill Tkhai2018-02-191-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
* ipv6: on reassembly, record frag_max_sizeWillem de Bruijn2016-11-031-1/+6
* ipv6: do not increment mac header when it's unsetJason A. Donenfeld2016-10-231-1/+2
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-16/+16
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-4/+2
* inet: kill unused skb_free opFlorian Westphal2016-01-051-1/+0
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-241-3/+7
* net: fix percpu memory leaksEric Dumazet2015-11-021-3/+9
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-261-1/+1
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-3/+3
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-1/+1
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-3/+3
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-1/+2
* ipv6: remove inline on static in c fileFabian Frederick2014-10-301-6/+6
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-241-4/+2
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-3/+3
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+6
* inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-021-7/+8
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-9/+9
* inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-021-3/+4
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-271-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-1/+0
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-2/+3
* inet: frag: remove lru listFlorian Westphal2014-07-271-1/+0