aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
AgeCommit message (Expand)Author
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-11-20macsec: use DEV_STATS_INC()Eric Dumazet
2023-11-20macsec: Fix traffic counters/statisticsClayton Yager
2023-09-23Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca
2022-02-08net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet
2020-05-14net: macsec: preserve ingress frame orderingScott Dial
2020-04-29macsec: avoid to set wrong mtuTaehee Yoo
2020-04-02macsec: restrict to ethernet devicesWillem de Bruijn
2020-03-18macsec: add missing attribute validation for portJakub Kicinski
2020-03-18net: macsec: update SCI upon MAC address change.Dmitry Bogdanov
2019-12-01macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca
2019-12-01macsec: update operstate when lower device changesSabrina Dubroca
2019-11-12macsec: fix refcnt leak in module exit routineTaehee Yoo
2019-10-05macsec: drop skb sk before calling gro_cells_receiveXin Long
2019-07-28macsec: fix checksumming after decryptionAndreas Steinmetz
2019-07-28macsec: fix use-after-free of skb during RXAndreas Steinmetz
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter
2018-03-22macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca
2018-01-09macsec: Add support for GCM-AES-256 cipher suiteFelix Walter
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-11macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-08-22macsec: add genl family module aliasSabrina Dubroca
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-04macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-05-22macsec: double accounting of dropped rx/tx packetsGirish Moodalbail
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld
2017-04-24macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-21macsec: fix validation failed in asynchronous operation.Lee Ryder
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-08macsec: remove first zero and add attribute name in commentsZhang Shengju
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-20net: use core MTU range checking in core net infraJarod Wilson