index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-26
xfrm: provide correct dst in xfrm_neigh_lookup
Julian Anastasov
1
-8
/
+21
2017-02-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-71
/
+46
2017-02-09
xfrm: policy: make policy backend const
Florian Westphal
1
-9
/
+9
2017-02-09
xfrm: policy: remove xfrm_policy_put_afinfo
Florian Westphal
1
-13
/
+8
2017-02-09
xfrm: policy: remove family field
Florian Westphal
1
-17
/
+17
2017-02-09
xfrm: policy: remove garbage_collect callback
Florian Westphal
1
-4
/
+2
2017-02-09
xfrm: policy: xfrm_policy_unregister_afinfo can return void
Florian Westphal
1
-22
/
+13
2017-02-09
xfrm: policy: xfrm_get_tos cannot fail
Florian Westphal
1
-14
/
+5
2017-02-07
net: add confirm_neigh method to dst_ops
Julian Anastasov
1
-0
/
+19
2017-01-04
xfrm: trivial typos
Alexander Alemayhu
1
-1
/
+1
2016-12-12
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2016-11-18
xfrm: unbreak xfrm_sk_policy_lookup
Florian Westphal
1
-4
/
+6
2016-11-09
net/flowcache: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-0
/
+1
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2016-08-24
xfrm: Fix xfrm_policy_lock imbalance
Steffen Klassert
1
-1
/
+1
2016-08-12
xfrm: policy: convert policy_lock to spinlock
Florian Westphal
1
-34
/
+34
2016-08-12
xfrm: policy: don't acquire policy lock in xfrm_spd_getinfo
Florian Westphal
1
-2
/
+0
2016-08-12
xfrm: policy: only use rcu in xfrm_sk_policy_lookup
Florian Westphal
1
-5
/
+3
2016-08-12
xfrm: policy: make xfrm_policy_lookup_bytype lockless
Florian Westphal
1
-2
/
+2
2016-08-12
xfrm: policy: use atomic_inc_not_zero in rcu section
Florian Westphal
1
-1
/
+7
2016-08-12
xfrm: policy: add sequence count to sync with hash resize
Florian Westphal
1
-2
/
+19
2016-08-12
xfrm: policy: prepare policy_bydst hash for rcu lookups
Florian Westphal
1
-6
/
+14
2016-08-12
xfrm: policy: use rcu versions for iteration and list add/del
Florian Westphal
1
-7
/
+7
2016-07-29
xfrm: Ignore socket policies when rebuilding hash tables
Tobias Brunner
1
-0
/
+4
2015-12-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-38
/
+0
2015-12-11
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
1
-12
/
+25
2015-12-11
xfrm: add rcu grace period in xfrm_policy_destroy()
Eric Dumazet
1
-2
/
+9
2015-12-07
xfrm: take care of request sockets
Eric Dumazet
1
-0
/
+2
2015-11-03
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
1
-38
/
+0
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
1
-1
/
+1
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
1
-1
/
+1
2015-10-08
xfrm: Only compute net once in xfrm_policy_queue_process
Eric W. Biederman
1
-4
/
+3
2015-09-25
inet: constify ip_route_output_flow() socket argument
Eric Dumazet
1
-3
/
+3
2015-09-17
net: Merge dst_output and dst_output_sk
Eric W. Biederman
1
-1
/
+1
2015-09-17
xfrm: Remove unused afinfo method init_dst
Eric W. Biederman
1
-2
/
+0
2015-08-11
xfrm: Add oif to dst lookups
David Ahern
1
-10
/
+14
2015-05-18
xfrm: optimise to search the inexact policy list
Li RongQing
1
-3
/
+8
2015-05-05
xfrm: move the checking for old xfrm_policy hold_queue to beginning
Li RongQing
1
-3
/
+3
2015-05-05
xfrm: remove the unnecessary checking before call xfrm_pol_hold
Li RongQing
1
-4
/
+3
2015-04-23
xfrm: fix the return code when xfrm_*_register_afinfo failed
Li RongQing
1
-1
/
+1
2015-04-23
xfrm: optimise the use of walk list header in xfrm_policy/state_walk
Li RongQing
1
-1
/
+3
2015-04-23
xfrm: remove the xfrm_queue_purge definition
Li RongQing
1
-10
/
+2
2015-02-12
xfrm: release dst_orig in case of error in xfrm_lookup()
huaibin Wang
1
-6
/
+6
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-23
/
+29
2014-11-13
xfrm: Use __xfrm_policy_link in xfrm_policy_insert
Herbert Xu
1
-3
/
+2
2014-11-13
xfrm: Do not hash socket policies
Herbert Xu
1
-18
/
+26
2014-10-30
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
1
-1
/
+1
2014-10-27
xfrm: fix set but not used warning in xfrm_policy_queue_process()
Fabian Frederick
1
-2
/
+1
2014-10-01
net: cleanup and document skb fclone layout
Eric Dumazet
1
-3
/
+1
2014-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-6
/
+134
[next]