Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-11 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+5 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -25/+18 |
2020-07-29 | xfrm: policy: Use sequence counters with associated lock | Ahmed S. Darwish | 1 | -5/+5 |
2020-07-21 | xfrm: Make the policy hold queue work with VTI. | Steffen Klassert | 1 | -0/+11 |
2020-07-17 | xfrm: policy: fix IPv6-only espintcp compilation | Sabrina Dubroca | 1 | -2/+2 |
2020-06-24 | xfrm: policy: match with both mark and mask on user interfaces | Xin Long | 1 | -23/+16 |
2020-05-25 | xfrm: fix a warning in xfrm_policy_insert_list | Xin Long | 1 | -6/+1 |
2020-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2020-03-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+2 |
2020-03-24 | xfrm: policy: Fix doulbe free in xfrm_policy_timer | YueHaibing | 1 | -0/+2 |
2020-03-24 | Remove DST_HOST | David Laight | 1 | -2/+1 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -1/+1 |
2019-12-09 | xfrm: add espintcp (RFC 8229) | Sabrina Dubroca | 1 | -0/+7 |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 1 | -1/+1 |
2019-09-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -2/+4 |
2019-08-25 | xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md mode | Hangbin Liu | 1 | -2/+2 |
2019-08-20 | xfrm: policy: avoid warning splat when merging nodes | Florian Westphal | 1 | -2/+4 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+7 |
2019-07-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -8/+7 |
2019-07-03 | xfrm: policy: fix bydst hlist corruption on hash rebuild | Florian Westphal | 1 | -5/+7 |
2019-07-02 | xfrm: remove a duplicated assignment | Cong Wang | 1 | -3/+0 |
2019-06-06 | xfrm: remove state and template sort indirections from xfrm_state_afinfo | Florian Westphal | 1 | -1/+1 |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-17 | xfrm: ressurrect "Fix uninitialized memory read in _decode_session4" | Florian Westphal | 1 | -11/+13 |
2019-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-04-23 | xfrm: remove decode_session indirection from afinfo_policy | Florian Westphal | 1 | -9/+222 |
2019-04-23 | xfrm: remove init_path indirection from afinfo_policy | Florian Westphal | 1 | -14/+7 |
2019-04-23 | xfrm: remove tos indirection from afinfo_policy | Florian Westphal | 1 | -11/+3 |
2019-04-08 | xfrm: store xfrm_mode directly, not its address | Florian Westphal | 1 | -1/+1 |
2019-04-08 | xfrm: make xfrm modes builtin | Florian Westphal | 1 | -1/+1 |
2019-04-08 | xfrm: remove afinfo pointer from xfrm_mode | Florian Westphal | 1 | -1/+9 |
2019-03-27 | xfrm: Honor original L3 slave device in xfrmi policy lookup | Martin Willi | 1 | -1/+1 |
2019-02-18 | xfrm: Fix inbound traffic via XFRM interfaces across network namespaces | Tobias Brunner | 1 | -1/+3 |
2019-01-16 | xfrm: Make set-mark default behavior backward compatible | Benedict Wong | 1 | -1/+4 |
2019-01-09 | xfrm: policy: fix infinite loop when merging src-nodes | Florian Westphal | 1 | -8/+7 |
2019-01-09 | xfrm: policy: fix reinsertion on node merge | Florian Westphal | 1 | -6/+8 |
2019-01-09 | xfrm: policy: delete inexact policies from inexact list on hash rebuild | Florian Westphal | 1 | -13/+10 |
2019-01-09 | xfrm: policy: increment xfrm_hash_generation on hash rebuild | Florian Westphal | 1 | -0/+2 |
2019-01-09 | xfrm: policy: use hlist rcu variants on inexact insert, part 2 | Florian Westphal | 1 | -2/+2 |
2018-12-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -3/+0 |
2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal | 1 | -8/+11 |
2018-12-19 | xfrm: policy: remove set but not used variable 'priority' | YueHaibing | 1 | -3/+0 |
2018-11-28 | xfrm: policy: fix policy hash rebuild | Florian Westphal | 1 | -4/+5 |
2018-11-15 | xfrm: policy: fix netlink/pf_key policy lookups | Florian Westphal | 1 | -1/+4 |
2018-11-15 | xfrm: policy: add missing indentation | Colin Ian King | 1 | -1/+1 |
2018-11-09 | xfrm: policy: add 2nd-level saddr trees for inexact policies | Florian Westphal | 1 | -10/+108 |
2018-11-09 | xfrm: policy: store inexact policies in a tree ordered by source address | Florian Westphal | 1 | -4/+42 |
2018-11-09 | xfrm: policy: check reinserted policies match their node | Florian Westphal | 1 | -0/+32 |