summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-255-217/+239
|\
| * net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-01-135-34/+56
| |\
| | * {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du2014-01-031-0/+22
| | * {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du2014-01-031-2/+2
| | * 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-022-4/+4
| | * xfrm: checkpatch errors with foo * barWeilong Chen2014-01-023-13/+13
| | * xfrm: checkpatch errors with spaceWeilong Chen2014-01-024-13/+13
| * | net: xfrm: xfrm_policy: silence compiler warningYing Xue2014-01-071-0/+2
| * | net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann2014-01-071-6/+6
| |/
| * xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-162-24/+25
| * xfrm: check user specified spi for IPCompFan Du2013-12-161-1/+3
| * xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2013-12-062-39/+3
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-063-103/+119
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-062-6/+7
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-062-6/+20
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-01-233-13/+13
|\ \ | |/ |/|
| * audit: convert all sessionid declaration to unsigned intEric Paris2014-01-133-13/+13
* | net: move pskb_put() to core codeMathias Krause2013-11-071-13/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-6/+6
|\ \
| * | xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek2013-10-181-6/+6
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-022-2/+11
|\ \
| * | xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert2013-10-211-0/+7
| * | xfrm: use vmalloc_node() for percpu scratchesEric Dumazet2013-10-211-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-233-35/+52
|\ \ \ | |/ / |/| / | |/
| * 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
| * xfrm: Fix aevent generation for each received packetThomas Egerer2013-09-251-24/+27
| * xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-172-3/+3
| * xfrm: Fix replay size checking on async eventsSteffen Klassert2013-09-161-1/+1
* | net: misc: Remove extern from function prototypesJoe Perches2013-10-191-2/+2
* | xfrm: Simplify SA looking up when using wildcard sourceFan Du2013-10-011-1/+1
* | xfrm: Force SA to be lookup again if SA in acquire stateFan Du2013-10-011-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-09-301-1/+1
|\ \ | |/ |/|
| * xfrm: announce deleation of temporary SANicolas Dichtel2013-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-053-13/+24
|\ \ | |/ |/|
| * xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-281-8/+1
| * xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-1/+9
| * xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-142-5/+15
* | xfrm: remove irrelevant comment in xfrm_input().Rami Rosen2013-08-191-2/+0
* | xfrm: Make xfrm_state timer monotonicFan Du2013-08-161-1/+2
* | xfrm: Delete hold_timer when destroy policyFan Du2013-08-061-1/+1
* | xfrm: constify mark argument of xfrm_find_acq()Mathias Krause2013-08-051-5/+7
* | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-1/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-06-262-0/+6
|\
| * xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du2013-06-062-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-052-1/+4
|\ \
| * | xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-312-1/+4