| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-09-24 | 1 | -2/+2 |
|\ |
|
| * | xfrm: state lookup can be lockless | Florian Westphal | 2016-09-21 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | xfrm: Fix memory leak of aead algorithm name | Ilan Tayari | 2016-09-19 | 1 | -0/+1 |
* | | xfrm: state: remove per-netns gc task | Florian Westphal | 2016-08-24 | 1 | -9/+9 |
* | | xfrm: state: don't use lock anymore unless acquire operation is needed | Florian Westphal | 2016-08-10 | 1 | -2/+4 |
* | | xfrm: state: use rcu_deref and assign_pointer helpers | Florian Westphal | 2016-08-10 | 1 | -8/+10 |
* | | xfrm: state: add sequence count to detect hash resizes | Florian Westphal | 2016-08-10 | 1 | -0/+15 |
* | | xfrm: state: delay freeing until rcu grace period has elapsed | Florian Westphal | 2016-08-10 | 1 | -0/+5 |
* | | xfrm: state: use atomic_inc_not_zero to increment refcount | Florian Westphal | 2016-08-10 | 1 | -5/+16 |
* | | xfrm: state: use hlist_for_each_entry_rcu helper | Florian Westphal | 2016-08-10 | 1 | -19/+19 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 1 | -1/+1 |
|\ |
|
| * | xfrm: fix a race in xfrm_state_lookup_byspi | Li RongQing | 2015-04-29 | 1 | -1/+1 |
* | | xfrm: fix the return code when xfrm_*_register_afinfo failed | Li RongQing | 2015-04-23 | 1 | -1/+1 |
* | | xfrm: optimise the use of walk list header in xfrm_policy/state_walk | Li RongQing | 2015-04-23 | 1 | -1/+1 |
|/ |
|
* | xfrm: simplify xfrm_address_t use | Jiri Benc | 2015-03-31 | 1 | -4/+4 |
* | xfrm: remove useless hash_resize_mutex locks | Ying Xue | 2014-08-29 | 1 | -10/+3 |
* | xfrm: Remove useless xfrm_audit struct. | Tetsuo Handa | 2014-04-23 | 1 | -22/+12 |
* | xfrm: Remove useless secid field from xfrm_audit. | Tetsuo Handa | 2014-04-22 | 1 | -10/+7 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-03-18 | 1 | -2/+2 |
|\ |
|
| * | xfrm: rename struct xfrm_filter | Nicolas Dichtel | 2014-03-07 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 1 | -6/+17 |
|\ \
| |/
|/| |
|
| * | xfrm: Clone states properly on migration | Steffen Klassert | 2014-02-20 | 1 | -0/+8 |
| * | xfrm: Take xfrm_state_lock in xfrm_migrate_state_find | Steffen Klassert | 2014-02-20 | 1 | -5/+8 |
| * | xfrm: Fix NULL pointer dereference on sub policy usage | Steffen Klassert | 2014-02-20 | 1 | -1/+1 |
* | | xfrm: Cleanup error handling of xfrm_state_clone | Steffen Klassert | 2014-02-21 | 1 | -11/+5 |
* | | ipsec: add support of limited SA dump | Nicolas Dichtel | 2014-02-17 | 1 | -1/+24 |
* | | xfrm: avoid creating temporary SA when there are no listeners | Horia Geanta | 2014-02-13 | 1 | -0/+31 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -80/+111 |
|\ |
|
| * | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 2014-01-14 | 1 | -1/+1 |
| * | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du | 2014-01-03 | 1 | -0/+22 |
| * | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find | Fan Du | 2014-01-03 | 1 | -2/+2 |
| * | xfrm: checkpatch errors with foo * bar | Weilong Chen | 2014-01-02 | 1 | -4/+4 |
| * | xfrm: checkpatch errors with space | Weilong Chen | 2014-01-02 | 1 | -5/+5 |
| * | xfrm: export verify_userspi_info for pkfey and netlink interface | Fan Du | 2013-12-16 | 1 | -0/+24 |
| * | xfrm: Remove ancient sleeping when the SA is in acquire state | Steffen Klassert | 2013-12-06 | 1 | -20/+1 |
| * | xfrm: Namespacify xfrm state/policy locks | Fan Du | 2013-12-06 | 1 | -50/+54 |
* | | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-01-23 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | audit: convert all sessionid declaration to unsigned int | Eric Paris | 2014-01-13 | 1 | -3/+3 |
* | | xfrm: Simplify SA looking up when using wildcard source | Fan Du | 2013-10-01 | 1 | -1/+1 |
* | | xfrm: Force SA to be lookup again if SA in acquire state | Fan Du | 2013-10-01 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-09-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | xfrm: announce deleation of temporary SA | Nicolas Dichtel | 2013-08-26 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 1 | -5/+2 |
|\ \
| |/
|/| |
|
| * | xfrm: make local error reporting more robust | Hannes Frederic Sowa | 2013-08-14 | 1 | -5/+2 |
* | | xfrm: Make xfrm_state timer monotonic | Fan Du | 2013-08-16 | 1 | -1/+2 |
* | | xfrm: constify mark argument of xfrm_find_acq() | Mathias Krause | 2013-08-05 | 1 | -5/+7 |
|/ |
|
* | 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 |