Eric Dumazet
|
2d44ed22e6
inet: frags: remove inet_frag_maybe_warn_overflow()
|
7 years ago |
Eric Dumazet
|
648700f76b
inet: frags: use rhashtables for reassembly units
|
7 years ago |
Eric Dumazet
|
093ba72914
inet: frags: add a pointer to struct netns_frags
|
7 years ago |
Kirill Tkhai
|
a560002437
net: Fix hlist corruptions in inet_evict_bucket()
|
7 years ago |
Linus Torvalds
|
5bbcc0f595
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
Mark Rutland
|
6aa7de0591
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
|
8 years ago |
Kees Cook
|
78802011fb
inet: frags: Convert timers to use timer_setup()
|
8 years ago |
Jesper Dangaard Brouer
|
fb452a1aa3
Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
|
8 years ago |
Reshetova, Elena
|
edcb691871
net: convert inet_frag_queue.refcnt from atomic_t to refcount_t
|
8 years ago |
Michal Kubeček
|
30759219f5
net: disable fragment reassembly if high_thresh is zero
|
9 years ago |
Florian Westphal
|
a72a5e2d34
inet: kill unused skb_free op
|
9 years ago |
Eric Dumazet
|
1d6119baf0
net: fix percpu memory leaks
|
10 years ago |
Nikolay Aleksandrov
|
caaecdd3d3
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
|
10 years ago |
Florian Westphal
|
5719b296fb
inet: frag: don't wait for timer deletion when evicting
|
10 years ago |
Florian Westphal
|
0e60d245a0
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
|
10 years ago |
Florian Westphal
|
d1fe19444d
inet: frag: don't re-use chainlist for evictor
|
10 years ago |
Ian Morris
|
51456b2914
ipv4: coding style: comparison for equality with NULL
|
10 years ago |
Joe Perches
|
ba7a46f16d
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
|
11 years ago |
Nikolay Aleksandrov
|
d70127e8a9
inet: frags: remove the WARN_ON from inet_evict_bucket
|
11 years ago |
Nikolay Aleksandrov
|
65ba1f1ec0
inet: frags: fix a race between inet_evict_bucket and inet_frag_kill
|
11 years ago |
Nikolay Aleksandrov
|
d4ad4d22e7
inet: frags: use kmem_cache for inet_frag_queue
|
11 years ago |
Nikolay Aleksandrov
|
2e404f632f
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
|
11 years ago |
Nikolay Aleksandrov
|
f926e23660
inet: frags: fix function declaration alignments in inet_fragment
|
11 years ago |
Nikolay Aleksandrov
|
06aa8b8a03
inet: frags: rename last_in to flags
|
11 years ago |
Florian Westphal
|
ab1c724f63
inet: frag: use seqlock for hash rebuild
|
11 years ago |
Florian Westphal
|
e3a57d18b0
inet: frag: remove periodic secret rebuild timer
|
11 years ago |
Florian Westphal
|
3fd588eb90
inet: frag: remove lru list
|
11 years ago |
Florian Westphal
|
434d305405
inet: frag: don't account number of fragment queues
|
11 years ago |
Florian Westphal
|
b13d3cbfb8
inet: frag: move eviction of queues to work queue
|
11 years ago |
Florian Westphal
|
86e93e470c
inet: frag: move evictor calls into frag_find function
|
11 years ago |