aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xfrm/xfrm_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet1-1/+2
2023-10-06xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert1-4/+2
2023-07-10xfrm: Silence warnings triggerable by bad packetsHerbert Xu1-13/+9
2023-06-12xfrm: Use xfrm_state selector for BEET inputHerbert Xu1-4/+3
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong1-0/+1
2023-03-13xfrm: Remove inner/outer modes from input pathHerbert Xu1-43/+23
2023-01-30xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps1-2/+1
2022-10-25xfrm: update x->lastused for every packetAntony Antony1-0/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+13
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+5
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian1-5/+13
2022-08-29xfrm: interface: support collect metadata modeEyal Birger1-2/+5
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-1/+1
2022-08-03Revert "xfrm: update SA curlft.use_time"Antony Antony1-1/+0
2021-12-23xfrm: update SA curlft.use_timeAntony Antony1-0/+1
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao1-2/+2
2021-06-21xfrm: replay: avoid replay indirectionFlorian Westphal1-1/+1
2021-06-21xfrm: replay: remove recheck indirectionFlorian Westphal1-1/+1
2021-06-21xfrm: replay: remove advance indirectionFlorian Westphal1-1/+1
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+1
2020-12-19xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-11-07net: xfrm: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long1-11/+13
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal1-10/+11
2020-04-15xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2019-12-09xfrm: introduce xfrm_trans_queue_netSabrina Dubroca1-4/+17
2019-11-12xfrm: release device reference for invalid stateXiaodong Xu1-0/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-06-12xfrm: fix bogus WARN_ON with ipv6Florian Westphal1-0/+1
2019-06-06xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal1-12/+12
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal1-7/+7
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-8/+5
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal1-6/+28
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal1-1/+184
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal1-3/+72
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal1-48/+8
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-6/+10
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-7/+9
2018-11-22xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears the dst_entry.Steffen Klassert1-1/+6
2018-10-08xfrm: use correct size to initialise sp->ovecLi RongQing1-1/+1
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2018-09-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan1-0/+1
2018-06-23xfrm: Add virtual xfrm interfacesSteffen Klassert1-0/+3
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert1-0/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2018-03-23xfrm: Fix transport mode skb control buffer usage.Steffen Klassert1-0/+6
2018-02-27xfrm: mark kmem_caches as __ro_after_initAlexey Dobriyan1-1/+2