summaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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