aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Revert "macsec: missing dev_put() on error in macsec_newlink()"Dan Carpenter1-3/+2
2018-03-22macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter1-2/+3
2018-01-22macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca1-7/+5
2018-01-09macsec: Add support for GCM-AES-256 cipher suiteFelix Walter1-13/+59
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-22drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_tElena Reshetova1-4/+5
2017-10-11macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca1-0/+2
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-08-22macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-06-04macsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+11
2017-05-22macsec: double accounting of dropped rx/tx packetsGirish Moodalbail1-12/+3
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+21
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld1-7/+22
2017-04-24macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-4/+6
2017-02-21macsec: fix validation failed in asynchronous operation.Lee Ryder1-0/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+3
2016-12-08macsec: remove first zero and add attribute name in commentsZhang Shengju1-13/+12
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+18
2016-10-27macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner1-8/+18
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-8/+13
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-0/+2
2016-09-09macsec: set network devtypestephen hemminger1-0/+1
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-1/+1
2016-08-13macsec: fix lockdep splats when nesting devicesSabrina Dubroca1-2/+27
2016-08-11macsec: use after free when deleting the underlying deviceSabrina Dubroca1-6/+17
2016-07-30macsec: fix negative refcnt on parent linkSabrina Dubroca1-2/+2
2016-07-30macsec: RXSAs don't need to hold a reference on RXSCsSabrina Dubroca1-2/+1
2016-07-30macsec: fix reference counting on RXSC in macsec_handle_frameSabrina Dubroca1-1/+8
2016-07-26macsec: ensure rx_sa is set when validation is disabledBeniamino Galvani1-1/+2
2016-07-25macsec: validate ICV length on link creationDavide Caratti1-1/+13
2016-07-25macsec: fix error codes when a SA is createdDavide Caratti1-22/+36
2016-07-25macsec: limit ICV length to 16 octetsDavide Caratti1-2/+2
2016-07-22macsec: enable GRO and RPS on macsec devicesPaolo Abeni1-7/+25
2016-07-01macsec: set actual real device for xmit when !protect_framesDaniel Borkmann1-0/+1
2016-06-15macsec: fix SA initializationSabrina Dubroca1-1/+1
2016-06-15macsec: allocate sg and iv on the heapSabrina Dubroca1-9/+37
2016-06-15macsec: add rcu_barrier() on module exitSabrina Dubroca1-0/+1
2016-05-20macsec: fix netlink attribute for key idSabrina Dubroca1-2/+2