David Ahern
|
192132b9a0
net: Add support for VRFs to inetpeer cache
|
10 年之前 |
David Ahern
|
9972f134a2
net: frags: Add VRF device index to cache and lookup
|
10 年之前 |
David S. Miller
|
5510b3c2a1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 年之前 |
Nikolay Aleksandrov
|
caaecdd3d3
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
|
10 年之前 |
Florian Westphal
|
0e60d245a0
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
|
10 年之前 |
David S. Miller
|
c5e40ee287
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 年之前 |
Edward Hyunkoo Jee
|
0848f6428b
inet: frags: fix defragmented packet's IP header for af_packet
|
10 年之前 |
Florian Westphal
|
14fe22e334
Revert "ipv4: use skb coalescing in defragmentation"
|
10 年之前 |
Florian Westphal
|
d6b915e29f
ip_fragment: don't forward defragmented DF packet
|
10 年之前 |
Andy Zhou
|
8bc04864ac
IPv4: skip ICMP for bridge contrack users when defrag expires
|
10 年之前 |
Andy Zhou
|
5cf4228082
ipv4: introduce frag_expire_skip_icmp()
|
10 年之前 |
Ian Morris
|
00db41243e
ipv4: coding style: comparison for inequality with NULL
|
10 年之前 |
Ian Morris
|
51456b2914
ipv4: coding style: comparison for equality with NULL
|
10 年之前 |
Alexander Drozdov
|
3e32e733d1
ipv4: ip_check_defrag should not assume that skb_network_offset is zero
|
10 年之前 |
Alexander Drozdov
|
fba04a9e0c
ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
|
10 年之前 |
Joe Perches
|
ba7a46f16d
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
|
10 年之前 |
Fabian Frederick
|
aa1f731e52
inet: frags: remove inline on static in c file
|
10 年之前 |
Fabian Frederick
|
57a02c39c1
inet: frags: add __init to ip4_frags_ctl_register
|
11 年之前 |
Nikolay Aleksandrov
|
d4ad4d22e7
inet: frags: use kmem_cache for inet_frag_queue
|
11 年之前 |
Nikolay Aleksandrov
|
2e404f632f
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
|
11 年之前 |
Nikolay Aleksandrov
|
06aa8b8a03
inet: frags: rename last_in to flags
|
11 年之前 |
Nikolay Aleksandrov
|
1bab4c7507
inet: frag: set limits and make init_net's high_thresh limit global
|
11 年之前 |
Florian Westphal
|
ab1c724f63
inet: frag: use seqlock for hash rebuild
|
11 年之前 |
Florian Westphal
|
e3a57d18b0
inet: frag: remove periodic secret rebuild timer
|
11 年之前 |
Florian Westphal
|
3fd588eb90
inet: frag: remove lru list
|
11 年之前 |
Florian Westphal
|
434d305405
inet: frag: don't account number of fragment queues
|
11 年之前 |
Florian Westphal
|
b13d3cbfb8
inet: frag: move eviction of queues to work queue
|
11 年之前 |
Florian Westphal
|
86e93e470c
inet: frag: move evictor calls into frag_find function
|
11 年之前 |
Florian Westphal
|
fb3cfe6e75
inet: frag: remove hash size assumptions from callers
|
11 年之前 |
Florian Westphal
|
36c7778218
inet: frag: constify match, hashfn and constructor arguments
|
11 年之前 |