summaryrefslogtreecommitdiff
path: root/drivers/net/macsec.c
AgeCommit message (Expand)Author
2020-04-02macsec: restrict to ethernet devicesWillem de Bruijn
2020-03-20macsec: add missing attribute validation for portJakub Kicinski
2020-03-20net: macsec: update SCI upon MAC address change.Dmitry Bogdanov
2019-11-28macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca
2019-11-28macsec: update operstate when lower device changesSabrina Dubroca
2019-10-05macsec: drop skb sk before calling gro_cells_receiveXin Long
2019-08-04macsec: fix checksumming after decryptionAndreas Steinmetz
2019-08-04macsec: fix use-after-free of skb during RXAndreas Steinmetz
2018-11-10macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca
2018-04-13macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-09-20macsec: add genl family module aliasSabrina Dubroca
2017-05-14macsec: dynamically allocate space for sglistJason A. Donenfeld
2017-05-03macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld
2016-10-27macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner
2016-09-09macsec: set network devtypestephen hemminger
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
2016-08-13macsec: fix lockdep splats when nesting devicesSabrina Dubroca
2016-08-11macsec: use after free when deleting the underlying deviceSabrina Dubroca
2016-07-30macsec: fix negative refcnt on parent linkSabrina Dubroca
2016-07-30macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca
2016-07-30macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca
2016-07-26macsec: ensure rx_sa is set when validation is disabledBeniamino Galvani
2016-07-25macsec: validate ICV length on link creationDavide Caratti
2016-07-25macsec: fix error codes when a SA is createdDavide Caratti
2016-07-25macsec: limit ICV length to 16 octetsDavide Caratti
2016-07-22macsec: enable GRO and RPS on macsec devicesPaolo Abeni
2016-07-01macsec: set actual real device for xmit when !protect_framesDaniel Borkmann
2016-06-15macsec: fix SA initializationSabrina Dubroca
2016-06-15macsec: allocate sg and iv on the heapSabrina Dubroca
2016-06-15macsec: add rcu_barrier() on module exitSabrina Dubroca
2016-05-20macsec: fix netlink attribute for key idSabrina Dubroca
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09macsec: key identifier is 128 bits, not 64Sabrina Dubroca
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-26macsec: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-25macsec: Convert to using IFF_NO_QUEUEPhil Sutter
2016-04-24macsec: fix netlink attribute validationSabrina Dubroca
2016-04-24macsec: add missing macsec prefix in uapiSabrina Dubroca
2016-04-24macsec: fix SA leak if initialization failsSabrina Dubroca
2016-04-24macsec: fix memory leaks around rx_handler (un)registrationSabrina Dubroca
2016-04-24macsec: add consistency check to netlink dumpsSabrina Dubroca
2016-04-24macsec: fix rx_sa refcounting with decrypt callbackSabrina Dubroca
2016-04-24macsec: don't put a NULL rxsaSabrina Dubroca
2016-04-24macsec: take rtnl lock before for_each_netdevSabrina Dubroca
2016-04-24macsec: add missing NULL check after kmallocSabrina Dubroca
2016-03-13macsec: introduce IEEE 802.1AE driverSabrina Dubroca