summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca2024-11-111-0/+22
* macsec: clean up local variables in macsec_notifySabrina Dubroca2024-11-111-18/+7
* macsec: add some of the lower device's features when offloadingSabrina Dubroca2024-11-111-2/+15
* net: convert to nla_get_*_default()Johannes Berg2024-11-111-3/+3
* macsec: Fix use-after-free while sending the offloading packetJianbo Liu2024-10-291-2/+1
* macsec: don't increment counters for an unrelated SASabrina Dubroca2024-10-151-18/+0
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-2/+2
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu2024-04-251-10/+36
* net: macsec: Leverage core stats allocatorBreno Leitao2024-03-071-8/+2
* rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu2024-01-241-5/+20
* net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)2023-12-271-5/+83
* net: macsec: revert the MAC address if mdo_upd_secy failsRadu Pirea (NXP OSS)2023-12-271-12/+26
* net: macsec: use skb_ensure_writable_head_tail to expand the skbRadu Pirea (NXP OSS)2023-12-271-20/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-131-0/+2
|\
| * net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)2023-10-101-0/+2
* | net: add DEV_STATS_READ() helperEric Dumazet2023-10-011-3/+3
|/
* Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca2023-09-051-2/+1
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-241-0/+12
|\
| * macsec: add functions to get macsec real netdevice and check offloadPatrisious Haddad2023-08-201-0/+12
* | net: macsec: Use helper functions to update statsLi Zetao2023-08-141-14/+3
* | macsec: use DEV_STATS_INC()Eric Dumazet2023-08-061-14/+14
|/
* net: macsec: fix double free of percpu statsFedor Pchelkin2023-06-151-7/+5
* macsec: Don't rely solely on the dst MAC address to identify destination MACs...Emeel Hakim2023-04-211-2/+12
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-221-56/+69
|\
| * macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dumpEmeel Hakim2023-01-131-2/+9
| * macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelinkEmeel Hakim2023-01-131-54/+60
* | net: macsec: Remove completion function scaffoldingHerbert Xu2023-02-131-4/+4
* | net: macsec: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-4/+4
|/
* net: macsec: fix net device access prior to holding a lockEmeel Hakim2022-12-141-13/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-0/+1
|\
| * macsec: add missing attribute validation for offloadEmeel Hakim2022-12-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+0
|\|
| * macsec: Fix invalid error code setYueHaibing2022-11-191-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-111-33/+17
|\|
| * macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca2022-11-041-0/+2
| * macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca2022-11-041-1/+1
| * macsec: fix secy->n_rx_sc accountingSabrina Dubroca2022-11-041-6/+8
| * macsec: delete new rxsc when offload failsSabrina Dubroca2022-11-041-3/+2
| * Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca2022-11-041-23/+4
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-291-6/+6
|/
* macsec: don't free NULL metadata_dstSabrina Dubroca2022-09-261-1/+2
* net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart2022-09-231-1/+0
* net: macsec: remove the prepare phase when offloadingAntoine Tenart2022-09-231-13/+0
* net: macsec: Expose extended packet number (EPN) properties to macsec offloadEmeel Hakim2022-09-231-12/+12
* net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson2022-09-071-27/+6
* net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson2022-09-071-0/+6
* net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson2022-09-071-0/+15
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1