aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | xfrm: simplify the exit path of xfrm_output_one()Jean Sacren2013-06-041-5/+4
| |/ |/|
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* xfrm: properly handle invalid states as an errorTimo Teräs2013-05-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-021-0/+13
|\
| * xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna2013-04-251-0/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-04-112-2/+16
|\ \
| * | xfrm_user: constify netlink dispatch tableMathias Krause2013-03-061-2/+2
| * | xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-062-0/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+65
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-03-271-1/+65
| |\ \ \ | | |/ / | |/| |
| | * | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause2013-03-251-4/+2
| | * | xfrm: Fix replay notification for esn.Steffen Klassert2013-03-201-1/+67
* | | | xfrm: use xfrm direction when lookup policyBaker Zhang2013-03-191-2/+21
|/ / /
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-53/+36
| |/ |/|
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-8/+8
|\ \ | |/ |/|
| * net/xfrm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-8/+8
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-143-13/+301
|\ \
| * | 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: fix a unbalanced lockLi RongQing2013-02-011-1/+1
| * | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-011-6/+59
* | | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-293-30/+30
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-292-2/+4
|\ \ \ | |/ / |/| |
| * | xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek2013-01-211-1/+1
| * | net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich2013-01-181-1/+3
| |/
* | xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-171-25/+18
* | xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-161-28/+30
* | xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-161-17/+16
* | xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna2013-01-081-2/+1
* | xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-073-3/+7
|/