summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-08-14xfrm: Fix installation of AH IPsec SAsTobias Brunner
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert
2014-02-20xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert
2014-02-20xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris
2014-01-07net: xfrm: xfrm_policy: silence compiler warningYing Xue
2014-01-07net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann
2014-01-03{pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgenFan Du
2014-01-03{pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_findFan Du
2014-01-02xfrm: checkpatch erros with inline keyword positionWeilong Chen
2014-01-02xfrm: fix checkpatch errorWeilong Chen
2014-01-02xfrm: checkpatch erros with space prohibitedWeilong Chen
2014-01-02xfrm: checkpatch errors with foo * barWeilong Chen
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du
2013-12-16xfrm: check user specified spi for IPCompFan Du
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du
2013-12-06xfrm: Try to honor policy index if it's supplied by userFan Du
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert
2013-10-21xfrm: use vmalloc_node() for percpu scratchesEric Dumazet
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert
2013-10-01xfrm: Simplify SA looking up when using wildcard sourceFan Du
2013-10-01xfrm: Force SA to be lookup again if SA in acquire stateFan Du
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-09-25xfrm: Fix aevent generation for each received packetThomas Egerer
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapFan Du
2013-09-16xfrm: Fix replay size checking on async eventsSteffen Klassert
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-28xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert
2013-08-26xfrm: announce deleation of temporary SANicolas Dichtel
2013-08-19xfrm: remove irrelevant comment in xfrm_input().Rami Rosen
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa