aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
AgeCommit message (Expand)Author
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-10-25net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)
2023-09-19Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca
2023-08-26macsec: use DEV_STATS_INC()Eric Dumazet
2023-08-26macsec: Fix traffic counters/statisticsClayton Yager
2023-01-14net: macsec: fix net device access prior to holding a lockEmeel Hakim
2022-12-14macsec: add missing attribute validation for offloadEmeel Hakim
2022-12-02macsec: Fix invalid error code setYueHaibing
2022-12-02Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca
2022-11-16macsec: clear encryption keys from the stack after setting up offloadSabrina Dubroca
2022-11-16macsec: fix detection of RXSCs when toggling offloadingSabrina Dubroca
2022-11-16macsec: fix secy->n_rx_sc accountingSabrina Dubroca
2022-11-16macsec: delete new rxsc when offload failsSabrina Dubroca
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca
2022-02-08net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson
2022-02-08net: macsec: Fix offload support for NETDEV_UNREGISTER eventLior Nahmanson
2021-07-14net: macsec: fix the length used to copy the key for offloadingAntoine Tenart
2020-10-13net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: macsec: fix rtnl locking issueAntoine Tenart
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-30net: macsec: preserve ingress frame orderingScott Dial
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo
2020-04-06macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti
2020-03-29net: macsec: add support for specifying offload upon link creationMark Starovoytov
2020-03-26net: macsec: report real_dev features when HW offloading is enabledMark Starovoytov
2020-03-26net: macsec: add support for getting offloaded statsDmitry Bogdanov
2020-03-26net: macsec: support multicast/broadcast when offloadingMark Starovoytov
2020-03-26net: macsec: allow multiple macsec devices with offloadDmitry Bogdanov
2020-03-26net: macsec: init secy pointer in macsec_contextDmitry Bogdanov
2020-03-26net: macsec: add support for offloading to the MACAntoine Tenart
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-23macsec: restrict to ethernet devicesWillem de Bruijn
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov
2020-03-03macsec: add missing attribute validation for portJakub Kicinski
2020-01-14net: macsec: PN wrap callbackAntoine Tenart