'/>
summaryrefslogtreecommitdiff
path: root/drivers/net/macsec.c
AgeCommit message (Expand)Author
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-06-24net: macsec: fix the length used to copy the key for offloadingAntoine Tenart
2020-11-03net: macsec: Add missing documentation for 'gro_cells'Lee Jones
2020-10-13net: macsec: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: macsec: fix rtnl locking issueAntoine Tenart
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-30net: macsec: preserve ingress frame orderingScott Dial
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo
2020-04-09net: macsec: fix using wrong structure in macsec_changelink()Taehee Yoo