summaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+40
|/
* 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-105-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-291-1/+1
* | xfrm_policy.c : Mundane typo fixBhaskar Chowdhury2021-03-291-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-02-092-2/+10
|\
| * xfrm: Return the correct errno codeZheng Yongjun2021-02-041-1/+1
| * xfrm: interface: enable TSO on xfrm interfacesEyal Birger2021-01-081-1/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2021-01-212-11/+21
|\ \ | |/ |/|
| * xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala2021-01-041-8/+18
| * xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger2021-01-041-2/+2
| * xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2020-12-191-1/+1
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-2/+4
|\ \
| * | lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-241-2/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-7/+67
|\ \ \
| * | | xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-7/+67
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-122-3/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
| * | | xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov2020-11-091-1/+1
| * | | xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov2020-11-091-1/+1
| * | | xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov2020-11-091-0/+1
* | | | net: xfrm: use core API for updating/providing statsLev Stipakov2020-11-151-17/+2
| |/ / |/| |
* | | net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+3
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-042-7/+9
|\ \ | |/ |/|
| * net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
| * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-4/+4