summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* macsec: fix validation failed in asynchronous operation.Lee Ryder2017-02-211-0/+3
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+3
* macsec: remove first zero and add attribute name in commentsZhang Shengju2016-12-081-13/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-8/+18
|\
| * macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner2016-10-271-8/+18
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-8/+13
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-0/+2
|/
* macsec: set network devtypestephen hemminger2016-09-091-0/+1
* net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-131-1/+1
* macsec: fix lockdep splats when nesting devicesSabrina Dubroca2016-08-131-2/+27
* macsec: use after free when deleting the underlying deviceSabrina Dubroca2016-08-111-6/+17
* macsec: fix negative refcnt on parent linkSabrina Dubroca2016-07-301-2/+2
* macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca2016-07-301-2/+1
* macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca2016-07-301-1/+8
* macsec: ensure rx_sa is set when validation is disabledBeniamino Galvani2016-07-261-1/+2
* macsec: validate ICV length on link creationDavide Caratti2016-07-251-1/+13
* macsec: fix error codes when a SA is createdDavide Caratti2016-07-251-22/+36
* macsec: limit ICV length to 16 octetsDavide Caratti2016-07-251-2/+2
* macsec: enable GRO and RPS on macsec devicesPaolo Abeni2016-07-221-7/+25
* macsec: set actual real device for xmit when !protect_framesDaniel Borkmann2016-07-011-0/+1
* macsec: fix SA initializationSabrina Dubroca2016-06-151-1/+1
* macsec: allocate sg and iv on the heapSabrina Dubroca2016-06-151-9/+37
* macsec: add rcu_barrier() on module exitSabrina Dubroca2016-06-151-0/+1
* macsec: fix netlink attribute for key idSabrina Dubroca2016-05-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-10/+13
|\
| * macsec: key identifier is 128 bits, not 64Sabrina Dubroca2016-05-091-6/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-23/+40
|\|
| * macsec: fix netlink attribute validationSabrina Dubroca2016-04-241-2/+2
| * macsec: add missing macsec prefix in uapiSabrina Dubroca2016-04-241-5/+7
| * macsec: fix SA leak if initialization failsSabrina Dubroca2016-04-241-0/+2
| * macsec: fix memory leaks around rx_handler (un)registrationSabrina Dubroca2016-04-241-2/+6
| * macsec: add consistency check to netlink dumpsSabrina Dubroca2016-04-241-0/+11
| * macsec: fix rx_sa refcounting with decrypt callbackSabrina Dubroca2016-04-241-7/+9
| * macsec: don't put a NULL rxsaSabrina Dubroca2016-04-241-1/+2
| * macsec: take rtnl lock before for_each_netdevSabrina Dubroca2016-04-241-5/+2
| * macsec: add missing NULL check after kmallocSabrina Dubroca2016-04-241-2/+2
* | macsec: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-33/+88
* | macsec: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-251-1/+1
|/
* macsec: introduce IEEE 802.1AE driverSabrina Dubroca2016-03-131-0/+3297