Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
/
net
/
ipv4
/
inet_fragment.c
b56141a
net: frag, fix race conditions in LRU list maintenance
by Konstantin Khlebnikov
· 12 years ago
19952cc4
net: frag queue per hash bucket locking
by Jesper Dangaard Brouer
· 12 years ago
1b5ab0d
net: use the frag lru_lock to protect netns_frags.nqueues update
by Jesper Dangaard Brouer
· 12 years ago
68399ac
net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop
by Jesper Dangaard Brouer
· 12 years ago
be99197
inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6
by Hannes Frederic Sowa
· 12 years ago
5a3da1f
inet: limit length of fragment queue hash table bucket lists
by Hannes Frederic Sowa
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
3ef0eb0
net: frag, move LRU list maintenance outside of rwlock
by Jesper Dangaard Brouer
· 12 years ago
6d7b857
net: use lib/percpu_counter API for fragmentation mem accounting
by Jesper Dangaard Brouer
· 12 years ago
d433673
net: frag helper functions for mem limit tracking
by Jesper Dangaard Brouer
· 12 years ago
6b10286
ipv6: unify fragment thresh handling code
by Amerigo Wang
· 12 years ago
54db0cc
inetpeer: add parameter net for inet_getpeer_v4,v6
by Gao feng
· 12 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
56bca31
inet fragments: fix sparse warning: context imbalance
by Hannes Eder
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
9a37580
inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
by Pavel Emelyanov
· 16 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
e8e16b70
[INET]: inet_frag_evictor() must run with BH disabled
by David S. Miller
· 17 years ago
bc578a5
[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*
by Joe Perches
· 17 years ago
81566e8
[NETNS][FRAGS]: Make the pernet subsystem for fragments.
by Pavel Emelyanov
· 17 years ago
3140c25
[NETNS][FRAGS]: Make the LRU list per namespace.
by Pavel Emelyanov
· 17 years ago
3b4bc4a
[NETNS][FRAGS]: Isolate the secret interval from namespaces.
by Pavel Emelyanov
· 17 years ago
e31e0bdc7
[NETNS][FRAGS]: Make thresholds work in namespaces.
by Pavel Emelyanov
· 17 years ago
b2fd532
[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces.
by Pavel Emelyanov
· 17 years ago
6ddc082
[NETNS][FRAGS]: Make the mem counter per-namespace.
by Pavel Emelyanov
· 17 years ago
e5a2bb8
[NETNS][FRAGS]: Make the nqueues counter per-namespace.
by Pavel Emelyanov
· 17 years ago
ac18e75
[NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces.
by Pavel Emelyanov
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
c954770
[INET]: Consolidate frag queues freeing
by Pavel Emelyanov
· 17 years ago
48d6005
[INET]: Remove no longer needed ->equal callback
by Pavel Emelyanov
· 17 years ago
abd6523
[INET]: Consolidate xxx_find() in fragment management
by Pavel Emelyanov
· 17 years ago
c6fda28
[INET]: Consolidate xxx_frag_create()
by Pavel Emelyanov
· 17 years ago
e521db9
[INET]: Consolidate xxx_frag_alloc()
by Pavel Emelyanov
· 17 years ago
2588fe1
[INET]: Consolidate xxx_frag_intern
by Pavel Emelyanov
· 17 years ago
8e7999c
[INET]: Consolidate the xxx_evictor
by Pavel Emelyanov
· 17 years ago
1e4b828
[INET]: Consolidate the xxx_frag_destroy
by Pavel Emelyanov
· 17 years ago
321a3a9
[INET]: Consolidate xxx_the secret_rebuild
by Pavel Emelyanov
· 17 years ago
277e650
[INET]: Consolidate the xxx_frag_kill
by Pavel Emelyanov
· 17 years ago
7eb9515
[INET]: Collect frag queues management objects together
by Pavel Emelyanov
· 17 years ago