Age | Commit message (Expand) | Author |
2017-01-16 | xfrm: fix possible null deref in xfrm_init_tempstate | Florian Westphal |
2017-01-10 | xfrm: state: simplify rcu_read_unlock handling in two spots | Florian Westphal |
2017-01-10 | xfrm: add and use xfrm_state_afinfo_get_rcu | Florian Westphal |
2017-01-10 | xfrm: remove xfrm_state_put_afinfo | Florian Westphal |
2017-01-10 | xfrm: avoid rcu sparse warning | Florian Westphal |
2017-01-06 | xfrm: state: do not acquire lock in get_mtu helpers | Florian Westphal |
2017-01-04 | xfrm: trivial typos | Alexander Alemayhu |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-09-30 | xfrm: remove unused helper | Florian Westphal |
2016-09-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-21 | xfrm: state lookup can be lockless | Florian Westphal |
2016-09-19 | xfrm: Fix memory leak of aead algorithm name | Ilan Tayari |
2016-08-24 | xfrm: state: remove per-netns gc task | Florian Westphal |
2016-08-10 | xfrm: state: don't use lock anymore unless acquire operation is needed | Florian Westphal |
2016-08-10 | xfrm: state: use rcu_deref and assign_pointer helpers | Florian Westphal |
2016-08-10 | xfrm: state: add sequence count to detect hash resizes | Florian Westphal |
2016-08-10 | xfrm: state: delay freeing until rcu grace period has elapsed | Florian Westphal |
2016-08-10 | xfrm: state: use atomic_inc_not_zero to increment refcount | Florian Westphal |
2016-08-10 | xfrm: state: use hlist_for_each_entry_rcu helper | Florian Westphal |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-04-29 | xfrm: fix a race in xfrm_state_lookup_byspi | Li RongQing |
2015-04-23 | xfrm: fix the return code when xfrm_*_register_afinfo failed | Li RongQing |
2015-04-23 | xfrm: optimise the use of walk list header in xfrm_policy/state_walk | Li RongQing |
2015-03-31 | xfrm: simplify xfrm_address_t use | Jiri Benc |
2014-08-29 | xfrm: remove useless hash_resize_mutex locks | Ying Xue |
2014-04-23 | xfrm: Remove useless xfrm_audit struct. | Tetsuo Handa |
2014-04-22 | xfrm: Remove useless secid field from xfrm_audit. | Tetsuo Handa |
2014-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2014-03-07 | xfrm: rename struct xfrm_filter | Nicolas Dichtel |
2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-02-21 | xfrm: Cleanup error handling of xfrm_state_clone | Steffen Klassert |
2014-02-20 | xfrm: Clone states properly on migration | Steffen Klassert |
2014-02-20 | xfrm: Take xfrm_state_lock in xfrm_migrate_state_find | Steffen Klassert |
2014-02-20 | xfrm: Fix NULL pointer dereference on sub policy usage | Steffen Klassert |
2014-02-17 | ipsec: add support of limited SA dump | Nicolas Dichtel |
2014-02-13 | xfrm: avoid creating temporary SA when there are no listeners | Horia Geanta |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-23 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane |
2014-01-13 | audit: convert all sessionid declaration to unsigned int | Eric Paris |
2014-01-03 | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du |
2014-01-03 | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find | Fan Du |
2014-01-02 | xfrm: checkpatch errors with foo * bar | Weilong Chen |
2014-01-02 | xfrm: checkpatch errors with space | Weilong Chen |
2013-12-16 | xfrm: export verify_userspi_info for pkfey and netlink interface | Fan Du |
2013-12-06 | xfrm: Remove ancient sleeping when the SA is in acquire state | Steffen Klassert |
2013-12-06 | xfrm: Namespacify xfrm state/policy locks | Fan Du |
2013-10-01 | xfrm: Simplify SA looking up when using wildcard source | Fan Du |