| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-29 | ipv4: start using dst_dev_rcu() | Eric Dumazet | 1 | -2/+4 |
| 2025-07-02 | ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu] | Eric Dumazet | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-03-18 | inet: frags: save a pair of atomic operations in reassembly | Eric Dumazet | 1 | -1/+4 |
| 2025-03-18 | inet: frags: change inet_frag_kill() to defer refcount updates | Eric Dumazet | 1 | -18/+12 |
| 2025-03-18 | ipv4: frags: remove ipq_put() | Eric Dumazet | 1 | -11/+4 |
| 2025-03-18 | inet: frags: add inet_frag_putn() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-12-17 | inetpeer: do not get a refcount in inet_getpeer() | Eric Dumazet | 1 | -5/+10 |
| 2024-12-17 | inetpeer: remove create argument of inet_getpeer_v[46]() | Eric Dumazet | 1 | -1/+1 |
| 2024-11-12 | net: ip: make ip_route_input_noref() return drop reasons | Menglong Dong | 1 | -5/+6 |
| 2024-10-03 | ipv4: Convert ip_route_input_noref() to dscp_t. | Guillaume Nault | 1 | -2/+2 |
| 2024-05-23 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 1 | -1/+1 |
| 2024-05-03 | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -2/+0 |
| 2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh | 1 | -1/+1 |
| 2024-03-28 | inet: inet_defrag: prevent sk release while still in use | Florian Westphal | 1 | -1/+1 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR | Eric Dumazet | 1 | -1/+1 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT | Eric Dumazet | 1 | -2/+4 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_DUP_FRAG | Eric Dumazet | 1 | -4/+9 |
| 2022-03-03 | net: ip: Handle delivery_time in ip defrag | Martin KaFai Lau | 1 | -0/+1 |
| 2022-01-13 | inet: frags: annotate races around fqdir->dead and fqdir->high_thresh | Eric Dumazet | 1 | -1/+2 |
| 2019-08-08 | inet: frags: re-introduce skb coalescing for local delivery | Guillaume Nault | 1 | -1/+7 |
| 2019-06-19 | inet: fix various use-after-free in defrags units | Eric Dumazet | 1 | -2/+12 |
| 2019-05-26 | net: dynamically allocate fqdir structures | Eric Dumazet | 1 | -16/+16 |
| 2019-05-26 | net: add a net pointer to struct fqdir | Eric Dumazet | 1 | -13/+7 |
| 2019-05-26 | net: rename inet_frags_init_net() to fdir_init() | Eric Dumazet | 1 | -2/+1 |
| 2019-05-26 | ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[] | Eric Dumazet | 1 | -12/+6 |
| 2019-05-26 | net: rename struct fqdir fields | Eric Dumazet | 1 | -26/+26 |
| 2019-05-26 | net: rename inet_frags_exit_net() to fqdir_exit() | Eric Dumazet | 1 | -2/+2 |
| 2019-05-26 | inet: rename netns_frags to fqdir | Eric Dumazet | 1 | -10/+10 |
| 2019-02-26 | net: remove unused struct inet_frag_queue.fragments field | Peter Oskolkov | 1 | -2/+0 |
| 2019-01-25 | net: IP defrag: encapsulate rbtree defrag code into callable functions | Peter Oskolkov | 1 | -262/+27 |
| 2018-12-15 | net: ipv4: do not handle duplicate fragments as overlapping | Michal Kubecek | 1 | -6/+12 |
| 2018-12-05 | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes | Jiri Wiesner | 1 | -0/+7 |
| 2018-11-01 | net: drop skb on failure in ip_check_defrag() | Cong Wang | 1 | -4/+8 |
| 2018-09-21 | net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_net | Peter Oskolkov | 1 | -1/+0 |
| 2018-09-21 | ipv4: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |
| 2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller | 1 | -1/+1 |
| 2018-09-09 | ip: frags: fix crash in ip_do_fragment() | Taehee Yoo | 1 | -0/+1 |
| 2018-08-29 | ip: fail fast on IP defrag errors | Peter Oskolkov | 1 | -9/+12 |
| 2018-08-11 | ip: process in-order fragments efficiently | Peter Oskolkov | 1 | -41/+69 |
| 2018-08-11 | ip: add helpers to process in-order fragments faster. | Peter Oskolkov | 1 | -0/+73 |
| 2018-08-06 | ipv4: frags: precedence bug in ip_expire() | Dan Carpenter | 1 | -1/+1 |
| 2018-08-05 | ip: use rb trees for IP frag queue. | Peter Oskolkov | 1 | -81/+101 |
| 2018-08-05 | ip: discard IPv4 datagrams with overlapping segments. | Peter Oskolkov | 1 | -56/+19 |
| 2018-07-31 | ipv4: frags: handle possible skb truesize change | Eric Dumazet | 1 | -0/+5 |
| 2018-04-04 | inet: frags: fix ip6frag_low_thresh boundary | Eric Dumazet | 1 | -3/+2 |
| 2018-03-31 | inet: frags: get rid of ipfrag_skb_cb/FRAG_CB | Eric Dumazet | 1 | -21/+14 |
| 2018-03-31 | inet: frags: do not clone skb in ip_expire() | Eric Dumazet | 1 | -10/+6 |
| 2018-03-31 | inet: frags: break the 2GB limit for frags storage | Eric Dumazet | 1 | -5/+5 |
| 2018-03-31 | inet: frags: remove inet_frag_maybe_warn_overflow() | Eric Dumazet | 1 | -3/+2 |
| 2018-03-31 | inet: frags: get rif of inet_frag_evicting() | Eric Dumazet | 1 | -33/+32 |
| 2018-03-31 | inet: frags: remove some helpers | Eric Dumazet | 1 | -5/+0 |
| 2018-03-31 | inet: frags: use rhashtables for reassembly units | Eric Dumazet | 1 | -63/+49 |
| 2018-03-31 | inet: frags: refactor ipfrag_init() | Eric Dumazet | 1 | -2/+2 |
| 2018-03-31 | inet: frags: add a pointer to struct netns_frags | Eric Dumazet | 1 | -4/+5 |
| 2018-03-31 | inet: frags: change inet_frags_init_net() return value | Eric Dumazet | 1 | -3/+9 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-13 | net: Convert pernet_subsys, registered from inet_init() | Kirill Tkhai | 1 | -0/+1 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-18 | inet: frags: Convert timers to use timer_setup() | Kees Cook | 1 | -2/+3 |
| 2017-09-03 | Revert "net: fix percpu memory leaks" | Jesper Dangaard Brouer | 1 | -9/+3 |
| 2017-07-01 | net: convert inet_frag_queue.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-03-22 | inet: frag: release spinlock before calling icmp_send() | Eric Dumazet | 1 | -8/+17 |
| 2016-04-27 | net: rename IP_INC_STATS_BH() | Eric Dumazet | 1 | -7/+7 |
| 2016-02-16 | net: Export ip fragment sysctl to unprivileged users | Nikolay Borisov | 1 | -4/+0 |
| 2016-02-16 | ipv4: namespacify ip fragment max dist sysctl knob | Nikolay Borisov | 1 | -12/+13 |
| 2016-01-28 | inet: frag: Always orphan skbs inside ip_defrag() | Joe Stringer | 1 | -0/+1 |
| 2016-01-05 | inet: kill unused skb_free op | Florian Westphal | 1 | -1/+0 |
| 2015-11-02 | net: fix percpu memory leaks | Eric Dumazet | 1 | -3/+9 |
| 2015-10-12 | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman | 1 | -4/+3 |
| 2015-09-29 | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents | David Ahern | 1 | -3/+3 |
| 2015-08-28 | net: Add support for VRFs to inetpeer cache | David Ahern | 1 | -1/+2 |
| 2015-08-13 | net: frags: Add VRF device index to cache and lookup | David Ahern | 1 | -5/+13 |
| 2015-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
| 2015-07-26 | inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test | Nikolay Aleksandrov | 1 | -1/+1 |
| 2015-07-26 | inet: frag: change *_frag_mem_limit functions to take netns_frags as argument | Florian Westphal | 1 | -5/+5 |
| 2015-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2015-07-21 | inet: frags: fix defragmented packet's IP header for af_packet | Edward Hyunkoo Jee | 1 | -2/+4 |
| 2015-07-11 | Revert "ipv4: use skb coalescing in defragmentation" | Florian Westphal | 1 | -20/+6 |
| 2015-05-27 | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 1 | -5/+26 |
| 2015-05-19 | IPv4: skip ICMP for bridge contrack users when defrag expires | Andy Zhou | 1 | -1/+3 |
| 2015-05-19 | ipv4: introduce frag_expire_skip_icmp() | Andy Zhou | 1 | -4/+9 |
| 2015-04-03 | ipv4: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+2 |
| 2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -5/+6 |
| 2015-03-05 | ipv4: ip_check_defrag should not assume that skb_network_offset is zero | Alexander Drozdov | 1 | -4/+7 |
| 2015-02-20 | ipv4: ip_check_defrag should correctly check return value of skb_copy_bits | Alexander Drozdov | 1 | -1/+1 |
| 2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 1 | -2/+1 |
| 2014-11-04 | inet: frags: remove inline on static in c file | Fabian Frederick | 1 | -8/+8 |
| 2014-10-01 | inet: frags: add __init to ip4_frags_ctl_register | Fabian Frederick | 1 | -2/+2 |
| 2014-08-02 | inet: frags: use kmem_cache for inet_frag_queue | Nikolay Aleksandrov | 1 | -1/+4 |
| 2014-08-02 | inet: frags: use INET_FRAG_EVICTED to prevent icmp messages | Nikolay Aleksandrov | 1 | -7/+7 |
| 2014-08-02 | inet: frags: rename last_in to flags | Nikolay Aleksandrov | 1 | -10/+10 |
| 2014-07-27 | inet: frag: set limits and make init_net's high_thresh limit global | Nikolay Aleksandrov | 1 | -2/+8 |
| 2014-07-27 | inet: frag: use seqlock for hash rebuild | Florian Westphal | 1 | -1/+0 |
| 2014-07-27 | inet: frag: remove periodic secret rebuild timer | Florian Westphal | 1 | -2/+3 |
| 2014-07-27 | inet: frag: remove lru list | Florian Westphal | 1 | -1/+0 |
| 2014-07-27 | inet: frag: don't account number of fragment queues | Florian Westphal | 1 | -5/+0 |
| 2014-07-27 | inet: frag: move eviction of queues to work queue | Florian Westphal | 1 | -1/+2 |
| 2014-07-27 | inet: frag: move evictor calls into frag_find function | Florian Westphal | 1 | -15/+0 |
| 2014-07-27 | inet: frag: remove hash size assumptions from callers | Florian Westphal | 1 | -1/+1 |
| 2014-07-27 | inet: frag: constify match, hashfn and constructor arguments | Florian Westphal | 1 | -7/+7 |
| 2014-05-05 | ipv4: fix "conntrack zones" support for defrag user check in ip_expire | Vasily Averin | 1 | -2/+3 |
| 2013-12-17 | net: Add utility functions to clear rxhash | Tom Herbert | 1 | -1/+1 |
| 2013-10-23 | ipv4: initialize ip4_frags hash secret as late as possible | Hannes Frederic Sowa | 1 | -0/+1 |
| 2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+10 |
| 2013-04-17 | net: drop dst before queueing fragments | Eric Dumazet | 1 | -4/+10 |
| 2013-03-24 | inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ... | Hannes Frederic Sowa | 1 | -30/+1 |
| 2013-03-19 | inet: limit length of fragment queue hash table bucket lists | Hannes Frederic Sowa | 1 | -7/+4 |
| 2013-02-15 | net: Add skb_unclone() helper function. | Pravin B Shelar | 1 | -1/+1 |
| 2013-01-29 | net: frag, move LRU list maintenance outside of rwlock | Jesper Dangaard Brouer | 1 | -3/+1 |
| 2013-01-29 | net: frag helper functions for mem limit tracking | Jesper Dangaard Brouer | 1 | -13/+11 |
| 2013-01-17 | net: increase fragment memory usage limits | Jesper Dangaard Brouer | 1 | -7/+15 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
| 2012-12-10 | ipv4: ip_check_defrag must not modify skb before unsharing | Johannes Berg | 1 | -10/+9 |
| 2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 1 | -0/+4 |
| 2012-09-19 | ipv6: unify fragment thresh handling code | Amerigo Wang | 1 | -3/+2 |
| 2012-08-26 | ipv4: fix path MTU discovery with connection tracking | Patrick McHardy | 1 | -1/+7 |
| 2012-07-26 | ipv4: Fix input route performance regression. | David S. Miller | 1 | -2/+2 |
| 2012-07-20 | ipv4: Kill ip_route_input_noref(). | David Miller | 1 | -2/+2 |
| 2012-06-27 | Revert "ipv4: tcp: dont cache unconfirmed intput dst" | David S. Miller | 1 | -1/+1 |
| 2012-06-27 | ipv4: tcp: dont cache unconfirmed intput dst | Eric Dumazet | 1 | -1/+1 |
| 2012-06-09 | inet: Pass inetpeer root into inet_getpeer*() interfaces. | David S. Miller | 1 | -1/+1 |
| 2012-06-08 | inetpeer: add parameter net for inet_getpeer_v4,v6 | Gao feng | 1 | -1/+5 |
| 2012-05-19 | ipv4: use skb coalescing in defragmentation | Eric Dumazet | 1 | -6/+20 |
| 2012-05-18 | ip_frag: struct inet_frags match() method returns a bool | Eric Dumazet | 1 | -5/+5 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -2/+1 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -1/+1 |
| 2012-04-20 | net: Kill register_sysctl_rotable | Eric W. Biederman | 1 | -1/+1 |
| 2012-04-19 | ipv4: dont drop packet in defrag but consume it | Eric Dumazet | 1 | -1/+1 |
| 2012-03-12 | net: ipv4: Standardize prefixes for message logging | Joe Perches | 1 | -3/+5 |
| 2012-03-11 | net: Convert printks to pr_<level> | Joe Perches | 1 | -2/+1 |
| 2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
| 2011-10-19 | net: add skb frag size accessors | Eric Dumazet | 1 | -2/+2 |
| 2011-10-18 | macvlan: handle fragmented multicast frames | Eric Dumazet | 1 | -0/+36 |
| 2011-07-05 | ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET. | David S. Miller | 1 | -2/+3 |
| 2011-05-17 | ipv4: Don't use enums as bitmasks in ip_fragment.c | David S. Miller | 1 | -6/+4 |
| 2011-05-16 | ipv4: more compliant RFC 3168 support | Eric Dumazet | 1 | -22/+38 |
| 2011-05-04 | net: ip_expire() must revalidate route | Eric Dumazet | 1 | -16/+15 |
| 2011-01-06 | ipv4: IP defragmentation must be ECN aware | Eric Dumazet | 1 | -0/+34 |
| 2010-11-30 | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer. | David S. Miller | 1 | -1/+1 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -2/+2 |
| 2010-08-23 | net: Rename skb_has_frags to skb_has_frag_list | David S. Miller | 1 | -1/+1 |
| 2010-07-12 | net/ipv4: EXPORT_SYMBOL cleanups | Eric Dumazet | 1 | -2/+1 |
| 2010-06-30 | fragment: add fast path for in-order fragments | Changli Gao | 1 | -0/+12 |
| 2010-06-15 | ipfrag : frag_kfree_skb() cleanup | Eric Dumazet | 1 | -6/+3 |
| 2010-06-15 | ip_frag: Remove some atomic ops | Eric Dumazet | 1 | -2/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-02 | ipv4: ip_fragment: fix unbalanced rcu_read_unlock() | Patrick McHardy | 1 | -3/+2 |
| 2010-01-23 | IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connecti... | Shan Wei | 1 | -4/+30 |
| 2010-01-17 | net: spread __net_init, __net_exit | Alexey Dobriyan | 1 | -4/+4 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -5/+6 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 1 | -6/+0 |
| 2009-12-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2009-11-29 | ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL... | David Ford | 1 | -1/+1 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 1 | -2/+2 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -6/+0 |
| 2009-11-05 | ip_frag: dont touch device refcount | Eric Dumazet | 1 | -3/+4 |
| 2009-06-09 | ipv4: Use frag list abstraction interfaces. | David S. Miller | 1 | -2/+2 |
| 2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -1/+1 |
| 2009-03-18 | netns: oops in ip[6]_frag_reasm incrementing stats | Jorge Boncompte [DTI2] | 1 | -1/+2 |
| 2008-11-03 | net: '&' redux | Alexey Dobriyan | 1 | -7/+7 |
| 2008-11-03 | net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.c | Jianjun Kong | 1 | -1/+1 |
| 2008-10-31 | net: replace NIPQUAD() in net/ipv4/ net/ipv6/ | Harvey Harrison | 1 | -3/+2 |
| 2008-10-13 | net: Rationalise email address: Network Specific Parts | Alan Cox | 1 | -1/+1 |
| 2008-07-25 | net: convert BUG_TRAP to generic WARN_ON | Ilpo Järvinen | 1 | -2/+2 |
| 2008-07-16 | mib: add net to IP_ADD_STATS_BH | Pavel Emelyanov | 1 | -1/+1 |
| 2008-07-16 | mib: add net to IP_INC_STATS_BH | Pavel Emelyanov | 1 | -7/+10 |
| 2008-07-16 | ipv4: prepare net initialization for IP accounting | Pavel Emelyanov | 1 | -3/+3 |
| 2008-06-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+2 |
| 2008-06-27 | inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild | Pavel Emelyanov | 1 | -0/+2 |
| 2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
| 2008-05-19 | inet: Register fragmentation some ctls at read-only root. | Pavel Emelyanov | 1 | -2/+14 |
| 2008-05-19 | inet: Rename fragmentation sysctl-related functions/variables. | Pavel Emelyanov | 1 | -9/+9 |
| 2008-04-14 | [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-03-28 | [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* | Joe Perches | 1 | -8/+9 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-03-24 | [NETNS]: Process IP layer in the context of the correct namespace. | Denis V. Lunev | 1 | -1/+4 |
| 2008-03-21 | [IPV4]: Fix null dereference in ip_defrag | Phil Oester | 1 | -1/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Make the pernet subsystem for fragments. | Pavel Emelyanov | 1 | -1/+12 |
| 2008-01-28 | [NETNS][FRAGS]: Make the LRU list per namespace. | Pavel Emelyanov | 1 | -1/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Isolate the secret interval from namespaces. | Pavel Emelyanov | 1 | -6/+2 |
| 2008-01-28 | [NETNS][FRAGS]: Make thresholds work in namespaces. | Pavel Emelyanov | 1 | -13/+13 |
| 2008-01-28 | [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. | Pavel Emelyanov | 1 | -10/+10 |
| 2008-01-28 | [NETNS][FRAGS]: Duplicate sysctl tables for new namespaces. | Pavel Emelyanov | 1 | -3/+39 |
| 2008-01-28 | [NETNS][FRAGS]: Make the mem counter per-namespace. | Pavel Emelyanov | 1 | -14/+15 |
| 2008-01-28 | [NETNS][FRAGS]: Make the nqueues counter per-namespace. | Pavel Emelyanov | 1 | -2/+4 |
| 2008-01-28 | [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. | Pavel Emelyanov | 1 | -3/+5 |
| 2008-01-28 | [NETNS][FRAGS]: Move ctl tables around. | Pavel Emelyanov | 1 | -2/+72 |
| 2007-10-17 | [NET]: Fix uninitialised variable in ip_frag_reasm() | David Howells | 1 | -2/+1 |
| 2007-10-17 | [INET]: Consolidate frag queues freeing | Pavel Emelyanov | 1 | -1/+0 |
| 2007-10-17 | [INET]: Remove no longer needed ->equal callback | Pavel Emelyanov | 1 | -15/+0 |
| 2007-10-17 | [INET]: Consolidate xxx_find() in fragment management | Pavel Emelyanov | 1 | -36/+21 |
| 2007-10-17 | [INET]: Consolidate xxx_frag_create() | Pavel Emelyanov | 1 | -26/+28 |
| 2007-10-17 | [INET]: Consolidate xxx_frag_alloc() | Pavel Emelyanov | 1 | -13/+7 |
| 2007-10-17 | [INET]: Consolidate xxx_frag_intern | Pavel Emelyanov | 1 | -36/+18 |
| 2007-10-17 | [INET]: Omit double hash calculations in xxx_frag_intern | Pavel Emelyanov | 1 | -7/+4 |
| 2007-10-15 | [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue | Denis V. Lunev | 1 | -6/+1 |