aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26net: macsec: init secy pointer in macsec_contextDmitry Bogdanov1-1/+15
2020-03-26net: macsec: add support for offloading to the MACAntoine Tenart1-2/+11
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-23macsec: 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-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-03macsec: add missing attribute validation for portJakub Kicinski1-0/+1
2020-01-14net: macsec: PN wrap callbackAntoine Tenart1-6/+19
2020-01-14net: macsec: add nla support for changing the offloading selectionAntoine Tenart1-3/+142
2020-01-14net: macsec: hardware offloading infrastructureAntoine Tenart1-12/+441
2020-01-14net: macsec: move some definitions in a dedicated headerAntoine Tenart1-163/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-9/+0
2019-10-24macsec: fix refcnt leak in module exit routineTaehee Yoo1-4/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-5/+0
2019-09-26macsec: drop skb sk before calling gro_cells_receiveXin Long1-0/+1
2019-07-02macsec: fix checksumming after decryptionAndreas Steinmetz1-0/+1
2019-07-02macsec: 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-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+10
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-6/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-12/+15
2019-04-01macsec: 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-28macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca1-3/+0
2018-10-28macsec: update operstate when lower device changesSabrina Dubroca1-0/+17
2018-09-21DRIVERS: 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-11macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca1-0/+2
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-08-22macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: 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-04macsec: 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-26Merge 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