index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macsec.c
Age
Commit message (
Expand
)
Author
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-25
macsec: Detect if Rx skb is macsec-related for offloading devices that update...
Rahul Rameshbabu
2024-03-06
net: macsec: Leverage core stats allocator
Breno Leitao
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-01-23
Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
Rahul Rameshbabu
2023-12-27
net: macsec: introduce mdo_insert_tx_tag
Radu Pirea (NXP OSS)
2023-12-27
net: macsec: revert the MAC address if mdo_upd_secy fails
Radu Pirea (NXP OSS)
2023-12-27
net: macsec: use skb_ensure_writable_head_tail to expand the skb
Radu Pirea (NXP OSS)
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-10
net: macsec: indicate next pn update when offloading
Radu Pirea (NXP OSS)
2023-10-01
net: add DEV_STATS_READ() helper
Eric Dumazet
2023-09-05
Revert "net: macsec: preserve ingress frame ordering"
Sabrina Dubroca
2023-08-24
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
2023-08-20
macsec: add functions to get macsec real netdevice and check offload
Patrisious Haddad
2023-08-14
net: macsec: Use helper functions to update stats
Li Zetao
2023-08-06
macsec: use DEV_STATS_INC()
Eric Dumazet
2023-06-15
net: macsec: fix double free of percpu stats
Fedor Pchelkin
2023-04-21
macsec: Don't rely solely on the dst MAC address to identify destination MACs...
Emeel Hakim
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-13
net: macsec: Remove completion function scaffolding
Herbert Xu
2023-02-13
net: macsec: Add scaffolding to change completion function signature
Herbert Xu
2023-01-12
macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump
Emeel Hakim
2023-01-12
macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
Emeel Hakim
2022-12-13
net: macsec: fix net device access prior to holding a lock
Emeel Hakim
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-08
macsec: add missing attribute validation for offload
Emeel Hakim
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-18
macsec: Fix invalid error code set
YueHaibing
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-04
macsec: clear encryption keys from the stack after setting up offload
Sabrina Dubroca
2022-11-04
macsec: fix detection of RXSCs when toggling offloading
Sabrina Dubroca
2022-11-04
macsec: fix secy->n_rx_sc accounting
Sabrina Dubroca
2022-11-04
macsec: delete new rxsc when offload fails
Sabrina Dubroca
2022-11-04
Revert "net: macsec: report real_dev features when HW offloading is enabled"
Sabrina Dubroca
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-09-26
macsec: don't free NULL metadata_dst
Sabrina Dubroca
2022-09-23
net: macsec: remove the prepare flag from the MACsec offloading context
Antoine Tenart
2022-09-23
net: macsec: remove the prepare phase when offloading
Antoine Tenart
2022-09-22
net: macsec: Expose extended packet number (EPN) properties to macsec offload
Emeel Hakim
2022-09-07
net/macsec: Move some code for sharing with various drivers that implements o...
Lior Nahmanson
2022-09-07
net/macsec: Add MACsec skb_metadata_dst Rx Data path support
Lior Nahmanson
2022-09-07
net/macsec: Add MACsec skb_metadata_dst Tx Data path support
Lior Nahmanson
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-19
Revert "net: macsec: update SCI upon MAC address change."
Sabrina Dubroca
2022-08-10
macsec: Fix traffic counters/statistics
Clayton Yager
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-25
net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...
Jianglei Nie
2022-07-25
macsec: always read MACSEC_SA_ATTR_PN as a u64
Sabrina Dubroca
2022-07-25
macsec: limit replay window size with XPN
Sabrina Dubroca
2022-07-25
macsec: fix error message in macsec_add_rxsa and _txsa
Sabrina Dubroca
[next]