summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-272-0/+73
|\
| * net: xfrm: fix shift-out-of-bouncePavel Skripkin2021-07-291-1/+6
| * xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-212-0/+68
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-044-26/+67
|\ \ | |/ |/|
| * net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-261-1/+1
| * net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-07-211-5/+44
| * xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-9/+8
| * Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert2021-07-021-14/+7
| * net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin2021-06-291-0/+10
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-308-119/+329
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-30/+41
| |\|
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-235-30/+41
| | |\
| | | * xfrm: Fix xfrm offload fallback fail caseAyush Sawal2021-06-221-0/+1
| | | * xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-06-141-14/+14
| | | * xfrm: remove the fragment check for ipv6 beet modeXin Long2021-06-011-7/+0
| | | * xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam2021-06-011-7/+14
| | | * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-2/+12
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-286-88/+248
| |\ \ \
| | * | | xfrm: replay: remove last replay indirectionFlorian Westphal2021-06-212-26/+27
| | * | | xfrm: replay: avoid replay indirectionFlorian Westphal2021-06-212-10/+19
| | * | | xfrm: replay: remove recheck indirectionFlorian Westphal2021-06-212-7/+17
| | * | | xfrm: replay: remove advance indirectionFlorian Westphal2021-06-212-10/+16
| | * | | xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal2021-06-212-18/+29
| | * | | xfrm: avoid compiler warning when ipv6 is disabledFlorian Westphal2021-06-161-0/+2
| | * | | xfrm: merge dstopt and routing hdroff functionsFlorian Westphal2021-06-111-58/+22
| | * | | xfrm: remove hdr_offset indirectionFlorian Westphal2021-06-111-1/+1
| | * | | xfrm: ipv6: move mip6_rthdr_offset into xfrm coreFlorian Westphal2021-06-111-0/+49
| | * | | xfrm: ipv6: move mip6_destopt_offset into xfrm coreFlorian Westphal2021-06-111-0/+57
| | * | | xfrm: ipv6: add xfrm6_hdr_offset helperFlorian Westphal2021-06-111-2/+7
| | * | | xfrm: policy: fix a spelling mistakegushengxian2021-06-111-1/+1
| | * | | xfrm: add state hashtable keyed by seqSabrina Dubroca2021-05-142-13/+59
| | |/ /
| * / / net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen2021-06-221-1/+40
| |/ /
* | | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-301-4/+2
|\ \ \
| * | | selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-101-4/+2
| |/ /
* / / xfrm: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
|/ /
* | xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca2021-04-191-17/+8
* | xfrm: avoid synchronize_rcu during netns destructionFlorian Westphal2021-04-191-3/+7
* | xfrm: remove stray synchronize_rcu from xfrm_initFlorian Westphal2021-04-191-3/+0
* | flow: remove spi key from flowi structFlorian Westphal2021-04-191-39/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-095-15/+36
|\|
| * xfrm/compat: Cleanup WARN()s that can be user-triggeredDmitry Safonov2021-03-301-3/+9
| * xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert2021-03-291-2/+0
| * xfrm: BEET mode doesn't support fragments for inner packetsXin Long2021-03-241-0/+13
| * net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish2021-03-221-1/+2
| * net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-03-221-5/+5
| * xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-5/+5
| * xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-02-231-0/+3
* | xfrm_user.c: Added a punctuationBhaskar Chowdhury2021-03-281-1/+1
* | xfrm_policy.c : Mundane typo fixBhaskar Chowdhury2021-03-281-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-092-2/+10
|\