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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
1
-39
/
+44
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-1
/
+2
|
|
\
|
*
|
xfrm: fix RCU bugs
Eric Dumazet
2012-08-22
1
-37
/
+39
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-22
1
-0
/
+2
|
|
\
\
|
*
|
|
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
Fan Du
2012-08-16
1
-2
/
+2
|
*
|
|
Replace rwlock on xfrm_policy_afinfo with rcu
Priyanka Jain
2012-08-14
1
-18
/
+21
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-10-02
1
-4
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2012-09-17
1
-4
/
+4
|
|
/
/
*
|
|
xfrm: fix a read lock imbalance in make_blackhole
Li RongQing
2012-09-18
1
-1
/
+1
*
|
|
xfrm: invalidate dst on policy insertion/deletion
Nicolas Dichtel
2012-09-18
1
-0
/
+1
|
|
/
|
/
|
*
|
net: ipv6: fix oops in inet_putpeer()
Patrick McHardy
2012-08-20
1
-0
/
+2
|
/
*
net: Document dst->obsolete better.
David S. Miller
2012-07-20
1
-11
/
+12
*
xfrm: Initialize the struct xfrm_dst behind the dst_enty field
Steffen Klassert
2012-07-14
1
-2
/
+3
*
xfrm: No need to copy generic neighbour pointer.
David S. Miller
2012-07-05
1
-3
/
+0
*
net: Add optional SKB arg to dst_ops->neigh_lookup().
David S. Miller
2012-07-05
1
-2
/
+4
*
ipv6: fix incorrect ipsec fragment
Gao feng
2012-05-27
1
-0
/
+3
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2012-05-21
1
-0
/
+1
|
\
|
*
SELinux: include flow.h where used rather than get it indirectly
Eric Paris
2012-04-09
1
-0
/
+1
*
|
xfrm: Convert several xfrm policy match functions to bool.
David S. Miller
2012-05-15
1
-13
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-12-23
1
-4
/
+14
|
\
|
*
net: Add a flow_cache_flush_deferred function
Steffen Klassert
2011-12-21
1
-4
/
+14
*
|
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-12-11
1
-3
/
+3
*
|
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-12-05
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-11-26
1
-4
/
+6
|
\
|
|
*
net: Move mtu handling down to the protocol depended handlers
Steffen Klassert
2011-11-26
1
-1
/
+3
|
*
net: Rename the dst_opt default_mtu method to mtu
Steffen Klassert
2011-11-26
1
-3
/
+3
*
|
xfrm: optimize ipv4 selector matching
Alexey Dobriyan
2011-11-22
1
-2
/
+2
|
/
*
net: check return value for dst_alloc
Madalin Bucur
2011-09-27
1
-4
/
+6
*
net: Add ->neigh_lookup() operation to dst_ops
David S. Miller
2011-07-18
1
-0
/
+7
*
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-17
1
-1
/
+1
*
xfrm: Remove family arg from xfrm_bundle_ok
Steffen Klassert
2011-07-01
1
-3
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-05-11
1
-1
/
+13
|
\
|
*
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
2011-05-10
1
-1
/
+13
*
|
net: Use non-zero allocations in dst_alloc().
David S. Miller
2011-04-28
1
-0
/
+1
*
|
net: Make dst_alloc() take more explicit initializations.
David S. Miller
2011-04-28
1
-1
/
+1
|
/
*
xfrm: Refcount destination entry on xfrm_lookup
Steffen Klassert
2011-03-16
1
-0
/
+2
*
xfrm: fix __xfrm_route_forward()
Eric Dumazet
2011-03-15
1
-2
/
+2
*
net: Use flowi4 and flowi6 in xfrm layer.
David S. Miller
2011-03-12
1
-12
/
+16
*
net: Break struct flowi out into AF specific instances.
David S. Miller
2011-03-12
1
-4
/
+4
*
net: Make flowi ports AF dependent.
David S. Miller
2011-03-12
1
-4
/
+4
*
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
1
-9
/
+9
*
xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().
David S. Miller
2011-03-12
1
-19
/
+3
*
xfrm: Return dst directly from xfrm_lookup()
David S. Miller
2011-03-02
1
-17
/
+17
*
xfrm: Handle blackhole route creation via afinfo.
David S. Miller
2011-03-01
1
-20
/
+26
*
xfrm: Kill XFRM_LOOKUP_WAIT flag.
David S. Miller
2011-03-01
1
-1
/
+1
*
xfrm: Const'ify sec_path arg to secpath_has_nontransport.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify ptr args to xfrm_policy_ok.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify ptr args to xfrm_state_ok.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify selector arg to xfrm_dst_update_parent.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify policy arg to clone_policy.
David S. Miller
2011-02-23
1
-1
/
+1
[next]