Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
77f3228f771506bac4b1308571a62c769552f8f8
/
net
/
xfrm
dd5cdb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
de0ded7
ipsec: Replace seqniv with seqiv
by Herbert Xu
· 9 years ago
42a7b32
xfrm: Add oif to dst lookups
by David Ahern
· 9 years ago
df36756
net/xfrm: use kmemdup rather than duplicating its implementation
by Andrzej Hajda
· 9 years ago
0c199a9
xfrm: Fix a typo
by Jakub Wilk
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
44d21c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
b08b6b7
xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users
by Martin Willi
· 9 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a74eab6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 9 years ago
049f8e2
xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input
by Alexander Duyck
· 9 years ago
69b0137
ipsec: Add IV generator information to xfrm_state
by Herbert Xu
· 9 years ago
165ecc6
xfrm: Add IV generator information to xfrm_algo_desc
by Herbert Xu
· 9 years ago
407d34e
xfrm: Always zero high-order sequence number bits
by Herbert Xu
· 9 years ago
8faf491
xfrm: optimise to search the inexact policy list
by Li RongQing
· 9 years ago
9449c3c
net: make skb_dst_pop routine static
by Ying Xue
· 9 years ago
de2ad48
xfrm: move the checking for old xfrm_policy hold_queue to beginning
by Li RongQing
· 10 years ago
586f2eb
xfrm: remove the unnecessary checking before call xfrm_pol_hold
by Li RongQing
· 10 years ago
bdddbf6
xfrm: fix a race in xfrm_state_lookup_byspi
by Li RongQing
· 10 years ago
dc0565c
xfrm: slightly optimise xfrm_input
by Li RongQing
· 10 years ago
f31e8d4f
xfrm: fix the return code when xfrm_*_register_afinfo failed
by Li RongQing
· 10 years ago
8007770
xfrm: optimise the use of walk list header in xfrm_policy/state_walk
by Li RongQing
· 10 years ago
1ee5e66
xfrm: remove the xfrm_queue_purge definition
by Li RongQing
· 10 years ago
87ffabb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9399bdc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
68c11e9
xfrm: fix xfrm_input/xfrm_tunnel_check oops
by Alexey Dobriyan
· 10 years ago
15e318b
xfrm: simplify xfrm_address_t use
by Jiri Benc
· 10 years ago
ca00942
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 10 years ago
7400599
xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host
by Fan Du
· 10 years ago
ac37e25
xfrm: release dst_orig in case of error in xfrm_lookup()
by huaibin Wang
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
83400b9
net: xfrm: xfrm_algo: Remove unused function
by Rickard Strandqvist
· 10 years ago
6db70e3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
12bfa8b
xfrm: Use __xfrm_policy_link in xfrm_policy_insert
by Herbert Xu
· 10 years ago
53c2e28
xfrm: Do not hash socket policies
by Herbert Xu
· 10 years ago
f293a5e
xfrm: add XFRMA_REPLAY_VAL attribute to SA messages
by dingzhi
· 10 years ago
39bb5e6
net: skb_fclone_busy() needs to detect orphaned skb
by Eric Dumazet
· 10 years ago
5c1e9f2
xfrm: fix set but not used warning in xfrm_policy_queue_process()
by Fabian Frederick
· 10 years ago
330966e
net: make skb_gso_segment error handling more robust
by Florian Westphal
· 10 years ago
d0bf4a9
net: cleanup and document skb fclone layout
by Eric Dumazet
· 10 years ago
f5c7e1a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
689f1c9
ipsec: Remove obsolete MAX_AH_AUTH_LEN
by Herbert Xu
· 10 years ago
b8c203b
xfrm: Generate queueing routes only from route lookup functions
by Steffen Klassert
· 10 years ago
f92ee61
xfrm: Generate blackhole routes only from route lookup functions
by Steffen Klassert
· 10 years ago
46cfd72
net: use kfree_skb_list() helper in more places
by Florian Westphal
· 10 years ago
880a6fa
xfrm: configure policy hash table thresholds by netlink
by Christophe Gouault
· 10 years ago
b58555f
xfrm: hash prefixed policies based on preflen thresholds
by Christophe Gouault
· 10 years ago
0244790
xfrm: remove useless hash_resize_mutex locks
by Ying Xue
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
a0e5ef5
xfrm: Fix installation of AH IPsec SAs
by Tobias Brunner
· 10 years ago
b7eea45
xfrm: Fix refcount imbalance in xfrm_lookup
by Steffen Klassert
· 10 years ago
c99f7ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
21ee543
xfrm: fix race between netns cleanup and state expire notification
by Michal Kubecek
· 10 years ago
65db611
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
fc68086
net/xfrm/xfrm_output.c: move EXPORT_SYMBOL
by Fabian Frederick
· 10 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
698365f
net: clean up snmp stats code
by WANG Cong
· 11 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
2e71029
xfrm: Remove useless xfrm_audit struct.
by Tetsuo Handa
· 11 years ago
f1370cc
xfrm: Remove useless secid field from xfrm_audit.
by Tetsuo Handa
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
995dca4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
2f32b51
xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly
by Steffen Klassert
· 11 years ago
4a93f50
flowcache: Fix resource leaks on namespace exit.
by Steffen Klassert
· 11 years ago
52a4c64
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
by Nikolay Aleksandrov
· 11 years ago
870a2df
xfrm: rename struct xfrm_filter
by Nicolas Dichtel
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3a9016f
xfrm: Fix unlink race when policies are deleted.
by Steffen Klassert
· 11 years ago
70be6c9
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer
by Steffen Klassert
· 11 years ago
3328715
xfrm4: Add IPsec protocol multiplexer
by Steffen Klassert
· 11 years ago
cc9ab60
xfrm: Cleanup error handling of xfrm_state_clone
by Steffen Klassert
· 11 years ago
ee5c231
xfrm: Clone states properly on migration
by Steffen Klassert
· 11 years ago
8c0cba2
xfrm: Take xfrm_state_lock in xfrm_migrate_state_find
by Steffen Klassert
· 11 years ago
35ea790d
xfrm: Fix NULL pointer dereference on sub policy usage
by Steffen Klassert
· 11 years ago
1a1ccc9
xfrm: Remove caching of xfrm_policy_sk_bundles
by Steffen Klassert
· 11 years ago
d362309
ipsec: add support of limited SA dump
by Nicolas Dichtel
· 11 years ago
0f24558
xfrm: avoid creating temporary SA when there are no listeners
by Horia Geanta
· 11 years ago
ca925cf
flowcache: Make flow cache name space aware
by Fan Du
· 11 years ago
0171410
xfrm: Don't prohibit AH from using ESN feature
by Fan Du
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
6dd9158
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
aef2b45
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
da7c224
net: xfrm: xfrm_policy: silence compiler warning
by Ying Xue
· 11 years ago
be7928d
net: xfrm: xfrm_policy: fix inline not at beginning of declaration
by Daniel Borkmann
· 11 years ago
c454997
{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen
by Fan Du
· 11 years ago
4ae770b
{pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find
by Fan Du
· 11 years ago
2f3ea9a
xfrm: checkpatch erros with inline keyword position
by Weilong Chen
· 11 years ago
42054569
xfrm: fix checkpatch error
by Weilong Chen
· 11 years ago
02d0892
xfrm: checkpatch erros with space prohibited
by Weilong Chen
· 11 years ago
3e94c2d
xfrm: checkpatch errors with foo * bar
by Weilong Chen
· 11 years ago
9b7a787
xfrm: checkpatch errors with space
by Weilong Chen
· 11 years ago
776e9dd
xfrm: export verify_userspi_info for pkfey and netlink interface
by Fan Du
· 11 years ago
ea9884b
xfrm: check user specified spi for IPComp
by Fan Du
· 11 years ago
5b8ef34
xfrm: Remove ancient sleeping when the SA is in acquire state
by Steffen Klassert
· 11 years ago
283bc9f
xfrm: Namespacify xfrm state/policy locks
by Fan Du
· 11 years ago
Next »