summaryrefslogtreecommitdiff
path: root/drivers/net/macsec.c
AgeCommit message (Expand)AuthorFilesLines
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-09-23Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca1-2/+1
2023-08-30macsec: use DEV_STATS_INC()Eric Dumazet1-14/+14
2023-08-30macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2022-02-08net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson1-0/+9
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-05-14net: macsec: preserve ingress frame orderingScott Dial1-1/+2
2020-04-29macsec: avoid to set wrong mtuTaehee Yoo1-4/+8
2020-04-01macsec: restrict to ethernet devicesWillem de Bruijn1-0/+3
2020-03-18macsec: add missing attribute validation for portJakub Kicinski1-0/+1
2020-03-18net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-9/+0
2019-10-25macsec: fix refcnt leak in module exit routineTaehee Yoo1-4/+0
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-5/+0
2019-09-26macsec: drop skb sk before calling gro_cells_receiveXin Long1-0/+1
2019-07-03macsec: fix checksumming after decryptionAndreas Steinmetz1-0/+1
2019-07-03macsec: fix use-after-free of skb during RXAndreas Steinmetz1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+10
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-6/+2
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-12/+15
2019-04-02macsec: add noinline tag to avoid a frame size warningFlorian Westphal1-10/+12
2019-03-22genetlink: make policy common to familyJohannes Berg1-10/+1
2018-10-29macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca1-3/+0
2018-10-29macsec: update operstate when lower device changesSabrina Dubroca1-0/+17
2018-09-22DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat1-10/+8
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter1-3/+2
2018-03-22macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter1-2/+3
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca1-7/+5
2018-01-09macsec: Add support for GCM-AES-256 cipher suiteFelix Walter1-13/+59
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-22drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_tElena Reshetova1-4/+5
2017-10-12macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca1-0/+2
2017-10-05net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-08-23macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-06-05macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+11
2017-05-22macsec: double accounting of dropped rx/tx packetsGirish Moodalbail1-12/+3
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+21
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld1-7/+22
2017-04-24macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld1-1/+1