index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macsec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
macsec: don't increment counters for an unrelated SA
Sabrina Dubroca
1
-18
/
+0
2023-11-20
net: add DEV_STATS_READ() helper
Eric Dumazet
1
-3
/
+3
2023-09-23
Revert "net: macsec: preserve ingress frame ordering"
Sabrina Dubroca
1
-2
/
+1
2023-08-30
macsec: use DEV_STATS_INC()
Eric Dumazet
1
-14
/
+14
2023-08-30
macsec: Fix traffic counters/statistics
Clayton Yager
1
-9
/
+49
2022-02-08
net: macsec: Verify that send_sci is on when setting Tx sci explicitly
Lior Nahmanson
1
-0
/
+9
2020-10-14
macsec: avoid use-after-free in macsec_handle_frame()
Eric Dumazet
1
-1
/
+3
2020-05-14
net: macsec: preserve ingress frame ordering
Scott Dial
1
-1
/
+2
2020-04-29
macsec: avoid to set wrong mtu
Taehee Yoo
1
-4
/
+8
2020-04-01
macsec: restrict to ethernet devices
Willem de Bruijn
1
-0
/
+3
2020-03-18
macsec: add missing attribute validation for port
Jakub Kicinski
1
-0
/
+1
2020-03-18
net: macsec: update SCI upon MAC address change.
Dmitry Bogdanov
1
-5
/
+6
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
1
-9
/
+0
2019-10-24
macsec: fix refcnt leak in module exit routine
Taehee Yoo
1
-4
/
+0
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
1
-5
/
+0
2019-09-26
macsec: drop skb sk before calling gro_cells_receive
Xin Long
1
-0
/
+1
2019-07-02
macsec: fix checksumming after decryption
Andreas Steinmetz
1
-0
/
+1
2019-07-02
macsec: fix use-after-free of skb during RX
Andreas Steinmetz
1
-3
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+10
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-6
/
+2
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-12
/
+15
2019-04-01
macsec: add noinline tag to avoid a frame size warning
Florian Westphal
1
-10
/
+12
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-10
/
+1
2018-10-28
macsec: let the administrator set UP state even if lowerdev is down
Sabrina Dubroca
1
-3
/
+0
2018-10-28
macsec: update operstate when lower device changes
Sabrina Dubroca
1
-0
/
+17
2018-09-21
DRIVERS: net: macsec: Fix multiple coding style issues
Romain Aviolat
1
-10
/
+8
2018-04-16
Revert "macsec: missing dev_put() on error in macsec_newlink()"
Dan Carpenter
1
-3
/
+2
2018-03-22
macsec: missing dev_put() on error in macsec_newlink()
Dan Carpenter
1
-2
/
+3
2018-01-22
macsec: restore uAPI after addition of GCM-AES-256
Sabrina Dubroca
1
-7
/
+5
2018-01-09
macsec: Add support for GCM-AES-256 cipher suite
Felix Walter
1
-13
/
+59
2017-11-16
genetlink: fix genlmsg_nlhdr()
Michal Kubecek
1
-1
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-10-22
drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-10-22
drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-10-22
drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-10-11
macsec: fix memory leaks when skb_to_sgvec fails
Sabrina Dubroca
1
-0
/
+2
2017-10-04
net: Add extack to upper device linking
David Ahern
1
-1
/
+1
2017-08-22
macsec: add genl family module alias
Sabrina Dubroca
1
-0
/
+1
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
1
-1
/
+2
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+2
2017-06-04
macsec: check return value of skb_to_sgvec always
Jason A. Donenfeld
1
-2
/
+11
2017-05-22
macsec: double accounting of dropped rx/tx packets
Girish Moodalbail
1
-12
/
+3
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+21
2017-04-26
macsec: dynamically allocate space for sglist
Jason A. Donenfeld
1
-7
/
+22
2017-04-24
macsec: avoid heap overflow in skb_to_sgvec
Jason A. Donenfeld
1
-1
/
+1
[next]