index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_policy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
Sabrina Dubroca
2017-05-04
1
-47
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-21
/
+6
|
\
|
*
xfrm: Add an IPsec hardware offloading API
Steffen Klassert
2017-04-14
1
-5
/
+5
|
*
xfrm: Move device notifications to a sepatate file
Steffen Klassert
2017-04-14
1
-16
/
+1
*
|
xfrm: do the garbage collection after flushing policy
Xin Long
2017-04-26
1
-0
/
+4
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-03-07
1
-10
/
+9
|
\
|
*
xfrm: Don't use sk_family for socket policy lookups
Steffen Klassert
2017-02-14
1
-5
/
+4
|
*
xfrm: policy: init locks early
Florian Westphal
2017-02-09
1
-5
/
+5
*
|
xfrm: provide correct dst in xfrm_neigh_lookup
Julian Anastasov
2017-02-26
1
-8
/
+21
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-02-16
1
-71
/
+46
|
\
\
|
*
|
xfrm: policy: make policy backend const
Florian Westphal
2017-02-09
1
-9
/
+9
|
*
|
xfrm: policy: remove xfrm_policy_put_afinfo
Florian Westphal
2017-02-09
1
-13
/
+8
|
*
|
xfrm: policy: remove family field
Florian Westphal
2017-02-09
1
-17
/
+17
|
*
|
xfrm: policy: remove garbage_collect callback
Florian Westphal
2017-02-09
1
-4
/
+2
|
*
|
xfrm: policy: xfrm_policy_unregister_afinfo can return void
Florian Westphal
2017-02-09
1
-22
/
+13
|
*
|
xfrm: policy: xfrm_get_tos cannot fail
Florian Westphal
2017-02-09
1
-14
/
+5
*
|
|
net: add confirm_neigh method to dst_ops
Julian Anastasov
2017-02-07
1
-0
/
+19
|
/
/
*
/
xfrm: trivial typos
Alexander Alemayhu
2017-01-04
1
-1
/
+1
|
/
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-0
/
+1
|
\
|
*
net/flowcache: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-09
1
-0
/
+1
*
|
xfrm: unbreak xfrm_sk_policy_lookup
Florian Westphal
2016-11-18
1
-4
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
1
-0
/
+4
|
\
|
*
xfrm: Ignore socket policies when rebuilding hash tables
Tobias Brunner
2016-07-29
1
-0
/
+4
*
|
xfrm: Fix xfrm_policy_lock imbalance
Steffen Klassert
2016-08-24
1
-1
/
+1
*
|
xfrm: policy: convert policy_lock to spinlock
Florian Westphal
2016-08-12
1
-34
/
+34
*
|
xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo
Florian Westphal
2016-08-12
1
-2
/
+0
*
|
xfrm: policy: only use rcu in xfrm_sk_policy_lookup
Florian Westphal
2016-08-12
1
-5
/
+3
*
|
xfrm: policy: make xfrm_policy_lookup_bytype lockless
Florian Westphal
2016-08-12
1
-2
/
+2
*
|
xfrm: policy: use atomic_inc_not_zero in rcu section
Florian Westphal
2016-08-12
1
-1
/
+7
*
|
xfrm: policy: add sequence count to sync with hash resize
Florian Westphal
2016-08-12
1
-2
/
+19
*
|
xfrm: policy: prepare policy_bydst hash for rcu lookups
Florian Westphal
2016-08-12
1
-6
/
+14
*
|
xfrm: policy: use rcu versions for iteration and list add/del
Florian Westphal
2016-08-12
1
-7
/
+7
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-12-22
1
-38
/
+0
|
\
|
*
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
2015-11-03
1
-38
/
+0
*
|
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
2015-12-11
1
-12
/
+25
*
|
xfrm: add rcu grace period in xfrm_policy_destroy()
Eric Dumazet
2015-12-11
1
-2
/
+9
*
|
xfrm: take care of request sockets
Eric Dumazet
2015-12-07
1
-0
/
+2
*
|
dst: Pass net into dst->output
Eric W. Biederman
2015-10-08
1
-1
/
+1
*
|
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
2015-10-08
1
-1
/
+1
*
|
xfrm: Only compute net once in xfrm_policy_queue_process
Eric W. Biederman
2015-10-08
1
-4
/
+3
*
|
inet: constify ip_route_output_flow() socket argument
Eric Dumazet
2015-09-25
1
-3
/
+3
*
|
net: Merge dst_output and dst_output_sk
Eric W. Biederman
2015-09-17
1
-1
/
+1
*
|
xfrm: Remove unused afinfo method init_dst
Eric W. Biederman
2015-09-17
1
-2
/
+0
|
/
*
xfrm: Add oif to dst lookups
David Ahern
2015-08-11
1
-10
/
+14
*
xfrm: optimise to search the inexact policy list
Li RongQing
2015-05-18
1
-3
/
+8
*
xfrm: move the checking for old xfrm_policy hold_queue to beginning
Li RongQing
2015-05-05
1
-3
/
+3
*
xfrm: remove the unnecessary checking before call xfrm_pol_hold
Li RongQing
2015-05-05
1
-4
/
+3
*
xfrm: fix the return code when xfrm_*_register_afinfo failed
Li RongQing
2015-04-23
1
-1
/
+1
*
xfrm: optimise the use of walk list header in xfrm_policy/state_walk
Li RongQing
2015-04-23
1
-1
/
+3
*
xfrm: remove the xfrm_queue_purge definition
Li RongQing
2015-04-23
1
-10
/
+2
[next]