summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfrm: use xfrm direction when lookup policyBaker Zhang2013-03-191-2/+21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-27/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-141-6/+241
|\
| * xfrm: Allow inserting policies with matching mark and different prioritiesSteffen Klassert2013-02-111-2/+16
| * xfrm: Add a state resolution packet queueSteffen Klassert2013-02-061-4/+225
* | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-12/+12
* | xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek2013-01-211-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-39/+44
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+2
| |\
| * | xfrm: fix RCU bugsEric Dumazet2012-08-221-37/+39
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-0/+2
| |\ \
| * | | xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du2012-08-161-2/+2
| * | | Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain2012-08-141-18/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-4/+4
| |/ /
* | | xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-09-181-1/+1
* | | xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-181-0/+1
| |/ |/|
* | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-201-0/+2
|/
* net: Document dst->obsolete better.David S. Miller2012-07-201-11/+12
* xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert2012-07-141-2/+3
* xfrm: No need to copy generic neighbour pointer.David S. Miller2012-07-051-3/+0
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2012-07-051-2/+4
* ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-0/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-0/+1
|\
| * SELinux: include flow.h where used rather than get it indirectlyEric Paris2012-04-091-0/+1
* | xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-13/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-4/+14
|\
| * net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-211-4/+14
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-3/+3
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-4/+6
|\ \ | |/
| * net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-1/+3
| * net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-261-3/+3
* | xfrm: optimize ipv4 selector matchingAlexey Dobriyan2011-11-221-2/+2
|/
* net: check return value for dst_allocMadalin Bucur2011-09-271-4/+6
* net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller2011-07-181-0/+7
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-1/+1
* xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert2011-07-011-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-1/+13
|\
| * xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2011-05-101-1/+13
* | net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-281-0/+1
* | net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-281-1/+1
|/
* xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert2011-03-161-0/+2
* xfrm: fix __xfrm_route_forward()Eric Dumazet2011-03-151-2/+2
* net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-12/+16
* net: Break struct flowi out into AF specific instances.David S. Miller2011-03-121-4/+4
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-4/+4
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-9/+9
* xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().David S. Miller2011-03-121-19/+3
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-17/+17
OpenPOWER on IntegriCloud