index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: Silence warnings triggerable by bad packets
Herbert Xu
2023-07-10
1
-13
/
+9
*
xfrm: Use xfrm_state selector for BEET input
Herbert Xu
2023-06-12
1
-4
/
+3
*
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
2023-05-21
1
-0
/
+1
*
xfrm: Remove inner/outer modes from input path
Herbert Xu
2023-03-13
1
-43
/
+23
*
xfrm: fix bug with DSCP copy to v6 from v4 tunnel
Christian Hopps
2023-01-30
1
-2
/
+1
*
xfrm: update x->lastused for every packet
Antony Antony
2022-10-25
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-5
/
+13
|
\
|
*
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
2022-09-28
1
-5
/
+13
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-10-03
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
xfrm: interface: support collect metadata mode
Eyal Birger
2022-08-29
1
-2
/
+5
*
|
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
*
|
Revert "xfrm: update SA curlft.use_time"
Antony Antony
2022-08-03
1
-1
/
+0
|
/
*
xfrm: update SA curlft.use_time
Antony Antony
2021-12-23
1
-0
/
+1
*
xfrm: Remove redundant fields and related parentheses
luo penghao
2021-10-28
1
-2
/
+2
*
xfrm: replay: avoid replay indirection
Florian Westphal
2021-06-21
1
-1
/
+1
*
xfrm: replay: remove recheck indirection
Florian Westphal
2021-06-21
1
-1
/
+1
*
xfrm: replay: remove advance indirection
Florian Westphal
2021-06-21
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2021-01-21
1
-1
/
+1
|
\
|
*
xfrm: Fix oops in xfrm_replay_advance_bmp
Shmulik Ladkani
2020-12-19
1
-1
/
+1
*
|
net: xfrm: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-11-07
1
-4
/
+3
|
/
*
xfrm: add is_ipip to struct xfrm_input_afinfo
Xin Long
2020-07-09
1
-11
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
1
-1
/
+1
|
\
|
*
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
Xin Long
2020-04-15
1
-1
/
+1
*
|
xfrm: state: remove extract_input indirection from xfrm_state_afinfo
Florian Westphal
2020-05-06
1
-10
/
+11
|
/
*
xfrm: introduce xfrm_trans_queue_net
Sabrina Dubroca
2019-12-09
1
-4
/
+17
*
xfrm: release device reference for invalid state
Xiaodong Xu
2019-11-12
1
-0
/
+3
*
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
2019-10-01
1
-1
/
+1
*
xfrm: fix bogus WARN_ON with ipv6
Florian Westphal
2019-06-12
1
-0
/
+1
*
xfrm: remove eth_proto value from xfrm_state_afinfo
Florian Westphal
2019-06-06
1
-12
/
+12
*
xfrm: store xfrm_mode directly, not its address
Florian Westphal
2019-04-08
1
-7
/
+7
*
xfrm: make xfrm modes builtin
Florian Westphal
2019-04-08
1
-8
/
+5
*
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
2019-04-08
1
-6
/
+28
*
xfrm: remove input2 indirection from xfrm_mode
Florian Westphal
2019-04-08
1
-1
/
+184
*
xfrm: remove input indirection from xfrm_mode
Florian Westphal
2019-04-08
1
-3
/
+72
*
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
2019-04-08
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-1
/
+6
|
\
|
*
xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...
Steffen Klassert
2018-11-22
1
-1
/
+6
*
|
net: switch secpath to use skb extension infrastructure
Florian Westphal
2018-12-19
1
-48
/
+8
*
|
net: use skb_sec_path helper in more places
Florian Westphal
2018-12-19
1
-6
/
+10
*
|
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
2018-12-19
1
-7
/
+9
|
/
*
xfrm: use correct size to initialise sp->ovec
Li RongQing
2018-10-08
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-10-01
1
-0
/
+1
|
\
|
*
xfrm: reset crypto_done when iterating over multiple input xfrms
Sowmini Varadhan
2018-09-04
1
-0
/
+1
*
|
xfrm: Add virtual xfrm interfaces
Steffen Klassert
2018-06-23
1
-0
/
+3
*
|
xfrm: Extend the output_mark to support input direction and masking.
Steffen Klassert
2018-06-23
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
1
-0
/
+6
|
\
|
*
xfrm: Fix transport mode skb control buffer usage.
Steffen Klassert
2018-03-23
1
-0
/
+6
*
|
xfrm: mark kmem_caches as __ro_after_init
Alexey Dobriyan
2018-02-27
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
1
-1
/
+1
|
\
|
*
xfrm: Use __skb_queue_tail in xfrm_trans_queue
Herbert Xu
2018-01-05
1
-1
/
+1
[next]