aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06xfrm: Remove ancient sleeping when the SA is in acquire stateSteffen Klassert2-39/+3
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du3-103/+119
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du2-6/+7
2013-12-06xfrm: Try to honor policy index if it's supplied by userFan Du2-6/+20
2013-11-07net: move pskb_put() to core codeMathias Krause1-13/+0
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+11
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-35/+52
2013-10-21xfrm: Don't queue retransmitted packets if the original is still on the hostSteffen Klassert1-0/+7
2013-10-21xfrm: use vmalloc_node() for percpu scratchesEric Dumazet1-2/+4
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-2/+2
2013-10-18xfrm: prevent ipcomp scratch buffer race conditionMichal Kubecek1-6/+6
2013-10-08xfrm: check for a vaild skb in xfrm_policy_queue_processSteffen Klassert1-0/+4
2013-10-08xfrm: Add refcount handling to queued policiesSteffen Klassert1-7/+17
2013-10-01xfrm: Simplify SA looking up when using wildcard sourceFan Du1-1/+1
2013-10-01xfrm: Force SA to be lookup again if SA in acquire stateFan Du1-1/+1
2013-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+1
2013-09-25xfrm: Fix aevent generation for each received packetThomas Egerer1-24/+27
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapFan Du2-3/+3
2013-09-16xfrm: Fix replay size checking on async eventsSteffen Klassert1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+24
2013-08-28xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert1-8/+1
2013-08-26xfrm: announce deleation of temporary SANicolas Dichtel1-1/+1
2013-08-19xfrm: remove irrelevant comment in xfrm_input().Rami Rosen1-2/+0
2013-08-19xfrm: choose protocol family by skb protocolHannes Frederic Sowa1-1/+9
2013-08-16xfrm: Make xfrm_state timer monotonicFan Du1-1/+2
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa2-5/+15
2013-08-06xfrm: Delete hold_timer when destroy policyFan Du1-1/+1
2013-08-05xfrm: constify mark argument of xfrm_find_acq()Mathias Krause1-5/+7
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-1/+7
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-0/+6
2013-06-06xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du2-0/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2013-06-04xfrm: simplify the exit path of xfrm_output_one()Jean Sacren1-5/+4
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore2-1/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs1-0/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+13
2013-04-25xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna1-0/+13
2013-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+16
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+65
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+65
2013-03-25xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause1-4/+2
2013-03-20xfrm: Fix replay notification for esn.Steffen Klassert1-1/+67
2013-03-19xfrm: use xfrm direction when lookup policyBaker Zhang1-2/+21
2013-03-06xfrm_user: constify netlink dispatch tableMathias Krause1-2/+2
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2-0/+14
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-53/+36
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1