Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fe166a9f2868839a1e2f7bd950164d05e86eb154
/
net
/
ipv6
/
esp6.c
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
0c05f98
esp: remove redundant define esph
by Haishuang Yan
· 6 years ago
7284fdf
esp6: fix memleak on error path in esp6_input
by Zhen Lei
· 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
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
068c2e7
net: use -ENOSPC for transient busy indication
by Gilad Ben-Yossef
· 7 years ago
eee12df
ipv6: esp6: use BUG_ON instead of if condition followed by BUG
by Gustavo A. R. Silva
· 7 years ago
d3cc547
esp6: remove redundant initialization of esph
by Colin Ian King
· 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
a9b28c2
esp6: Fix RX checksum after header pull
by Yossi Kuperman
· 7 years ago
e51a647
esp6: 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
93bbbfb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 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
d49c9dc
ipv6: remove unused variables in esp6
by Stephen Hemminger
· 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
383d035
esp6: Reorganize esp_output
by Steffen Klassert
· 8 years ago
f1fbed0
esp6: Remame esp_input_done2
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
03e2a30
esp6: Avoid skb_cow_data whenever possible
by Steffen Klassert
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a55e238
esp6: Fix integrity verification when ESN are used
by Tobias Brunner
· 8 years ago
e2d118a
net: inet: Support UID-based routing in IP protocols.
by Lorenzo Colitti
· 8 years ago
000ae7b
esp6: Switch to new AEAD interface
by Herbert Xu
· 10 years ago
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
e5d08d7
ipv6: coding style improvements (remove assignment in if statements)
by Ian Morris
· 10 years ago
ba7a46f
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
by Joe Perches
· 10 years ago
4508349
net: esp: Convert NETDEBUG to pr_info
by Joe Perches
· 10 years ago
cc24bec
ipv6: White-space cleansing : Structure layouts
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
d5860c5
esp6: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
a99421d
ipv4/ipv6: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
296c106
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 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
b3b2b9e
ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACH
by Steffen Klassert
· 11 years ago
b55b76b
ipv6:introduce function to find route for redirect
by Duan Jiong
· 11 years ago
7921895
net: esp{4,6}: fix potential MTU calculation overflows
by Daniel Borkmann
· 11 years ago
a9403f8
ah6/esp6: set transport header correctly for IPsec tunnel mode.
by Li RongQing
· 12 years ago
48f125c
net: ipv6: fix error return code
by Julia Lawall
· 12 years ago
ec18d9a
ipv6: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 12 years ago
81aded2
ipv6: Handle PMTU in 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
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
7143b7d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c0a56e6
esp6: Fix scatterlist initialization
by Steffen Klassert
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
d212a4c
esp6: 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
040253c
xfrm: Traffic Flow Confidentiality for IPv6 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
41135cc
net: constify struct inet6_protocol
by Alexey Dobriyan
· 15 years ago
d5fdd6b
ipv6: Use correct data types for ICMPv6 type and code
by Brian Haley
· 16 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
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
0c6ce78
net: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
abf5cdb
ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outer
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
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
95a02cf
[IPv6] 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
ea2c47b
[IPSEC] IPV6: Fix to add tunnel mode SA correctly.
by Masahide NAKAMURA
· 17 years ago
ca68145
[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP
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
7b277b1
[IPSEC]: Set skb->data to payload in x->mode->output
by Herbert Xu
· 17 years ago
b7c6538c
[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
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
cfe1fc7
[SK_BUFF]: Introduce skb_network_header_len
by Arnaldo Carvalho de Melo
· 18 years ago
Next »