summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2021-04-19xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca
2021-04-19xfrm: avoid synchronize_rcu during netns destructionFlorian Westphal
2021-04-19xfrm: remove stray synchronize_rcu from xfrm_initFlorian Westphal
2021-04-19flow: remove spi key from flowi structFlorian Westphal
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-30xfrm/compat: Cleanup WARN()s that can be user-triggeredDmitry Safonov
2021-03-29xfrm: Provide private skb extensions for segmented and hw offloaded ESP packetsSteffen Klassert
2021-03-28xfrm_user.c: Added a punctuationBhaskar Chowdhury
2021-03-28xfrm_policy.c : Mundane typo fixBhaskar Chowdhury
2021-03-24xfrm: BEET mode doesn't support fragments for inner packetsXin Long
2021-03-22net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish
2021-03-22net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2021-02-23xfrm: interface: fix ipv4 pmtu check to honor ip header dfEyal Birger
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-02-04xfrm: Return the correct errno codeZheng Yongjun
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2021-01-08xfrm: interface: enable TSO on xfrm interfacesEyal Birger
2021-01-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala
2021-01-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger
2020-12-19xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-14net: xfrm: use core API for updating/providing statsLev Stipakov
2020-11-10net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai
2020-11-09xfrm/compat: Don't allocate memory with __GFP_ZERODmitry Safonov
2020-11-09xfrm/compat: memset(0) 64-bit padding at right placeDmitry Safonov
2020-11-09xfrm/compat: Translate by copying XFRMA_UNSPEC attributeDmitry Safonov
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2020-10-23net: xfrm: fix a race condition during allocing spizhuoliang zhang
2020-10-13xfrm: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-09xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long
2020-10-06xfrm: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov
2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov
2020-09-24xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov
2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov
2020-09-07xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony
2020-09-07xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony
2020-09-07xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony
2020-08-27xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva