Age | Commit message (Expand) | Author |
2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-23 | xfrm: remove unneeded export_symbols | Florian Westphal |
2019-04-23 | xfrm: remove decode_session indirection from afinfo_policy | Florian Westphal |
2019-04-23 | xfrm: remove init_path indirection from afinfo_policy | Florian Westphal |
2019-04-23 | xfrm: remove tos indirection from afinfo_policy | Florian Westphal |
2019-04-15 | xfrm: kconfig: make xfrm depend on inet | Florian Westphal |
2019-04-08 | xfrm: store xfrm_mode directly, not its address | Florian Westphal |
2019-04-08 | xfrm: make xfrm modes builtin | Florian Westphal |
2019-04-08 | xfrm: remove afinfo pointer from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: remove output2 indirection from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: remove input2 indirection from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: remove xmit indirection from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: remove output indirection from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: remove input indirection from xfrm_mode | Florian Westphal |
2019-04-08 | xfrm: prefer family stored in xfrm_mode struct | Florian Westphal |
2019-04-08 | xfrm: place af number into xfrm_mode struct | Florian Westphal |
2019-03-24 | xfrm: gso partial offload support | Boris Pismenny |
2019-03-20 | net: dev: rename queue selection helpers. | Paolo Abeni |
2019-02-18 | xfrm: Fix inbound traffic via XFRM interfaces across network namespaces | Tobias Brunner |
2019-02-05 | xfrm: destroy xfrm_state synchronously on net exit path | Cong Wang |
2019-01-16 | xfrm: Make set-mark default behavior backward compatible | Benedict Wong |
2019-01-10 | xfrm: refine validation of template and selector families | Florian Westphal |
2019-01-09 | xfrm: policy: fix infinite loop when merging src-nodes | Florian Westphal |
2019-01-09 | xfrm: policy: fix reinsertion on node merge | Florian Westphal |
2019-01-09 | xfrm: policy: delete inexact policies from inexact list on hash rebuild | Florian Westphal |
2019-01-09 | xfrm: policy: increment xfrm_hash_generation on hash rebuild | Florian Westphal |
2019-01-09 | xfrm: policy: use hlist rcu variants on inexact insert, part 2 | Florian Westphal |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-12-19 | net: switch secpath to use skb extension infrastructure | Florian Westphal |
2018-12-19 | xfrm: prefer secpath_set over secpath_dup | Florian Westphal |
2018-12-19 | xfrm: use secpath_exist where applicable | Florian Westphal |
2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal |
2018-12-19 | xfrm: change secpath_set to return secpath struct, not error value | Florian Westphal |
2018-12-19 | xfrm: policy: remove set but not used variable 'priority' | YueHaibing |
2018-12-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-11-28 | xfrm: policy: fix policy hash rebuild | Florian Westphal |
2018-11-23 | xfrm_user: fix freeing of xfrm states on acquire | Mathias Krause |
2018-11-22 | xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th... | Steffen Klassert |
2018-11-15 | xfrm: policy: fix netlink/pf_key policy lookups | Florian Westphal |
2018-11-15 | xfrm: policy: add missing indentation | Colin Ian King |
2018-11-09 | xfrm: policy: add 2nd-level saddr trees for inexact policies | Florian Westphal |
2018-11-09 | xfrm: policy: store inexact policies in a tree ordered by source address | Florian Westphal |
2018-11-09 | xfrm: policy: check reinserted policies match their node | Florian Westphal |
2018-11-09 | xfrm: policy: store inexact policies in a tree ordered by destination address | Florian Westphal |
2018-11-09 | xfrm: policy: add inexact policy search tree infrastructure | Florian Westphal |
2018-11-09 | xfrm: policy: consider if_id when hashing inexact policy | Florian Westphal |
2018-11-09 | xfrm: policy: store inexact policies in an rhashtable | Florian Westphal |
2018-11-09 | xfrm: policy: return NULL when inexact search needed | Florian Westphal |