summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-3/+4
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-011-0/+16
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-271-0/+16
| |\
| | * crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-171-0/+16
* | | xfrm: clone mark when cloning policyJamal Hadi Salim2010-02-241-0/+1
* | | xfrm: Allow user space manipulation of SPD markJamal Hadi Salim2010-02-231-6/+25
* | | xfrm: Allow user space config of SAD markJamal Hadi Salim2010-02-231-15/+57
* | | xfrm: SP lookups with markJamal Hadi Salim2010-02-231-1/+11
* | | xfrm: SP lookups signature with markJamal Hadi Salim2010-02-232-9/+9
* | | xfrm: SA lookups with markJamal Hadi Salim2010-02-231-0/+12
* | | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-233-32/+45
* | | xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim2010-02-192-4/+15
* | | xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2010-02-192-3/+10
* | | xfrm: Introduce LINUX_MIB_XFRMFWDHDRERRORjamal2010-02-192-2/+2
* | | xfrm: Revert false event eliding commits.David S. Miller2010-02-173-18/+7Star
* | | percpu: add __percpu sparse annotations to netTejun Heo2010-02-173-12/+13
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-171-9/+3Star
|\| |
| * | xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3Star
* | | xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal2010-02-171-5/+5
* | | xfrm: Flushing empty SPD generates false eventsjamal2010-02-162-4/+11
* | | xfrm: Flushing empty SAD generates false eventsjamal2010-02-162-3/+7
* | | xfrm: validate attributesjamal2010-02-121-0/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-283-20/+75
|\| |
| * | netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-251-3/+56
| * | netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-243-17/+19
* | | net: constify MIB name tablesAlexey Dobriyan2010-01-231-1/+1
* | | net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-2/+2
|/ /
* / NET: XFRM: Fix spelling of neighbour.Ralf Baechle2009-12-271-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-083-108/+184
|\
| * net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-8/+10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-021-0/+1
| |\
| | * ipsec: can not add camellia cipher algorithm when using "ip xfrm state" commandLi Yewang2009-12-021-0/+1
| * | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRMMartin Willi2009-11-261-0/+34
| * | xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-262-9/+122
| * | xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy2009-11-091-13/+17
| * | xfrm: remove skb_icv_walkSteffen Klassert2009-10-191-78/+0Star
| |/
* / sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-4/+0Star
|/
* net: file_operations should be constStephen Hemminger2009-09-021-1/+1
* Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address...Jussi Mäki2009-08-101-1/+1
* xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-301-49/+8Star
* ipsec: Fix name of CAST algorithmHerbert Xu2009-06-251-2/+2
* xfrm: Use frag list abstraction interfaces.David S. Miller2009-06-091-22/+19Star
* net: skb->dst accessorsEric Dumazet2009-06-033-13/+19
* xfrm: wrong hash value for temporary SANicolas Dichtel2009-04-271-3/+3
* xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert2009-03-271-1/+1
* xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
* Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller2009-01-201-9/+2Star
* xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller2009-01-141-2/+9
* ipcomp: Remove spurious truesize increaseHerbert Xu2009-01-111-1/+0Star
* net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell2008-12-301-15/+2Star