| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -1/+4 |
* | ipsec: Fix bogus bundle flowi | Herbert Xu | 2010-03-03 | 1 | -3/+4 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-02-28 | 1 | -0/+16 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-02-26 | 1 | -0/+16 |
| |\ |
|
| | * | crypto: gcm - Add RFC4543 wrapper for GCM | Tobias Brunner | 2010-01-17 | 1 | -0/+16 |
* | | | xfrm: clone mark when cloning policy | Jamal Hadi Salim | 2010-02-23 | 1 | -0/+1 |
* | | | xfrm: Allow user space manipulation of SPD mark | Jamal Hadi Salim | 2010-02-22 | 1 | -6/+25 |
* | | | xfrm: Allow user space config of SAD mark | Jamal Hadi Salim | 2010-02-22 | 1 | -15/+57 |
* | | | xfrm: SP lookups with mark | Jamal Hadi Salim | 2010-02-22 | 1 | -1/+11 |
* | | | xfrm: SP lookups signature with mark | Jamal Hadi Salim | 2010-02-22 | 2 | -9/+9 |
* | | | xfrm: SA lookups with mark | Jamal Hadi Salim | 2010-02-22 | 1 | -0/+12 |
* | | | xfrm: SA lookups signature with mark | Jamal Hadi Salim | 2010-02-22 | 3 | -32/+45 |
* | | | xfrm: Flushing empty SPD generates false events | Jamal Hadi Salim | 2010-02-19 | 2 | -4/+15 |
* | | | xfrm: Flushing empty SAD generates false events | Jamal Hadi Salim | 2010-02-19 | 2 | -3/+10 |
* | | | xfrm: Introduce LINUX_MIB_XFRMFWDHDRERROR | jamal | 2010-02-18 | 2 | -2/+2 |
* | | | xfrm: Revert false event eliding commits. | David S. Miller | 2010-02-17 | 3 | -18/+7 |
* | | | percpu: add __percpu sparse annotations to net | Tejun Heo | 2010-02-16 | 3 | -12/+13 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-16 | 1 | -9/+3 |
|\ \ \
| |/ / |
|
| * | | xfrm: Fix xfrm_state_clone leak | Herbert Xu | 2010-02-16 | 1 | -9/+3 |
* | | | xfrm: avoid spinlock in get_acqseq() used by xfrm user | jamal | 2010-02-16 | 1 | -5/+5 |
* | | | xfrm: Flushing empty SPD generates false events | jamal | 2010-02-15 | 2 | -4/+11 |
* | | | xfrm: Flushing empty SAD generates false events | jamal | 2010-02-15 | 2 | -3/+7 |
* | | | xfrm: validate attributes | jamal | 2010-02-12 | 1 | -0/+4 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-28 | 3 | -20/+75 |
|\ \ \
| |/ / |
|
| * | | netns xfrm: deal with dst entries in netns | Alexey Dobriyan | 2010-01-24 | 1 | -3/+56 |
| * | | netns xfrm: fix "ip xfrm state|policy count" misreport | Alexey Dobriyan | 2010-01-23 | 3 | -17/+19 |
* | | | net: constify MIB name tables | Alexey Dobriyan | 2010-01-23 | 1 | -1/+1 |
* | | | net: spread __net_init, __net_exit | Alexey Dobriyan | 2010-01-17 | 1 | -2/+2 |
|/ / |
|
* | | NET: XFRM: Fix spelling of neighbour. | Ralf Baechle | 2009-12-26 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 3 | -108/+184 |
|\ |
|
| * | net: Allow xfrm_user_net_exit to batch efficiently. | Eric W. Biederman | 2009-12-03 | 1 | -8/+10 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-01 | 1 | -0/+1 |
| |\ |
|
| | * | ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command | Li Yewang | 2009-12-01 | 1 | -0/+1 |
| * | | xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRM | Martin Willi | 2009-11-25 | 1 | -0/+34 |
| * | | xfrm: Store aalg in xfrm_state with a user specified truncation length | Martin Willi | 2009-11-25 | 2 | -9/+122 |
| * | | xfrm: SAD entries do not expire correctly after suspend-resume | Yury Polyanskiy | 2009-11-08 | 1 | -13/+17 |
| * | | xfrm: remove skb_icv_walk | Steffen Klassert | 2009-10-18 | 1 | -78/+0 |
| |/ |
|
* | | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 2009-11-12 | 1 | -4/+0 |
|/ |
|
* | net: file_operations should be const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address... | Jussi Mäki | 2009-08-09 | 1 | -1/+1 |
* | xfrm: use xfrm_addr_cmp() instead of compare addresses directly | Wei Yongjun | 2009-06-29 | 1 | -49/+8 |
* | ipsec: Fix name of CAST algorithm | Herbert Xu | 2009-06-24 | 1 | -2/+2 |
* | xfrm: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -22/+19 |
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 3 | -13/+19 |
* | xfrm: wrong hash value for temporary SA | Nicolas Dichtel | 2009-04-27 | 1 | -3/+3 |
* | xfrm: spin_lock() should be spin_unlock() in xfrm_state.c | Chuck Ebbert | 2009-03-27 | 1 | -1/+1 |
* | xfrm: Fix xfrm_state_find() wrt. wildcard source address. | David S. Miller | 2009-03-13 | 1 | -32/+58 |
* | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info" | David S. Miller | 2009-01-20 | 1 | -9/+2 |
* | xfrm: For 32/64 compatability wrt. xfrm_usersa_info | David S. Miller | 2009-01-14 | 1 | -2/+9 |
* | ipcomp: Remove spurious truesize increase | Herbert Xu | 2009-01-11 | 1 | -1/+0 |