summaryrefslogtreecommitdiff
path: root/drivers/net/macsec.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27macsec: MACsec SCI assignment for ES = 0Carlos Fernandez1-6/+34
2024-11-08macsec: don't increment counters for an unrelated SASabrina Dubroca1-18/+0
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet1-3/+3
2023-10-25net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)1-0/+2
2023-09-19Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca1-2/+1
2023-08-26macsec: use DEV_STATS_INC()Eric Dumazet1-14/+14
2023-08-26macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2023-01-14net: macsec: fix net device access prior to holding a lockEmeel Hakim1-13/+21
2022-12-14macsec: add missing attribute validation for offloadEmeel Hakim1-0/+1
2022-12-02macsec: Fix invalid error code setYueHaibing1-1/+0
2022-12-02Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca1-23/+4
2022-11-16macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca1-0/+2
2022-11-16macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca1-1/+1
2022-11-16macsec: fix secy->n_rx_sc accountingSabrina Dubroca1-6/+8
2022-11-16macsec: delete new rxsc when offload failsSabrina Dubroca1-3/+2
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie1-2/+2
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca1-1/+2
2022-02-08net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson1-0/+9
2022-02-08net: macsec: Fix offload support for NETDEV_UNREGISTER eventLior Nahmanson1-12/+12
2021-07-14net: macsec: fix the length used to copy the key for offloadingAntoine Tenart1-2/+2
2020-10-14net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit1-21/+1
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg1-1/+1
2020-06-29net: get rid of lockdep_set_class_and_subclass()Cong Wang1-3/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+5
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-05-07net: macsec: fix rtnl locking issueAntoine Tenart1-1/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-05-01net: macsec: preserve ingress frame orderingScott Dial1-1/+2
2020-04-25macsec: avoid to set wrong mtuTaehee Yoo1-4/+8
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo1-1/+1
2020-04-06macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti1-0/+3
2020-03-30net: macsec: add support for specifying offload upon link creationMark Starovoytov1-2/+29
2020-03-27net: macsec: report real_dev features when HW offloading is enabledMark Starovoytov1-4/+22
2020-03-27net: macsec: add support for getting offloaded statsDmitry Bogdanov1-108/+213
2020-03-27net: macsec: support multicast/broadcast when offloadingMark Starovoytov1-13/+38
2020-03-27net: macsec: allow multiple macsec devices with offloadDmitry Bogdanov1-24/+1
2020-03-27net: macsec: init secy pointer in macsec_contextDmitry Bogdanov1-1/+15
2020-03-27net: macsec: add support for offloading to the MACAntoine Tenart1-2/+11
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-24macsec: restrict to ethernet devicesWillem de Bruijn1-0/+3
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower1-13/+148
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower1-36/+94
2020-03-11net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-11net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6