index
:
pub/scm/linux/kernel/git/mbenes/linux.git
master
Miroslav Benes's fork of linux.git
Miroslav Benes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_fragment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
inet: frags: strip GSO state from fragments before reassembly
Xinyang Ge
1
-0
/
+7
2026-07-31
inet: frags: publish queues before arming timer
Zhiling Zou
1
-5
/
+5
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2026-06-04
inet: frags: remove redundant assignment in inet_frag_reasm_prepare()
yuan.gao
1
-2
/
+0
2026-06-04
inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush
Hyunwoo Kim
1
-0
/
+3
2026-05-13
net: make is_skb_wmem() available to modules
Eric Dumazet
1
-2
/
+0
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-04
inet: frags: drop fraglist conntrack references
Florian Westphal
1
-0
/
+2
2025-12-10
inet: frags: flush pending skbs in fqdir_pre_exit()
Jakub Kicinski
1
-0
/
+36
2025-12-10
inet: frags: add inet_frag_queue_flush()
Jakub Kicinski
1
-3
/
+12
2025-12-10
inet: frags: avoid theoretical race in ip_frag_reinit()
Jakub Kicinski
1
-1
/
+3
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-3
/
+3
2025-03-18
inet: frags: save a pair of atomic operations in reassembly
Eric Dumazet
1
-10
/
+8
2025-03-18
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
1
-5
/
+7
2025-03-18
inet: frags: add inet_frag_putn() helper
Eric Dumazet
1
-2
/
+1
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
1
-1
/
+1
2024-04-08
inet: frags: delay fqdir_free_fn()
Eric Dumazet
1
-2
/
+2
2024-03-28
inet: inet_defrag: prevent sk release while still in use
Florian Westphal
1
-13
/
+57
2022-10-31
net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT
Eric Dumazet
1
-4
/
+10
2022-04-30
ipv4: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
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
-3
/
+5
2020-12-12
inet: frags: batch fqdir destroy works
SeongJae Park
1
-8
/
+39
2019-08-08
inet: frags: re-introduce skb coalescing for local delivery
Guillaume Nault
1
-11
/
+28
2019-07-24
net/ipv4: cleanup error condition testing
Pavel Machek
1
-1
/
+1
2019-06-19
inet: fix various use-after-free in defrags units
Eric Dumazet
1
-15
/
+4
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-05-30
inet: frags: Remove unnecessary smp_store_release/READ_ONCE
Herbert Xu
1
-6
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-28
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
1
-2
/
+18
2019-05-28
inet: frags: uninline fqdir_init()
Eric Dumazet
1
-0
/
+19
2019-05-26
inet: frags: rework rhashtable dismantle
Eric Dumazet
1
-12
/
+37
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
1
-0
/
+1
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
-26
/
+26
2019-02-26
net: remove unused struct inet_frag_queue.fragments field
Peter Oskolkov
1
-31
/
+13
2019-01-25
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
1
-0
/
+293
2018-11-08
inet: frags: better deal with smp races
Eric Dumazet
1
-14
/
+15
2018-08-11
ip: process in-order fragments efficiently
Peter Oskolkov
1
-1
/
+1
2018-08-05
ip: use rb trees for IP frag queue.
Peter Oskolkov
1
-5
/
+9
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-07-31
inet: frag: enforce memory limits earlier
Eric Dumazet
1
-3
/
+3
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-1
/
+1
2018-07-08
ipfrag: really prevent allocation on netns exit
Paolo Abeni
1
-1
/
+1
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
1
-0
/
+1
2018-03-31
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
1
-11
/
+0
2018-03-31
inet: frags: use rhashtables for reassembly units
Eric Dumazet
1
-278
/
+66
2018-03-31
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
1
-7
/
+10
[next]