summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+1
|\
| * xfrm: Fix unlink race when policies are deleted.Steffen Klassert2014-02-261-1/+1
* | xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert2014-02-191-28/+0Star
* | flowcache: Make flow cache name space awareFan Du2014-02-121-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-99/+96Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-141-16/+16
| |\
| | * xfrm: checkpatch erros with inline keyword positionWeilong Chen2014-01-021-3/+3
| | * xfrm: fix checkpatch errorWeilong Chen2014-01-021-2/+2
| | * xfrm: checkpatch erros with space prohibitedWeilong Chen2014-01-021-3/+3
| | * xfrm: checkpatch errors with foo * barWeilong Chen2014-01-021-6/+6
| | * xfrm: checkpatch errors with spaceWeilong Chen2014-01-021-5/+5
| * | net: xfrm: xfrm_policy: silence compiler warningYing Xue2014-01-081-0/+2
| * | net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann2014-01-081-6/+6
| |/
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-061-19/+2Star
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-49/+55
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-5/+5
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-061-5/+11
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-241-4/+4
|\ \ | |/ |/|
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-141-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-0/+7
|\ \ | |/ |/|
| * xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
* | xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert2013-10-081-0/+4
* | xfrm: Add refcount handling to queued policiesSteffen Klassert2013-10-081-7/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-8/+1Star
|\
| * xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-281-8/+1Star
* | xfrm: remove irrelevant comment in xfrm_input().Rami Rosen2013-08-191-2/+0Star
* | xfrm: Delete hold_timer when destroy policyFan Du2013-08-061-1/+1
* | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-1/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-061-1/+2
|\
| * xfrm: force a garbage collection after deleting a policyPaul Moore2013-06-011-1/+2
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* xfrm: use xfrm direction when lookup policyBaker Zhang2013-03-191-2/+21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-27/+20Star
* 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-301-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-231-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-171-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-181-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
| |/ |/|