Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
69879c01a0c3f70e0887cfb4d9ff439814361e46
/
net
/
ipv4
/
esp4.c
e27cca9
xfrm: add espintcp (RFC 8229)
by Sabrina Dubroca
· 5 years ago
eecd227a
esp4: split esp_output_udp_encap and introduce esp_output_encap
by Sabrina Dubroca
· 5 years ago
25f6802
esp4: prepare esp_input_done2 for non-UDP encapsulation
by Sabrina Dubroca
· 5 years ago
c7b37c7
xfrm: remove get_mtu indirection from xfrm_type
by Florian Westphal
· 6 years ago
4f518e8
xfrm: remove type and offload_type map from xfrm_state_afinfo
by Florian Westphal
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
8dfb4eb
esp4: add length check for UDP encapsulation
by Sabrina Dubroca
· 6 years ago
09db512
esp: Skip TX bytes accounting when sending from a request socket
by Martin Willi
· 6 years ago
2294be0f
net: use skb_sec_path helper in more places
by Florian Westphal
· 6 years ago
2240c12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
1042caa
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
by Maciej Żenczykowski
· 6 years ago
d888f39
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
by Maciej Żenczykowski
· 6 years ago
0c05f98
esp: remove redundant define esph
by Haishuang Yan
· 6 years ago
60aa804
esp4: remove redundant initialization of pointer esph
by Colin Ian King
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bcfd09f
xfrm: Return error on unknown encap_type in init_state
by Herbert Xu
· 7 years ago
f58869c
esp: Don't require synchronous crypto fallback on offloading anymore.
by Steffen Klassert
· 7 years ago
f53c723
net: Add asynchronous callbacks for xfrm on layer 2.
by Steffen Klassert
· 7 years ago
068c2e7
net: use -ENOSPC for transient busy indication
by Gilad Ben-Yossef
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
47ebcc0
xfrm: Add support for network devices capable of removing the ESP trailer
by Yossi Kuperman
· 7 years ago
54ffd79
esp: Fix skb tailroom calculation
by Steffen Klassert
· 7 years ago
36ff0dd
esp: Fix locking on page fragment allocation
by Steffen Klassert
· 7 years ago
ec9567a
esp4: Support RX checksum with crypto offload
by Ilan Tayari
· 7 years ago
e619492
esp: Fix memleaks on error paths.
by Steffen Klassert
· 7 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
3f29770
ipsec: check return value of skb_to_sgvec always
by Jason A. Donenfeld
· 8 years ago
0e78a87
esp4: Fix udpencap for local TCP packets.
by Steffen Klassert
· 8 years ago
67d349e
net/esp4: Fix invalid esph pointer crash
by Ilan Tayari
· 8 years ago
e892d2d
esp: Fix misplaced spin_unlock_bh.
by Steffen Klassert
· 8 years ago
b3859c8
esp: Use a synchronous crypto algorithm on offloading.
by Steffen Klassert
· 8 years ago
7862b40
esp: Add gso handlers for esp4 and esp6
by Steffen Klassert
· 8 years ago
fca11eb
esp4: Reorganize esp_output
by Steffen Klassert
· 8 years ago
d77e38e
xfrm: Add an IPsec hardware offloading API
by Steffen Klassert
· 8 years ago
eb758c8
esp: Introduce a helper to setup the trailer
by Steffen Klassert
· 8 years ago
cac2661
esp4: Avoid skb_cow_data whenever possible
by Steffen Klassert
· 8 years ago
7c7fedd
esp4: Fix integrity verification when ESN are used
by Tobias Brunner
· 8 years ago
962fcef
esp: Fix ESN generation under UDP encapsulation
by Herbert Xu
· 9 years ago
7021b2e
esp4: Switch to new AEAD interface
by Herbert Xu
· 10 years ago
51456b2
ipv4: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
4508349
net: esp: Convert NETDEBUG to pr_info
by Joe Perches
· 10 years ago
05006e8
esp4: remove assignment in if condition
by Fabian Frederick
· 10 years ago
827789c
esp4: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
1c5ad13
net: esp{4,6}: get rid of struct esp_data
by Mathias Krause
· 11 years ago
123b0d1
net: esp{4,6}: remove padlen from struct esp_data
by Mathias Krause
· 11 years ago
7921895
net: esp{4,6}: fix potential MTU calculation overflows
by Daniel Borkmann
· 11 years ago
387aa65
ipv4: properly refresh rtable entries on pmtu/redirect events
by Timo Teräs
· 12 years ago
06848c1
esp4: fix error return code in esp_output()
by Wei Yongjun
· 12 years ago
05ab86c
xfrm4: Invalidate all ipv4 routes on IPsec pmtu events
by Steffen Klassert
· 12 years ago
7143dfa
ah4/esp4: set transport header correctly for IPsec tunnel mode.
by Li RongQing
· 12 years ago
55be7a9
ipv4: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 13 years ago
3639339
ipv4: Handle PMTU in all ICMP error handlers.
by David S. Miller
· 13 years ago
91657ea
xfrm: take net hdr len into account for esp payload size calculation
by Benjamin Poirier
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
0dc49e9
esp4: Add support for IPsec extended sequence numbers
by Steffen Klassert
· 14 years ago
1ce3644
xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb
by Steffen Klassert
· 14 years ago
d979e20
xfrm: Traffic Flow Confidentiality for IPv4 ESP
by Martin Willi
· 14 years ago
bd55775
xfrm: SA lookups signature with mark
by Jamal Hadi Salim
· 15 years ago
8f8a088
xfrm: Use the user specified truncation length in ESP and AH
by Martin Willi
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
4fb236b
netns xfrm: AH/ESP in netns!
by Alexey Dobriyan
· 16 years ago
221df1e
netns xfrm: state lookup in netns
by Alexey Dobriyan
· 16 years ago
d9319100
net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c
by Jianjun Kong
· 16 years ago
eb49e63
ipsec: Interfamily IPSec BEET
by Joakim Koskela
· 16 years ago
920fc94
[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access
by Thomas Graf
· 17 years ago
5e226e4
[IPV4]: esp_output() misannotations
by Al Viro
· 17 years ago
b318e0e
[IPSEC]: Fix bogus usage of u64 on input sequence number
by Herbert Xu
· 17 years ago
533cb5b
[XFRM]: constify 'struct xfrm_type'
by Eric Dumazet
· 17 years ago
1a6509d
[IPSEC]: Add support for combined mode algorithms
by Herbert Xu
· 17 years ago
38320c7
[IPSEC]: Use crypto_aead and authenc in ESP
by Herbert Xu
· 17 years ago
9dd3245
[IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input
by Herbert Xu
· 17 years ago
afeb14b
[XFRM]: RFC4303 compliant auditing
by Paul Moore
· 17 years ago
0ebea8e
[IPSEC]: Move state lock into x->type->input
by Herbert Xu
· 17 years ago
668dc8a
[IPSEC]: Move integrity stat collection into xfrm_input
by Herbert Xu
· 17 years ago
2017a72
[IPv4] ESP: Discard dummy packets introduced in rfc4303
by Thomas Graf
· 17 years ago
51c739d
[NET]: Fix incorrect sg_mark_end() calls.
by David S. Miller
· 17 years ago
68e3f5d
[CRYPTO] users: Fix up scatterlist conversion errors
by Herbert Xu
· 17 years ago
72998d8
[INET] ESP: Must #include <linux/scatterlist.h>
by Adrian Bunk
· 17 years ago
ed0e7e0
[IPSEC]: Add missing sg_init_table() calls to ESP.
by David S. Miller
· 17 years ago
631a6698
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
by Herbert Xu
· 17 years ago
ceb1eec8
[IPSEC]: Move IP length/checksum setting out of transforms
by Herbert Xu
· 17 years ago
87bdc48
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
by Herbert Xu
· 17 years ago
37fedd3
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
by Herbert Xu
· 17 years ago
7b277b1
[IPSEC]: Set skb->data to payload in x->mode->output
by Herbert Xu
· 17 years ago
8bd1707
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
by Herbert Xu
· 17 years ago
b7c6538
[IPSEC]: Move state lock into x->type->output
by Herbert Xu
· 17 years ago
007f021
[IPSEC]: Store IPv6 nh pointer in mac_header on output
by Herbert Xu
· 17 years ago
436a0a4
[IPSEC]: Move output replay code into xfrm_output
by Herbert Xu
· 17 years ago
4b7137f
[IPSEC] esp: Remove keys from esp_data structure
by Herbert Xu
· 17 years ago
d3d6dd3
[XFRM]: Add module alias for transformation type.
by Masahide NAKAMURA
· 18 years ago
ac758e3
[XFRM]: beet: fix worst case header_len calculation
by Patrick McHardy
· 18 years ago
c5c2523
[XFRM]: Optimize MTU calculation
by Patrick McHardy
· 18 years ago
5579225
[XFRM]: esp: fix skb_tail_pointer conversion bug
by Patrick McHardy
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
967b05f
[SK_BUFF]: Introduce skb_set_transport_header
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
Next »