summaryrefslogtreecommitdiff
path: root/include/linux/etherdevice.h
AgeCommit message (Expand)Author
2021-10-19ethernet: add a helper for assigning port addressesJakub Kicinski
2021-10-14ethernet: remove random_ether_addr()Jakub Kicinski
2021-10-14ethernet: make eth_hw_addr_random() use dev_addr_set()Jakub Kicinski
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski
2021-10-05etherdevice: use __dev_addr_set()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-05net: create netdev->dev_addr assignment helpersJakub Kicinski
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin
2021-03-14linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin
2020-05-04net: add helper eth_hw_addr_crcHeiner Kallweit
2020-01-27net: remove eth_change_mtuHeiner Kallweit
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy
2018-12-03net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-02-08net: Extra '_get' in declaration of arch_get_platform_mac_addressMathieu Malaterre
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland
2017-03-12etherdevice: remove unused eth_addr_greaterVivien Didelot
2017-01-29net: add devm version of alloc_etherdev_mqs functionRafał Miłecki
2017-01-04dsa: mv88e6xxx: Optimise atu_getAndrew Lunn
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross
2014-12-08net: Add functions for handling padding frame and adding to lengthAlexander Duyck
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck
2014-01-15etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches
2013-12-09etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches
2013-12-09etherdevice: Add ether_addr_equal_unalignedJoe Perches
2013-12-06ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches
2013-09-26[networking]device.h: Remove extern from function prototypesJoe Perches
2013-09-03net: etherdevice: add address inherit helperBjørn Mork
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko
2012-11-02eth: Rename and properly align br_reserved_address arrayBen Hutchings
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-09-10etherdevice: introduce help function eth_zero_addr()Duan Jiong
2012-07-16etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches