Age | Commit message (Expand) | Author | Files | Lines |
2021-09-23 | xfrm: fix rcu lock in xfrm_notify_userpolicy() | Nicolas Dichtel | 1 | -1/+6 |
2021-09-15 | xfrm: notify default policy on update | Nicolas Dichtel | 1 | -0/+31 |
2021-09-15 | xfrm: make user policy API complete | Nicolas Dichtel | 1 | -17/+19 |
2021-09-09 | net: xfrm: fix shift-out-of-bounds in xfrm_get_default | Pavel Skripkin | 1 | -0/+5 |
2021-08-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ | David S. Miller | 2 | -0/+73 |
2021-08-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -26/+67 |
2021-07-29 | net: xfrm: fix shift-out-of-bounce | Pavel Skripkin | 1 | -1/+6 |
2021-07-26 | net: xfrm: Fix end of loop tests for list_for_each_entry | Harshvardhan Jha | 1 | -1/+1 |
2021-07-21 | net/xfrm/compat: Copy xfrm_spdattr_type_t atributes | Dmitry Safonov | 1 | -5/+44 |
2021-07-21 | xfrm: Add possibility to set the default to block if we have no policy | Steffen Klassert | 2 | -0/+68 |
2021-07-02 | xfrm: Fix RCU vs hash_resize_mutex lock inversion | Frederic Weisbecker | 1 | -9/+8 |
2021-07-02 | Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l... | Steffen Klassert | 1 | -14/+7 |
2021-07-01 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 8 | -119/+329 |
2021-07-01 | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2021-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -30/+41 |
2021-06-29 | net: xfrm: fix memory leak in xfrm_user_rcv_msg | Pavel Skripkin | 1 | -0/+10 |
2021-06-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git | David S. Miller | 6 | -88/+248 |
2021-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 5 | -30/+41 |
2021-06-23 | net/xfrm: Add inner_ipproto into sec_path | Huy Nguyen | 1 | -1/+40 |
2021-06-22 | xfrm: Fix xfrm offload fallback fail case | Ayush Sawal | 1 | -0/+1 |
2021-06-21 | xfrm: replay: remove last replay indirection | Florian Westphal | 2 | -26/+27 |
2021-06-21 | xfrm: replay: avoid replay indirection | Florian Westphal | 2 | -10/+19 |
2021-06-21 | xfrm: replay: remove recheck indirection | Florian Westphal | 2 | -7/+17 |
2021-06-21 | xfrm: replay: remove advance indirection | Florian Westphal | 2 | -10/+16 |
2021-06-21 | xfrm: replay: avoid xfrm replay notify indirection | Florian Westphal | 2 | -18/+29 |
2021-06-16 | xfrm: avoid compiler warning when ipv6 is disabled | Florian Westphal | 1 | -0/+2 |
2021-06-14 | xfrm: Fix error reporting in xfrm_state_construct. | Steffen Klassert | 1 | -14/+14 |
2021-06-11 | xfrm: merge dstopt and routing hdroff functions | Florian Westphal | 1 | -58/+22 |
2021-06-11 | xfrm: remove hdr_offset indirection | Florian Westphal | 1 | -1/+1 |
2021-06-11 | xfrm: ipv6: move mip6_rthdr_offset into xfrm core | Florian Westphal | 1 | -0/+49 |
2021-06-11 | xfrm: ipv6: move mip6_destopt_offset into xfrm core | Florian Westphal | 1 | -0/+57 |
2021-06-11 | xfrm: ipv6: add xfrm6_hdr_offset helper | Florian Westphal | 1 | -2/+7 |
2021-06-11 | xfrm: policy: fix a spelling mistake | gushengxian | 1 | -1/+1 |
2021-06-01 | xfrm: remove the fragment check for ipv6 beet mode | Xin Long | 1 | -7/+0 |
2021-06-01 | xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by... | Varad Gautam | 1 | -7/+14 |
2021-05-18 | xfrm: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-05-14 | xfrm: add state hashtable keyed by seq | Sabrina Dubroca | 2 | -13/+59 |
2021-05-11 | selinux: delete selinux_xfrm_policy_lookup() useless argument | Zhongjun Tan | 1 | -4/+2 |
2021-04-19 | xfrm: ipcomp: remove unnecessary get_cpu() | Sabrina Dubroca | 1 | -17/+8 |
2021-04-19 | xfrm: xfrm_state_mtu should return at least 1280 for ipv6 | Sabrina Dubroca | 1 | -2/+12 |
2021-04-19 | xfrm: avoid synchronize_rcu during netns destruction | Florian Westphal | 1 | -3/+7 |
2021-04-19 | xfrm: remove stray synchronize_rcu from xfrm_init | Florian Westphal | 1 | -3/+0 |
2021-04-19 | flow: remove spi key from flowi struct | Florian Westphal | 1 | -39/+0 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -15/+36 |
2021-03-30 | xfrm/compat: Cleanup WARN()s that can be user-triggered | Dmitry Safonov | 1 | -3/+9 |
2021-03-29 | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets | Steffen Klassert | 1 | -2/+0 |
2021-03-29 | xfrm_user.c: Added a punctuation | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-29 | xfrm_policy.c : Mundane typo fix | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-24 | xfrm: BEET mode doesn't support fragments for inner packets | Xin Long | 1 | -0/+13 |
2021-03-22 | net: xfrm: Use sequence counter with associated spinlock | Ahmed S. Darwish | 1 | -1/+2 |