summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg2020-08-181-1/+1
* net: get rid of lockdep_set_class_and_subclass()Cong Wang2020-06-281-3/+2
* net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-2/+4
|\
| * net: macsec: fix rtnl locking issueAntoine Tenart2020-05-061-1/+2
| * net: macsec: preserve ingress frame orderingScott Dial2020-04-301-1/+2
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+2
|/
* macsec: avoid to set wrong mtuTaehee Yoo2020-04-241-4/+8
* net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo2020-04-091-1/+1
* macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti2020-04-061-0/+3
* net: macsec: add support for specifying offload upon link creationMark Starovoytov2020-03-291-2/+29
* net: macsec: report real_dev features when HW offloading is enabledMark Starovoytov2020-03-261-4/+22
* net: macsec: add support for getting offloaded statsDmitry Bogdanov2020-03-261-108/+213
* net: macsec: support multicast/broadcast when offloadingMark Starovoytov2020-03-261-13/+38
* net: macsec: allow multiple macsec devices with offloadDmitry Bogdanov2020-03-261-24/+1
* net: macsec: init secy pointer in macsec_contextDmitry Bogdanov2020-03-261-1/+15
* net: macsec: add support for offloading to the MACAntoine Tenart2020-03-261-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+3
|\
| * macsec: restrict to ethernet devicesWillem de Bruijn2020-03-231-0/+3
* | macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower2020-03-161-13/+148
* | macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower2020-03-161-36/+94
|/
* net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov2020-03-101-0/+13
* net: macsec: update SCI upon MAC address change.Dmitry Bogdanov2020-03-101-5/+6
* macsec: add missing attribute validation for portJakub Kicinski2020-03-031-0/+1
* net: macsec: PN wrap callbackAntoine Tenart2020-01-141-6/+19
* net: macsec: add nla support for changing the offloading selectionAntoine Tenart2020-01-141-3/+142
* net: macsec: hardware offloading infrastructureAntoine Tenart2020-01-141-12/+441
* net: macsec: move some definitions in a dedicated headerAntoine Tenart2020-01-141-163/+1
* 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