| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: allow to avoid copying DSCP during encapsulation | Nicolas Dichtel | 2013-03-06 | 1 | -0/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -26/+16 |
* | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-29 | 1 | -17/+17 |
* | xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo | Cong Wang | 2013-01-17 | 1 | -25/+18 |
* | xfrm: replace rwlock on xfrm_km_list with rcu | Cong Wang | 2013-01-16 | 1 | -28/+30 |
* | xfrm: replace rwlock on xfrm_state_afinfo with rcu | Cong Wang | 2013-01-16 | 1 | -17/+16 |
* | xfrm: removes a superfluous check and add a statistic | Li RongQing | 2013-01-07 | 1 | -3/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -6/+6 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-15 | 1 | -1/+3 |
| |\ |
|
| * | | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -5/+5 |
| * | | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire | Fan Du | 2012-08-15 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 2012-09-17 | 1 | -3/+3 |
* | | | net/xfrm/xfrm_state.c: fix error return code | Julia Lawall | 2012-08-31 | 1 | -1/+3 |
| |/
|/| |
|
* | | Fix unexpected SA hard expiration after changing date | Fan Du | 2012-08-02 | 1 | -4/+17 |
|/ |
|
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -8/+4 |
* | XFRM: Fix memory leak in xfrm_state_update | Tushar Gohad | 2011-07-08 | 1 | -0/+2 |
* | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 1 | -6/+6 |
* | xfrm: Assign esn pointers when cloning a state | Steffen Klassert | 2011-03-28 | 1 | -0/+6 |
* | xfrm: Fix initialize repl field of struct xfrm_state | Wei Yongjun | 2011-03-21 | 1 | -1/+14 |
* | xfrm: Add user interface for esn and big anti-replay windows | Steffen Klassert | 2011-03-13 | 1 | -0/+2 |
* | xfrm: Move IPsec replay detection functions to a separate file | Steffen Klassert | 2011-03-13 | 1 | -108/+3 |
* | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2011-03-12 | 1 | -1/+1 |
* | xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. | David S. Miller | 2011-02-27 | 1 | -4/+8 |
* | xfrm: Const'ify xfrm_address_t args to xfrm_state_find. | David S. Miller | 2011-02-23 | 1 | -2/+2 |
* | xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at. | David S. Miller | 2011-02-23 | 1 | -3/+2 |
* | xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}. | David S. Miller | 2011-02-23 | 1 | -2/+8 |
* | xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate. | David S. Miller | 2011-02-23 | 1 | -1/+1 |
* | xfrm: Const'ify xfrm_address_t args to xfrm_*_hash. | David S. Miller | 2011-02-23 | 1 | -5/+6 |
* | xfrm: Const'ify pointer args to km_migrate() and implementations. | David S. Miller | 2011-02-23 | 1 | -3/+3 |
* | xfrm: Pass km_event pointers around as const when possible. | David S. Miller | 2011-02-23 | 1 | -2/+2 |
* | xfrm: Mark flowi arg to xfrm_state_find() const. | David S. Miller | 2011-02-22 | 1 | -1/+1 |
* | xfrm: Mark flowi arg to xfrm_init_tempstate() const. | David S. Miller | 2011-02-22 | 1 | -1/+1 |
* | xfrm: Mark flowi arg to xfrm_state_look_at() const. | David S. Miller | 2011-02-22 | 1 | -1/+1 |
* | xfrm: Fix xfrm_state_migrate leak | Thomas Egerer | 2010-12-09 | 1 | -1/+1 |
* | xfrm: Allow different selector family in temporary state | Thomas Egerer | 2010-09-20 | 1 | -18/+27 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | xfrm: Remove xfrm_state_genid | Herbert Xu | 2010-04-01 | 1 | -4/+1 |
|/ |
|
* | 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 | 1 | -24/+34 |
* | xfrm: Flushing empty SAD generates false events | Jamal Hadi Salim | 2010-02-19 | 1 | -2/+6 |
* | xfrm: Revert false event eliding commits. | David S. Miller | 2010-02-17 | 1 | -6/+2 |
* | 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 SAD generates false events | jamal | 2010-02-15 | 1 | -2/+6 |
|/ |
|
* | netns xfrm: fix "ip xfrm state|policy count" misreport | Alexey Dobriyan | 2010-01-23 | 1 | -3/+3 |
* | xfrm: Store aalg in xfrm_state with a user specified truncation length | Martin Willi | 2009-11-25 | 1 | -1/+1 |
* | xfrm: SAD entries do not expire correctly after suspend-resume | Yury Polyanskiy | 2009-11-08 | 1 | -13/+17 |