Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
aee4eda1abbcd4b7e5eeecb253df6025048e3200
/
net
/
xfrm
/
xfrm_policy.c
024f35c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 9 years ago
d188ba8
xfrm: add rcu protection to sk->sk_policy[]
by Eric Dumazet
· 9 years ago
56f0473
xfrm: add rcu grace period in xfrm_policy_destroy()
by Eric Dumazet
· 9 years ago
bd5eb35
xfrm: take care of request sockets
by Eric Dumazet
· 9 years ago
a8a572a
xfrm: dst_entries_init() per-net dst_ops
by Dan Streetman
· 9 years ago
ede2059
dst: Pass net into dst->output
by Eric W. Biederman
· 9 years ago
13206b6
net: Pass net into dst_output and remove dst_output_okfn
by Eric W. Biederman
· 9 years ago
3f5312a
xfrm: Only compute net once in xfrm_policy_queue_process
by Eric W. Biederman
· 9 years ago
6f9c961
inet: constify ip_route_output_flow() socket argument
by Eric Dumazet
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
a6568b2
xfrm: Remove unused afinfo method init_dst
by Eric W. Biederman
· 9 years ago
42a7b32
xfrm: Add oif to dst lookups
by David Ahern
· 9 years ago
8faf491
xfrm: optimise to search the inexact policy list
by Li RongQing
· 10 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
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
ac37e25
xfrm: release dst_orig in case of error in xfrm_lookup()
by huaibin Wang
· 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
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
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
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
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
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
b7eea45
xfrm: Fix refcount imbalance in xfrm_lookup
by Steffen Klassert
· 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
698365f
net: clean up snmp stats code
by WANG Cong
· 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
4a93f50
flowcache: Fix resource leaks on namespace exit.
by Steffen Klassert
· 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
1a1ccc9
xfrm: Remove caching of xfrm_policy_sk_bundles
by Steffen Klassert
· 11 years ago
ca925cf
flowcache: Make flow cache name space aware
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
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
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
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
8d549c4
xfrm: Using the right namespace to migrate key info
by Fan Du
· 11 years ago
e682adf
xfrm: Try to honor policy index if it's supplied by user
by Fan Du
· 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
4d53eff
xfrm: Don't queue retransmitted packets if the original is still on the host
by Steffen Klassert
· 11 years ago
2bb53e2
xfrm: check for a vaild skb in xfrm_policy_queue_process
by Steffen Klassert
· 11 years ago
e7d8f6c
xfrm: Add refcount handling to queued policies
by Steffen Klassert
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
302a50b
xfrm: Fix potential null pointer dereference in xdst_queue_output
by Steffen Klassert
· 11 years ago
e3fec5a
xfrm: remove irrelevant comment in xfrm_input().
by Rami Rosen
· 11 years ago
0659eea
xfrm: Delete hold_timer when destroy policy
by Fan Du
· 11 years ago
ca4c3fc
net: split rt_genid for ipv4 and ipv6
by fan.du
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e4c1721
xfrm: force a garbage collection after deleting a policy
by Paul Moore
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
b5fb82c
xfrm: use xfrm direction when lookup policy
by Baker Zhang
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
e0376d0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 12 years ago
7cb8a93
xfrm: Allow inserting policies with matching mark and different priorities
by Steffen Klassert
· 12 years ago
a0073fe
xfrm: Add a state resolution packet queue
by Steffen Klassert
· 12 years ago
70e94e6
xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5b653b2
xfrm: fix freed block size calculation in xfrm_policy_fini()
by Michal Kubecek
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
433a195
xfrm: fix a read lock imbalance in make_blackhole
by Li RongQing
· 12 years ago
ee8372d
xfrm: invalidate dst on policy insertion/deletion
by Nicolas Dichtel
· 12 years ago
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
ef8531b
xfrm: fix RCU bugs
by Eric Dumazet
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9d7b0fc
net: ipv6: fix oops in inet_putpeer()
by Patrick McHardy
· 12 years ago
5689226
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
by Fan Du
· 12 years ago
418a99a
Replace rwlock on xfrm_policy_afinfo with rcu
by Priyanka Jain
· 12 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 12 years ago
141e369
xfrm: Initialize the struct xfrm_dst behind the dst_enty field
by Steffen Klassert
· 12 years ago
d1e31fb
xfrm: No need to copy generic neighbour pointer.
by David S. Miller
· 12 years ago
f894cbf
net: Add optional SKB arg to dst_ops->neigh_lookup().
by David S. Miller
· 12 years ago
0c18337
ipv6: fix incorrect ipsec fragment
by Gao feng
· 12 years ago
cb60e3e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
bc9b35a
xfrm: Convert several xfrm policy match functions to bool.
by David S. Miller
· 13 years ago
6ce74ec
SELinux: include flow.h where used rather than get it indirectly
by Eric Paris
· 13 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c0ed1c1
net: Add a flow_cache_flush_deferred function
by Steffen Klassert
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
2721745
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
by David Miller
· 13 years ago
6dec4ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
Next »