index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macsec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-09-10
macsec: sync features on RTM_NEWLINK
Stanislav Fomichev
1
-0
/
+1
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2025-09-01
macsec: read MACSEC_SA_ATTR_PN with nla_get_uint
Sabrina Dubroca
1
-4
/
+4
2025-08-28
macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAX
Sabrina Dubroca
1
-6
/
+1
2025-08-28
macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAX
Sabrina Dubroca
1
-16
/
+6
2025-08-28
macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAX
Sabrina Dubroca
1
-5
/
+1
2025-08-28
macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITE
Sabrina Dubroca
1
-16
/
+18
2025-08-28
macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGE
Sabrina Dubroca
1
-4
/
+1
2025-08-28
macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOAD
Sabrina Dubroca
1
-2
/
+2
2025-08-28
macsec: remove validate_add_rxsc
Sabrina Dubroca
1
-10
/
+2
2025-08-28
macsec: use NLA_UINT for MACSEC_SA_ATTR_PN
Sabrina Dubroca
1
-11
/
+1
2025-08-28
macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEY
Sabrina Dubroca
1
-2
/
+1
2025-08-28
macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LEN
Sabrina Dubroca
1
-8
/
+1
2025-08-28
macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LEN
Sabrina Dubroca
1
-18
/
+1
2025-08-28
macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAX
Sabrina Dubroca
1
-23
/
+2
2025-08-28
macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAX
Sabrina Dubroca
1
-14
/
+1
2025-07-25
macsec: set IFF_UNICAST_FLT priv flag
Stanislav Fomichev
1
-1
/
+1
2025-06-11
macsec: MACsec SCI assignment for ES = 0
Carlos Fernandez
1
-6
/
+34
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-02-22
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+2
2025-02-22
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+5
2024-11-12
macsec: inherit lower device's TSO limits when offloading
Sabrina Dubroca
1
-0
/
+22
2024-11-12
macsec: clean up local variables in macsec_notify
Sabrina Dubroca
1
-18
/
+7
2024-11-12
macsec: add some of the lower device's features when offloading
Sabrina Dubroca
1
-2
/
+15
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-3
/
+3
2024-10-29
macsec: Fix use-after-free while sending the offloading packet
Jianbo Liu
1
-2
/
+1
2024-10-15
macsec: don't increment counters for an unrelated SA
Sabrina Dubroca
1
-18
/
+0
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-2
/
+2
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-25
macsec: Detect if Rx skb is macsec-related for offloading devices that update...
Rahul Rameshbabu
1
-10
/
+36
2024-03-07
net: macsec: Leverage core stats allocator
Breno Leitao
1
-8
/
+2
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
1
-1
/
+1
2024-01-24
Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
Rahul Rameshbabu
1
-5
/
+20
2023-12-27
net: macsec: introduce mdo_insert_tx_tag
Radu Pirea (NXP OSS)
1
-5
/
+83
2023-12-27
net: macsec: revert the MAC address if mdo_upd_secy fails
Radu Pirea (NXP OSS)
1
-12
/
+26
2023-12-27
net: macsec: use skb_ensure_writable_head_tail to expand the skb
Radu Pirea (NXP OSS)
1
-20
/
+5
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-10-10
net: macsec: indicate next pn update when offloading
Radu Pirea (NXP OSS)
1
-0
/
+2
2023-10-01
net: add DEV_STATS_READ() helper
Eric Dumazet
1
-3
/
+3
2023-09-05
Revert "net: macsec: preserve ingress frame ordering"
Sabrina Dubroca
1
-2
/
+1
2023-08-24
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
1
-0
/
+12
2023-08-20
macsec: add functions to get macsec real netdevice and check offload
Patrisious Haddad
1
-0
/
+12
2023-08-14
net: macsec: Use helper functions to update stats
Li Zetao
1
-14
/
+3
2023-08-06
macsec: use DEV_STATS_INC()
Eric Dumazet
1
-14
/
+14
2023-06-15
net: macsec: fix double free of percpu stats
Fedor Pchelkin
1
-7
/
+5
2023-04-21
macsec: Don't rely solely on the dst MAC address to identify destination MACs...
Emeel Hakim
1
-2
/
+12
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-56
/
+69
2023-02-13
net: macsec: Remove completion function scaffolding
Herbert Xu
1
-4
/
+4
2023-02-13
net: macsec: Add scaffolding to change completion function signature
Herbert Xu
1
-4
/
+4
[next]