summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorLines
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+2
2021-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+2
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao-2/+2
2021-10-18xfrm: Use memset_after() to clear paddingKees Cook-4/+2
2021-09-23xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel-1/+6
2021-09-15xfrm: notify default policy on updateNicolas Dichtel-0/+31
2021-09-15xfrm: make user policy API completeNicolas Dichtel-17/+19
2021-09-09net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin-0/+5
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller-0/+73
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-26/+67
2021-07-29net: xfrm: fix shift-out-of-bouncePavel Skripkin-1/+6
2021-07-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha-1/+1
2021-07-21net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov-5/+44
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert-0/+68
2021-07-02xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker-9/+8
2021-07-02Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert-14/+7
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-119/+329
2021-06-30Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+41
2021-06-29net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin-0/+10
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller-88/+248
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-30/+41
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen-1/+40
2021-06-22xfrm: Fix xfrm offload fallback fail caseAyush Sawal-0/+1
2021-06-21xfrm: replay: remove last replay indirectionFlorian Westphal-26/+27
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal-10/+19
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal-7/+17
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal-10/+16
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal-18/+29
2021-06-16xfrm: avoid compiler warning when ipv6 is disabledFlorian Westphal-0/+2
2021-06-14xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert-14/+14
2021-06-11xfrm: merge dstopt and routing hdroff functionsFlorian Westphal-58/+22
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal-1/+1
2021-06-11xfrm: ipv6: move mip6_rthdr_offset into xfrm coreFlorian Westphal-0/+49
2021-06-11xfrm: ipv6: move mip6_destopt_offset into xfrm coreFlorian Westphal-0/+57
2021-06-11xfrm: ipv6: add xfrm6_hdr_offset helperFlorian Westphal-2/+7
2021-06-11xfrm: policy: fix a spelling mistakegushengxian-1/+1
2021-06-01xfrm: remove the fragment check for ipv6 beet modeXin Long-7/+0
2021-06-01xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam-7/+14
2021-05-17xfrm: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca-13/+59
2021-05-10selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan-4/+2
2021-04-19xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca-17/+8
2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca-2/+12
2021-04-19xfrm: avoid synchronize_rcu during netns destructionFlorian Westphal-3/+7
2021-04-19xfrm: remove stray synchronize_rcu from xfrm_initFlorian Westphal-3/+0
2021-04-19flow: remove spi key from flowi structFlorian Westphal-39/+0
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+36
2021-03-30xfrm/compat: Cleanup WARN()s that can be user-triggeredDmitry Safonov-3/+9