index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
xfrm: Ignore socket policies when rebuilding hash tables
Tobias Brunner
1
-0
/
+4
2015-12-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-38
/
+0
2015-12-12
xfrm: add rcu protection to sk->sk_policy[]
Eric Dumazet
1
-12
/
+25
2015-12-12
xfrm: add rcu grace period in xfrm_policy_destroy()
Eric Dumazet
1
-2
/
+9
2015-12-08
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-18
net: Merge dst_output and dst_output_sk
Eric W. Biederman
1
-1
/
+1
2015-09-18
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-09
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-31
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-02
net: cleanup and document skb fclone layout
Eric Dumazet
1
-3
/
+1
2014-09-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-6
/
+134
2014-09-16
xfrm: Generate queueing routes only from route lookup functions
Steffen Klassert
1
-8
/
+24
2014-09-16
xfrm: Generate blackhole routes only from route lookup functions
Steffen Klassert
1
-1
/
+17
2014-09-02
xfrm: configure policy hash table thresholds by netlink
Christophe Gouault
1
-0
/
+87
2014-09-02
xfrm: hash prefixed policies based on preflen thresholds
Christophe Gouault
1
-6
/
+47
2014-08-07
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-2
/
+2
2014-06-26
xfrm: Fix refcount imbalance in xfrm_lookup
Steffen Klassert
1
-0
/
+2
2014-05-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-32
/
+14
2014-05-08
net: clean up snmp stats code
WANG Cong
1
-6
/
+4
2014-04-23
xfrm: Remove useless xfrm_audit struct.
Tetsuo Handa
1
-26
/
+14
2014-04-22
xfrm: Remove useless secid field from xfrm_audit.
Tetsuo Handa
1
-14
/
+8
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
1
-1
/
+1
2014-03-12
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
1
-1
/
+6
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-02-26
xfrm: Fix unlink race when policies are deleted.
Steffen Klassert
1
-1
/
+1
2014-02-19
xfrm: Remove caching of xfrm_policy_sk_bundles
Steffen Klassert
1
-28
/
+0
2014-02-12
flowcache: Make flow cache name space aware
Fan Du
1
-3
/
+4
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-99
/
+96
2014-01-24
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-4
/
+4
2014-01-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-16
/
+16
2014-01-14
audit: convert all sessionid declaration to unsigned int
Eric Paris
1
-4
/
+4
2014-01-08
net: xfrm: xfrm_policy: silence compiler warning
Ying Xue
1
-0
/
+2
2014-01-08
net: xfrm: xfrm_policy: fix inline not at beginning of declaration
Daniel Borkmann
1
-6
/
+6
2014-01-02
xfrm: checkpatch erros with inline keyword position
Weilong Chen
1
-3
/
+3
[next]