| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdown | Xin Long | 2022-05-17 | 1 | -1/+1 |
* | xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup | David Ahern | 2022-04-04 | 1 | -1/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 2022-03-19 | 1 | -3/+7 |
|\ |
|
| * | xfrm: rework default policy structure | Nicolas Dichtel | 2022-03-18 | 1 | -3/+7 |
* | | xfrm: Check if_id in xfrm_migrate | Yan Yan | 2022-01-26 | 1 | -6/+8 |
|/ |
|
* | xfrm: Don't accidentally set RTO_ONLINK in decode_session4() | Guillaume Nault | 2022-01-11 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-01-09 | 1 | -0/+21 |
|\ |
|
| * | xfrm: fix policy lookup for ipv6 gre packets | Ghalem Boudour | 2021-11-23 | 1 | -0/+21 |
* | | net: xfrm: drop check of pols[0] for the second time | Jean Sacren | 2021-12-01 | 1 | -1/+1 |
* | | xfrm: Remove duplicate assignment | luo penghao | 2021-11-18 | 1 | -1/+0 |
|/ |
|
* | xfrm: Use memset_after() to clear padding | Kees Cook | 2021-10-18 | 1 | -3/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 2021-08-27 | 1 | -0/+16 |
|\ |
|
| * | xfrm: Add possibility to set the default to block if we have no policy | Steffen Klassert | 2021-07-21 | 1 | -0/+16 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-08-04 | 1 | -20/+12 |
|\ \
| |/
|/| |
|
| * | xfrm: Fix RCU vs hash_resize_mutex lock inversion | Frederic Weisbecker | 2021-07-02 | 1 | -9/+8 |
| * | Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l... | Steffen Klassert | 2021-07-02 | 1 | -14/+7 |
* | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-06-30 | 1 | -8/+15 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -7/+14 |
| |\| |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-06-23 | 1 | -7/+14 |
| | |\ |
|
| | | * | xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by... | Varad Gautam | 2021-06-01 | 1 | -7/+14 |
| * | | | xfrm: policy: fix a spelling mistake | gushengxian | 2021-06-11 | 1 | -1/+1 |
| |/ / |
|
* / / | selinux: delete selinux_xfrm_policy_lookup() useless argument | Zhongjun Tan | 2021-05-10 | 1 | -4/+2 |
|/ / |
|
* | | xfrm: remove stray synchronize_rcu from xfrm_init | Florian Westphal | 2021-04-19 | 1 | -3/+0 |
* | | flow: remove spi key from flowi struct | Florian Westphal | 2021-04-19 | 1 | -39/+0 |
* | | xfrm_policy.c : Mundane typo fix | Bhaskar Chowdhury | 2021-03-28 | 1 | -1/+1 |
|/ |
|
* | xfrm: Fix wraparound in xfrm_policy_addr_delta() | Visa Hankala | 2021-01-04 | 1 | -8/+18 |
* | xfrm: fix disable_xfrm sysctl when used on xfrm interfaces | Eyal Birger | 2021-01-04 | 1 | -2/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-08-10 | 1 | -5/+5 |
|\ |
|
| * | xfrm: policy: Use sequence counters with associated lock | Ahmed S. Darwish | 2020-07-29 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -25/+18 |
|\ \ |
|
| * | | xfrm: policy: fix IPv6-only espintcp compilation | Sabrina Dubroca | 2020-07-17 | 1 | -2/+2 |
| * | | xfrm: policy: match with both mark and mask on user interfaces | Xin Long | 2020-06-24 | 1 | -23/+16 |
| |/ |
|
* / | xfrm: Make the policy hold queue work with VTI. | Steffen Klassert | 2020-07-21 | 1 | -0/+11 |
|/ |
|
* | xfrm: fix a warning in xfrm_policy_insert_list | Xin Long | 2020-05-25 | 1 | -6/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-29 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-03-27 | 1 | -0/+2 |
| |\ |
|
| | * | xfrm: policy: Fix doulbe free in xfrm_policy_timer | YueHaibing | 2020-03-24 | 1 | -0/+2 |
* | | | Remove DST_HOST | David Laight | 2020-03-23 | 1 | -2/+1 |
|/ / |
|
* / | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2020-02-04 | 1 | -1/+1 |
|/ |
|
* | xfrm: add espintcp (RFC 8229) | Sabrina Dubroca | 2019-12-09 | 1 | -0/+7 |
* | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 2019-10-01 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2019-09-06 | 1 | -2/+4 |
|\ |
|
| * | xfrm: policy: avoid warning splat when merging nodes | Florian Westphal | 2019-08-20 | 1 | -2/+4 |
* | | xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md mode | Hangbin Liu | 2019-08-24 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-07-08 | 1 | -8/+7 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2019-07-05 | 1 | -8/+7 |
| |\ |
|
| | * | xfrm: policy: fix bydst hlist corruption on hash rebuild | Florian Westphal | 2019-07-03 | 1 | -5/+7 |
| | * | xfrm: remove a duplicated assignment | Cong Wang | 2019-07-02 | 1 | -3/+0 |
* | | | xfrm: remove state and template sort indirections from xfrm_state_afinfo | Florian Westphal | 2019-06-06 | 1 | -1/+1 |
|/ / |
|