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