summaryrefslogtreecommitdiff
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun2008-12-031-0/+1
* xfrm: Fix xfrm_policy_gc_lock handling.Alexey Dobriyan2008-11-031-2/+2
* XFRM: copy_to_user_kmaddress() reports local address twiceArnaud Ebalard2008-11-031-1/+1
* xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co2008-10-311-0/+2
* xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard2008-10-053-16/+51
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-013-127/+97
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-4/+8
|\
| * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
* | ipsec: Fix xfrm_state_walk raceHerbert Xu2008-09-221-9/+30
* | ipsec: Add missing list_del() in xfrm_state_gc_task().David S. Miller2008-09-091-0/+1
* | ipsec: Use RCU-like construct for saved state within a walkHerbert Xu2008-09-091-13/+39
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-09-092-0/+3
|\ \ | |/
| * ipsec: Restore larval states and socket policies in dumpHerbert Xu2008-09-092-0/+3
* | ipsec: Make xfrm_larval_drop default to 1.David S. Miller2008-09-091-1/+1
|/
* ipsec: Fix deadlock in xfrm_state management.David S. Miller2008-09-021-9/+23
* net/xfrm: Use an IS_ERR test rather than a NULL testJulien Brunel2008-09-021-4/+2
* xfrm: remove unnecessary variable in xfrm_output_resume() 2nd tryJean-Christophe DUBOIS2008-08-131-4/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-253-5/+4
* ipsec: ipcomp - Decompress into frags if necessaryHerbert Xu2008-07-251-6/+42
* ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2008-07-253-0/+356
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2008-07-101-2/+1
* xfrm: xfrm_algo: correct usage of RIPEMD-160Adrian-Ken Rueegsegger2008-06-041-2/+2
* xfrm_user: Remove zero length key checks.David S. Miller2008-05-211-11/+0
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-121-3/+3
* Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-293-22/+44
|\
| * Audit: collect sessionid in netlink messagesEric Paris2008-04-283-22/+44
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* | [IPSEC]: Use digest_null directly for authHerbert Xu2008-04-271-2/+1
* | [XFRM] AUDIT: Fix flowlabel text format ambibuity.YOSHIFUJI Hideaki2008-04-271-1/+1
|/
* [IPSEC]: Fix catch-22 with algorithm IDs above 31Herbert Xu2008-04-222-1/+3
* [XFRM]: Compilation warnings in xfrm_user.c.Denis V. Lunev2008-04-141-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-1/+1
|\
| * [XFRM]: xfrm_user: fix selector family initializationPatrick McHardy2008-04-091-1/+1
* | LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore2008-04-122-25/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-274-16/+85
|\ \ | |/
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-244-16/+85
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* | [XFRM] MIP6: Fix address keys for routing search.YOSHIFUJI Hideaki2008-03-251-9/+40
* | [XFRM]: Speed up xfrm_policy and xfrm_state walkingTimo Teras2008-02-283-78/+125
|/
* [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().YOSHIFUJI Hideaki2008-02-171-2/+18
* [XFRM]: Avoid bogus BUG() when throwing new policy away.YOSHIFUJI Hideaki2008-02-141-0/+1
* net: xfrm statistics depend on INETPaul Mundt2008-02-141-1/+1
* [IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2008-02-122-3/+3
* [IPSEC]: Add support for aes-ctr.Joy Latten2008-02-071-0/+17
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* [XFRM]: Fix statistics.Masahide NAKAMURA2008-01-313-3/+5
* [XFRM]: Remove unused exports.Adrian Bunk2008-01-312-3/+0
* [XFRM]: constify 'struct xfrm_type'Eric Dumazet2008-01-311-8/+8
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-01-312-3/+206