index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
esp4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-11
net: support non paged skb frags
Mina Almasry
1
-1
/
+2
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2024-07-12
xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packet
Mike Yu
1
-1
/
+7
2024-05-23
net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
Hagar Hemdan
1
-2
/
+1
2024-05-06
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-12
/
+0
2024-04-18
udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support
Antony Antony
1
-12
/
+0
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
1
-0
/
+1
2024-04-09
net: make napi_frag_unref reuse skb_page_unref
Mina Almasry
1
-1
/
+1
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
1
-1
/
+1
2024-03-18
net: esp: fix bad handling of pages from page_pool
Dragos Tatulea
1
-4
/
+4
2024-02-09
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
1
-0
/
+1
2023-10-25
net: ipv4: fix typo in comments
Deming Wang
1
-1
/
+1
2023-10-10
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
1
-1
/
+3
2023-07-19
net: ipv4: Use kfree_sensitive instead of kfree
Wang Ming
1
-1
/
+1
2023-02-13
net: ipv4: Remove completion function scaffolding
Herbert Xu
1
-8
/
+8
2023-02-13
net: ipv4: Add scaffolding to change completion function signature
Herbert Xu
1
-10
/
+10
2022-10-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-22
/
+33
2022-09-29
xfrm: esp: add extack to esp_init_state, esp6_init_state
Sabrina Dubroca
1
-21
/
+32
2022-09-29
xfrm: pass extack down to xfrm_type ->init_state
Sabrina Dubroca
1
-1
/
+1
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-12
net: ipv4: fix clang -Wformat warnings
Justin Stitt
1
-1
/
+1
2022-06-24
net: helper function skb_len_add
Richard Gobert
1
-3
/
+1
2022-05-06
xfrm: free not used XFRM_ESP_NO_TRAILER flag
Leon Romanovsky
1
-6
/
+0
2022-04-13
esp: limit skb_page_frag_refill use to a single page
Sabrina Dubroca
1
-3
/
+2
2022-03-07
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
1
-0
/
+5
2022-01-27
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Jiri Bohac
1
-1
/
+1
2021-07-20
ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()
Corey Minyard
1
-3
/
+1
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+1
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2021-06-09
xfrm: remove description from xfrm_type struct
Florian Westphal
1
-1
/
+0
2021-05-17
ipv4: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-04-19
xfrm: xfrm_state_mtu should return at least 1280 for ipv6
Sabrina Dubroca
1
-1
/
+1
2021-04-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-03-25
net: ipv4: Fix some typos
Lu Wei
1
-2
/
+2
2021-03-12
esp4: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-03-03
xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume
Evan Nimmo
1
-1
/
+1
2021-01-11
esp: avoid unneeded kmap_atomic call
Willem de Bruijn
1
-6
/
+1
2020-02-19
ESP: Export esp_output_fill_trailer function
Raed Salem
1
-16
/
+0
2019-12-09
xfrm: add espintcp (RFC 8229)
Sabrina Dubroca
1
-3
/
+188
2019-12-09
esp4: split esp_output_udp_encap and introduce esp_output_encap
Sabrina Dubroca
1
-20
/
+37
2019-12-09
esp4: prepare esp_input_done2 for non-UDP encapsulation
Sabrina Dubroca
1
-2
/
+14
2019-07-01
xfrm: remove get_mtu indirection from xfrm_type
Florian Westphal
1
-26
/
+1
2019-06-06
xfrm: remove type and offload_type map from xfrm_state_afinfo
Florian Westphal
1
-2
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-03-26
esp4: add length check for UDP encapsulation
Sabrina Dubroca
1
-5
/
+15
2019-01-28
esp: Skip TX bytes accounting when sending from a request socket
Martin Willi
1
-1
/
+1
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-3
/
+6
[next]