aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+10
2021-02-04xfrm: Return the correct errno codeZheng Yongjun1-1/+1
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-11/+21
2021-01-08xfrm: interface: enable TSO on xfrm interfacesEyal Birger1-1/+9
2021-01-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala1-8/+18
2021-01-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger1-2/+2
2020-12-19xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-2/+4
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-7/+67
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony1-7/+67
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-2/+4
2020-11-14net: xfrm: use core API for updating/providing statsLev Stipakov1-17/+2
2020-11-10net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai1-1/+3
2020-11-09xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov1-1/+1
2020-11-09xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov1-1/+1
2020-11-09xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov1-0/+1
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-7/+9
2020-10-23net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-10-13xfrm: use new function dev_fetch_sw_netstatsHeiner Kallweit1-21/+1
2020-10-09xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long1-4/+4
2020-10-06xfrm: use dev_sw_netstats_rx_add()Fabian Frederick1-8/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-7/+43
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-7/+43
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov2-3/+40
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov3-19/+315
2020-09-24xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov1-0/+38
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov2-1/+310
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov4-0/+100
2020-09-07xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-09-07xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-09-07xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-08-27xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-17espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca1-1/+5
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-47/+76
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-47/+76
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-34/+149
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca1-0/+6
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca1-1/+24
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish1-5/+5
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig1-3/+3
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert1-0/+11
2020-07-17xfrm: interface: use IS_REACHABLE to avoid some compile errorsXin Long1-8/+8
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca1-2/+2
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca1-1/+4
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca1-13/+13