summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca2023-09-231-2/+1
* macsec: use DEV_STATS_INC()Eric Dumazet2023-08-301-14/+14
* macsec: Fix traffic counters/statisticsClayton Yager2023-08-301-9/+49
* net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson2022-02-081-0/+9
* macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet2020-10-141-1/+3
* net: macsec: preserve ingress frame orderingScott Dial2020-05-141-1/+2
* macsec: avoid to set wrong mtuTaehee Yoo2020-04-291-4/+8
* macsec: restrict to ethernet devicesWillem de Bruijn2020-04-011-0/+3
* macsec: add missing attribute validation for portJakub Kicinski2020-03-181-0/+1
* net: macsec: update SCI upon MAC address change.Dmitry Bogdanov2020-03-181-5/+6
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-9/+0
* macsec: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-4/+0
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-5/+0
* macsec: drop skb sk before calling gro_cells_receiveXin Long2019-09-261-0/+1
* macsec: fix checksumming after decryptionAndreas Steinmetz2019-07-021-0/+1
* macsec: fix use-after-free of skb during RXAndreas Steinmetz2019-07-021-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+10
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-6/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-12/+15
* macsec: add noinline tag to avoid a frame size warningFlorian Westphal2019-04-011-10/+12
* genetlink: make policy common to familyJohannes Berg2019-03-221-10/+1
* macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca2018-10-281-3/+0
* macsec: update operstate when lower device changesSabrina Dubroca2018-10-281-0/+17
* DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat2018-09-211-10/+8
* Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter2018-04-161-3/+2
* macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter2018-03-221-2/+3
* macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-221-7/+5
* macsec: Add support for GCM-AES-256 cipher suiteFelix Walter2018-01-091-13/+59
* genetlink: fix genlmsg_nlhdr()Michal Kubecek2017-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-0/+2
|\
| * macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca2017-10-111-0/+2
* | drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
* | drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
* | drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-4/+5
* | net: Add extack to upper device linkingDavid Ahern2017-10-041-1/+1
|/
* macsec: add genl family module aliasSabrina Dubroca2017-08-221-0/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-041-2/+11
* | macsec: double accounting of dropped rx/tx packetsGirish Moodalbail2017-05-221-12/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-6/+21
|\
| * macsec: dynamically allocate space for sglistJason A. Donenfeld2017-04-261-7/+22
| * macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld2017-04-241-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-4/+6
|/
* macsec: fix validation failed in asynchronous operation.Lee Ryder2017-02-211-0/+3