summaryrefslogtreecommitdiffstats
path: root/include/linux/etherdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: add helper eth_addr_add()Michael Walle2023-02-061-0/+14
* ethernet: Add helpers to recognize addresses mapped to IP multicastCasper Andersson2022-08-291-0/+22
* etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook2022-02-131-3/+2
* ethernet: add a helper for assigning port addressesJakub Kicinski2021-10-191-0/+21
* ethernet: remove random_ether_addr()Jakub Kicinski2021-10-141-2/+0
* ethernet: make eth_hw_addr_random() use dev_addr_set()Jakub Kicinski2021-10-141-1/+4
* eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+1
|\
| * etherdevice: use __dev_addr_set()Jakub Kicinski2021-10-051-1/+1
* | eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+1
* | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-2/+2
* | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-3/+2
* | device property: move mac addr helpers to eth.cJakub Kicinski2021-10-071-0/+6
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
|/
* net: create netdev->dev_addr assignment helpersJakub Kicinski2021-09-051-0/+12
* ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin2021-03-141-1/+1
* linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin2021-03-141-1/+1
* net: add helper eth_hw_addr_crcHeiner Kallweit2020-05-041-0/+12
* net: remove eth_change_mtuHeiner Kallweit2020-01-271-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-1/+1
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* | net/ncsi: handle overflow when incrementing mac addressTao Ren2019-04-231-0/+12
|/
* net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy2019-02-221-0/+1
* net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-0/+1
* net: Convert GRO SKB handling to list_head.David Miller2018-06-261-2/+1
* net: Extra '_get' in declaration of arch_get_platform_mac_addressMathieu Malaterre2018-02-081-1/+1
* net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland2017-11-031-0/+1
* etherdevice: remove unused eth_addr_greaterVivien Didelot2017-03-121-15/+0
* net: add devm version of alloc_etherdev_mqs functionRafał Miłecki2017-01-291-0/+5
* dsa: mv88e6xxx: Optimise atu_getAndrew Lunn2017-01-041-0/+60
* etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches2016-07-011-0/+23
* net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-061-0/+3
* net: fix endian check warning in etherdevice.hJesse Brandeburg2015-08-171-1/+1
* etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-051-0/+18
* etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-031-1/+23
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-1/+0
* net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-021-0/+4
* net: Add functions for handling padding frame and adding to lengthAlexander Duyck2014-12-081-0/+12
* net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-051-0/+1
* etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches2014-01-151-1/+23
* etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches2013-12-091-2/+23
* etherdevice: Add ether_addr_equal_unalignedJoe Perches2013-12-091-0/+18
* ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches2013-12-061-33/+18
* [networking]device.h: Remove extern from function prototypesJoe Perches2013-09-261-19/+16
* net: etherdevice: add address inherit helperBjørn Mork2013-09-031-0/+15
* net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-211-0/+2
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* eth: Rename and properly align br_reserved_address arrayBen Hutchings2012-11-021-2/+3
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-021-3/+3