index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
inet_frag.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-23
1
-2
/
+2
*
inet: frags: eliminate kernel-doc warning
Randy Dunlap
2023-07-15
1
-1
/
+1
*
net: move dropreason.h to dropreason-core.h
Johannes Berg
2023-04-21
1
-1
/
+1
*
net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT
Eric Dumazet
2022-11-01
1
-1
/
+5
*
net: add missing includes and forward declarations under net/
Jakub Kicinski
2022-07-22
1
-0
/
+3
*
net: ip: Handle delivery_time in ip defrag
Martin KaFai Lau
2022-03-03
1
-0
/
+2
*
inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
Eric Dumazet
2022-01-13
1
-2
/
+9
*
inet: frags: batch fqdir destroy works
SeongJae Park
2020-12-13
1
-0
/
+1
*
inet: frags: re-introduce skb coalescing for local delivery
Guillaume Nault
2019-08-09
1
-1
/
+1
*
inet: fix compilation warnings in fqdir_pre_exit()
Qian Cai
2019-06-23
1
-1
/
+1
*
inet: fix various use-after-free in defrags units
Eric Dumazet
2019-06-19
1
-1
/
+7
*
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
2019-05-29
1
-0
/
+3
*
inet: frags: uninline fqdir_init()
Eric Dumazet
2019-05-29
1
-19
/
+1
*
inet: frags: rework rhashtable dismantle
Eric Dumazet
2019-05-26
1
-0
/
+4
*
net: dynamically allocate fqdir structures
Eric Dumazet
2019-05-26
1
-3
/
+14
*
net: add a net pointer to struct fqdir
Eric Dumazet
2019-05-26
1
-1
/
+4
*
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
2019-05-26
1
-1
/
+2
*
net: rename inet_frags_exit_net() to fqdir_exit()
Eric Dumazet
2019-05-26
1
-1
/
+1
*
inet: rename netns_frags to fqdir
Eric Dumazet
2019-05-26
1
-14
/
+15
*
net: remove unused struct inet_frag_queue.fragments field
Peter Oskolkov
2019-02-26
1
-3
/
+1
*
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
2019-01-26
1
-2
/
+14
*
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2018-08-12
1
-0
/
+6
*
ip: use rb trees for IP frag queue.
Peter Oskolkov
2018-08-06
1
-1
/
+2
*
rhashtable: split rhashtable.h
NeilBrown
2018-06-22
1
-1
/
+1
*
inet: frags: reorganize struct netns_frags
Eric Dumazet
2018-04-01
1
-4
/
+5
*
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
2018-04-01
1
-10
/
+10
*
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
2018-04-01
1
-2
/
+0
*
inet: frags: get rif of inet_frag_evicting()
Eric Dumazet
2018-04-01
1
-5
/
+0
*
inet: frags: remove some helpers
Eric Dumazet
2018-04-01
1
-5
/
+0
*
inet: frags: use rhashtables for reassembly units
Eric Dumazet
2018-04-01
1
-44
/
+37
*
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
2018-04-01
1
-5
/
+6
*
inet: frags: change inet_frags_init_net() return value
Eric Dumazet
2018-04-01
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
inet: frags: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-1
/
+1
|
/
*
Revert "net: fix percpu memory leaks"
Jesper Dangaard Brouer
2017-09-03
1
-6
/
+1
*
Revert "net: use lib/percpu_counter API for fragmentation mem accounting"
Jesper Dangaard Brouer
2017-09-03
1
-21
/
+9
*
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2017-07-06
1
-2
/
+2
|
\
|
*
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
2017-06-20
1
-2
/
+2
*
|
net: convert inet_frag_queue.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-2
/
+2
*
|
net: make struct inet_frags::qsize unsigned
Alexey Dobriyan
2017-05-23
1
-1
/
+1
|
/
*
net: remove bh disabling around percpu_counter accesses
Eric Dumazet
2017-01-20
1
-7
/
+1
*
ipv4: namespacify ip fragment max dist sysctl knob
Nikolay Borisov
2016-02-17
1
-0
/
+1
*
inet: kill unused skb_free op
Florian Westphal
2016-01-06
1
-1
/
+0
*
net: fix percpu memory leaks
Eric Dumazet
2015-11-03
1
-6
/
+9
*
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
Nikolay Aleksandrov
2015-07-27
1
-2
/
+5
*
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
Florian Westphal
2015-07-27
1
-4
/
+4
*
inet: frag: don't re-use chainlist for evictor
Florian Westphal
2015-07-27
1
-0
/
+2
*
ip_fragment: don't forward defragmented DF packet
Florian Westphal
2015-05-27
1
-1
/
+1
*
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-08
1
-1
/
+1
[next]