Age | Commit message (Expand) | Author |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-16 | xfrm: ressurrect "Fix uninitialized memory read in _decode_session4" | Florian Westphal |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
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-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-03-27 | xfrm: Honor original L3 slave device in xfrmi policy lookup | Martin Willi |
2019-02-18 | xfrm: Fix inbound traffic via XFRM interfaces across network namespaces | Tobias Brunner |
2019-01-16 | xfrm: Make set-mark default behavior backward compatible | Benedict Wong |
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 branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal |
2018-12-19 | xfrm: policy: remove set but not used variable 'priority' | YueHaibing |
2018-11-28 | xfrm: policy: fix policy hash rebuild | Florian Westphal |
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 |
2018-11-09 | xfrm: policy: split list insertion into a helper | Florian Westphal |
2018-11-09 | xfrm: security: iterate all, not inexact lists | Florian Westphal |
2018-10-11 | xfrm: policy: use hlist rcu variants on insert | Florian Westphal |
2018-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-09-11 | xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry. | Steffen Klassert |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-26 | xfrm: fix 'passing zero to ERR_PTR()' warning | YueHaibing |
2018-07-20 | xfrm: Remove xfrmi interface ID from flowi | Benedict Wong |
2018-07-11 | xfrm: use time64_t for in-kernel timestamps | Arnd Bergmann |
2018-06-25 | xfrm: policy: remove pcpu policy cache | Florian Westphal |
2018-06-23 | xfrm: Add virtual xfrm interfaces | Steffen Klassert |
2018-06-23 | xfrm: Add a new lookup key to match xfrm interfaces. | Steffen Klassert |
2018-06-23 | xfrm: Extend the output_mark to support input direction and masking. | Steffen Klassert |
2018-06-23 | xfrm: fix missing dst_release() after policy blocking lbcast and multicast | Tommi Rantala |
2018-05-31 | xfrm Fix potential error pointer dereference in xfrm_bundle_create. | Steffen Klassert |
2018-03-30 | xfrm: Register xfrm_dev_notifier in appropriate place | Kirill Tkhai |
2018-03-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |