index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macsec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
macsec: inherit lower device's TSO limits when offloading
Sabrina Dubroca
2024-11-11
1
-0
/
+22
*
macsec: clean up local variables in macsec_notify
Sabrina Dubroca
2024-11-11
1
-18
/
+7
*
macsec: add some of the lower device's features when offloading
Sabrina Dubroca
2024-11-11
1
-2
/
+15
*
net: convert to nla_get_*_default()
Johannes Berg
2024-11-11
1
-3
/
+3
*
macsec: Fix use-after-free while sending the offloading packet
Jianbo Liu
2024-10-29
1
-2
/
+1
*
macsec: don't increment counters for an unrelated SA
Sabrina Dubroca
2024-10-15
1
-18
/
+0
*
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
1
-2
/
+2
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
macsec: Detect if Rx skb is macsec-related for offloading devices that update...
Rahul Rameshbabu
2024-04-25
1
-10
/
+36
*
net: macsec: Leverage core stats allocator
Breno Leitao
2024-03-07
1
-8
/
+2
*
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-02-26
1
-1
/
+1
*
Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
Rahul Rameshbabu
2024-01-24
1
-5
/
+20
*
net: macsec: introduce mdo_insert_tx_tag
Radu Pirea (NXP OSS)
2023-12-27
1
-5
/
+83
*
net: macsec: revert the MAC address if mdo_upd_secy fails
Radu Pirea (NXP OSS)
2023-12-27
1
-12
/
+26
*
net: macsec: use skb_ensure_writable_head_tail to expand the skb
Radu Pirea (NXP OSS)
2023-12-27
1
-20
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-13
1
-0
/
+2
|
\
|
*
net: macsec: indicate next pn update when offloading
Radu Pirea (NXP OSS)
2023-10-10
1
-0
/
+2
*
|
net: add DEV_STATS_READ() helper
Eric Dumazet
2023-10-01
1
-3
/
+3
|
/
*
Revert "net: macsec: preserve ingress frame ordering"
Sabrina Dubroca
2023-09-05
1
-2
/
+1
*
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
2023-08-24
1
-0
/
+12
|
\
|
*
macsec: add functions to get macsec real netdevice and check offload
Patrisious Haddad
2023-08-20
1
-0
/
+12
*
|
net: macsec: Use helper functions to update stats
Li Zetao
2023-08-14
1
-14
/
+3
*
|
macsec: use DEV_STATS_INC()
Eric Dumazet
2023-08-06
1
-14
/
+14
|
/
*
net: macsec: fix double free of percpu stats
Fedor Pchelkin
2023-06-15
1
-7
/
+5
*
macsec: Don't rely solely on the dst MAC address to identify destination MACs...
Emeel Hakim
2023-04-21
1
-2
/
+12
*
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-02-22
1
-56
/
+69
|
\
|
*
macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump
Emeel Hakim
2023-01-13
1
-2
/
+9
|
*
macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
Emeel Hakim
2023-01-13
1
-54
/
+60
*
|
net: macsec: Remove completion function scaffolding
Herbert Xu
2023-02-13
1
-4
/
+4
*
|
net: macsec: Add scaffolding to change completion function signature
Herbert Xu
2023-02-13
1
-4
/
+4
|
/
*
net: macsec: fix net device access prior to holding a lock
Emeel Hakim
2022-12-14
1
-13
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-09
1
-0
/
+1
|
\
|
*
macsec: add missing attribute validation for offload
Emeel Hakim
2022-12-08
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-1
/
+0
|
\
|
|
*
macsec: Fix invalid error code set
YueHaibing
2022-11-19
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-33
/
+17
|
\
|
|
*
macsec: clear encryption keys from the stack after setting up offload
Sabrina Dubroca
2022-11-04
1
-0
/
+2
|
*
macsec: fix detection of RXSCs when toggling offloading
Sabrina Dubroca
2022-11-04
1
-1
/
+1
|
*
macsec: fix secy->n_rx_sc accounting
Sabrina Dubroca
2022-11-04
1
-6
/
+8
|
*
macsec: delete new rxsc when offload fails
Sabrina Dubroca
2022-11-04
1
-3
/
+2
|
*
Revert "net: macsec: report real_dev features when HW offloading is enabled"
Sabrina Dubroca
2022-11-04
1
-23
/
+4
*
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-29
1
-6
/
+6
|
/
*
macsec: don't free NULL metadata_dst
Sabrina Dubroca
2022-09-26
1
-1
/
+2
*
net: macsec: remove the prepare flag from the MACsec offloading context
Antoine Tenart
2022-09-23
1
-1
/
+0
*
net: macsec: remove the prepare phase when offloading
Antoine Tenart
2022-09-23
1
-13
/
+0
*
net: macsec: Expose extended packet number (EPN) properties to macsec offload
Emeel Hakim
2022-09-23
1
-12
/
+12
*
net/macsec: Move some code for sharing with various drivers that implements o...
Lior Nahmanson
2022-09-07
1
-27
/
+6
*
net/macsec: Add MACsec skb_metadata_dst Rx Data path support
Lior Nahmanson
2022-09-07
1
-0
/
+6
*
net/macsec: Add MACsec skb_metadata_dst Tx Data path support
Lior Nahmanson
2022-09-07
1
-0
/
+15
*
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
[next]