Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
df08e3476a03c71710472f6e29dd41ded8e8fd10
/
net
/
ipv6
/
ah6.c
8683408
Merge 4.9.94 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
753b04d
ipsec: check return value of skb_to_sgvec always
by Jason A. Donenfeld
· 7 years ago
5044292
UPSTREAM: net: inet: Support UID-based routing in IP protocols.
by Lorenzo Colitti
· 8 years ago
2510505
ah6: fix error return code
by Julia Lawall
· 9 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
689f1c9
ipsec: Remove obsolete MAX_AH_AUTH_LEN
by Herbert Xu
· 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
e924d2d
ah6: Use the IPsec protocol multiplexer API
by Steffen Klassert
· 11 years ago
8d6da6f
{IPv6,xfrm} Add ESN support for AH ingress part
by Fan Du
· 11 years ago
26dd70c
{IPv6,xfrm} Add ESN support for AH egress part
by Fan Du
· 11 years ago
a99421d
ipv4/ipv6: Fix FSF address in file headers
by Jeff Kirsher
· 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
14bbd6a
net: Add skb_unclone() helper function.
by Pravin B Shelar
· 12 years ago
a9403f8
ah6/esp6: set transport header correctly for IPsec tunnel mode.
by Li RongQing
· 12 years ago
07a9362
ipv6: use IS_ENABLED()
by Amerigo Wang
· 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
· 12 years ago
a50feda
ipv6: bool/const conversions phase2
by Eric Dumazet
· 12 years ago
1de5a71
ipv6: correct the ipv6 option name - Pad0 to Pad1
by Eldad Zack
· 12 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
4b90a60
ah: Don't return NET_XMIT_DROP on input.
by Nick Bowler
· 13 years ago
b7ea81a
ah: Read nexthdr value before overwriting it in ahash input callback.
by Nick Bowler
· 13 years ago
069294e
ah: Correctly pass error codes in ahash output callback.
by Nick Bowler
· 13 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
4b0ef1f2
ah: reload pointers to skb data after calling skb_cow_data()
by Dang Hongwu
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 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
8631e9b
ah6: convert to ahash
by Steffen Klassert
· 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
· 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
6daad37
ah4/ah6: remove useless NULL assignments
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
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
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
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 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
7aa68cb
[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spi
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
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
bc31d3b
[IPSEC] ah: Remove keys from ah_data structure
by Herbert Xu
· 17 years ago
d3d6dd3
[XFRM]: Add module alias for transformation type.
by Masahide NAKAMURA
· 17 years ago
59fbb3a6
[IPV6] MIP6: Loadable module support for MIPv6.
by Masahide NAKAMURA
· 17 years ago
136ebf0
[IPV6] MIP6: Kill unnecessary ifdefs.
by Masahide NAKAMURA
· 17 years ago
144466b
[IPSEC]: Fix IPv6 AH calculation in outbound
by Kazunori MIYAZAWA
· 17 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
967b05f
[SK_BUFF]: Introduce skb_set_transport_header
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
af879cc
[IPV6]: Use kmemdup
by Arnaldo Carvalho de Melo
· 18 years ago
04ce690
[IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian
by Al Viro
· 18 years ago
e731c24
[IPV6] MIP6: Several obvious clean-ups.
by YOSHIFUJI Hideaki
· 18 years ago
27637df
[IPV6] IPSEC: Support sending with Mobile IPv6 extension headers.
by Masahide NAKAMURA
· 18 years ago
aee5adb
[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.
by Masahide NAKAMURA
· 18 years ago
7e49e6d
[XFRM]: Add XFRM_MODE_xxx for future use.
by Masahide NAKAMURA
· 18 years ago
07d4ee5
[IPSEC]: Use HMAC template and hash interface
by Herbert Xu
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
31a4ab9
[IPSEC] proto: Move transport mode input path into xfrm_mode_transport
by Herbert Xu
· 18 years ago
e695633
[IPSEC]: Kill unused decap state argument
by Herbert Xu
· 19 years ago
0c600ed
[IPV6]: Nearly complete kzalloc cleanup for net/ipv6
by Ingo Oeser
· 19 years ago
9500e8a
[IPSEC]: Sync series - fast path
by Jamal Hadi Salim
· 19 years ago
f8dc01f
[XFRM]: Fix leak in ah6_input
by Patrick McHardy
· 19 years ago
46b86a2
[NET]: Use NIP6_FMT in kernel.h
by Joe Perches
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
573dbd9
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
by Jesper Juhl
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
72cb696
[IPSEC]: Add xfrm_init_state
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago