summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
AgeCommit message (Expand)AuthorLines
2020-10-13net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit-21/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet-1/+3
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg-1/+1
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang-3/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang-0/+5
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+4
2020-05-06net: macsec: fix rtnl locking issueAntoine Tenart-1/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+2
2020-04-30net: macsec: preserve ingress frame orderingScott Dial-1/+2
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo-4/+8
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo-1/+1
2020-04-06macsec: fix NULL dereference in macsec_upd_offload()Davide Caratti-0/+3
2020-03-29net: macsec: add support for specifying offload upon link creationMark Starovoytov-2/+29
2020-03-26net: macsec: report real_dev features when HW offloading is enabledMark Starovoytov-4/+22
2020-03-26net: macsec: add support for getting offloaded statsDmitry Bogdanov-108/+213
2020-03-26net: macsec: support multicast/broadcast when offloadingMark Starovoytov-13/+38
2020-03-26net: macsec: allow multiple macsec devices with offloadDmitry Bogdanov-24/+1
2020-03-26net: macsec: init secy pointer in macsec_contextDmitry Bogdanov-1/+15
2020-03-26net: macsec: add support for offloading to the MACAntoine Tenart-2/+11
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2020-03-23macsec: restrict to ethernet devicesWillem de Bruijn-0/+3
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower-13/+148
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower-36/+94
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov-5/+6
2020-03-03macsec: add missing attribute validation for portJakub Kicinski-0/+1
2020-01-14net: macsec: PN wrap callbackAntoine Tenart-6/+19
2020-01-14net: macsec: add nla support for changing the offloading selectionAntoine Tenart-3/+142
2020-01-14net: macsec: hardware offloading infrastructureAntoine Tenart-12/+441
2020-01-14net: macsec: move some definitions in a dedicated headerAntoine Tenart-163/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-9/+0
2019-10-24macsec: fix refcnt leak in module exit routineTaehee Yoo-4/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo-5/+0
2019-09-26macsec: drop skb sk before calling gro_cells_receiveXin Long-0/+1
2019-07-02macsec: fix checksumming after decryptionAndreas Steinmetz-0/+1
2019-07-02macsec: fix use-after-free of skb during RXAndreas Steinmetz-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+10
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-6/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-12/+15
2019-04-01macsec: add noinline tag to avoid a frame size warningFlorian Westphal-10/+12
2019-03-22genetlink: make policy common to familyJohannes Berg-10/+1
2018-10-28macsec: let the administrator set UP state even if lowerdev is downSabrina Dubroca-3/+0
2018-10-28macsec: update operstate when lower device changesSabrina Dubroca-0/+17
2018-09-21DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat-10/+8
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter-3/+2
2018-03-22macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter-2/+3
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca-7/+5