summaryrefslogtreecommitdiff
path: root/include/linux/etherdevice.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-27etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2021-10-05etherdevice: use __dev_addr_set()Jakub Kicinski1-1/+1
2021-09-05net: create netdev->dev_addr assignment helpersJakub Kicinski1-0/+12
2021-03-15ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin1-1/+1
2021-03-15linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin1-1/+1
2020-05-04net: add helper eth_hw_addr_crcHeiner Kallweit1-0/+12
2020-01-27net: remove eth_change_mtuHeiner Kallweit1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-04-24net/ncsi: handle overflow when incrementing mac addressTao Ren1-0/+12
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-02-22net/ethernet: Add parse_protocol header_ops supportMaxim Mikityanskiy1-0/+1
2018-12-04net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski1-0/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-2/+1
2018-02-08net: Extra '_get' in declaration of arch_get_platform_mac_addressMathieu Malaterre1-1/+1
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland1-0/+1
2017-03-13etherdevice: remove unused eth_addr_greaterVivien Didelot1-15/+0
2017-01-30net: add devm version of alloc_etherdev_mqs functionRafał Miłecki1-0/+5
2017-01-05dsa: mv88e6xxx: Optimise atu_getAndrew Lunn1-0/+60
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches1-0/+23
2016-01-07net: Add eth_platform_get_mac_address() helper.David S. Miller1-0/+3
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg1-1/+1
2015-05-06etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck1-0/+18
2015-05-04etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck1-1/+23
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman1-1/+0
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-0/+4
2014-12-09net: Add functions for handling padding frame and adding to lengthAlexander Duyck1-0/+12
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck1-0/+1
2014-01-16etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches1-1/+23
2013-12-10etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches1-2/+23
2013-12-10etherdevice: Add ether_addr_equal_unalignedJoe Perches1-0/+18
2013-12-07ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches1-33/+18
2013-09-27[networking]device.h: Remove extern from function prototypesJoe Perches1-19/+16
2013-09-04net: etherdevice: add address inherit helperBjørn Mork1-0/+15
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi1-0/+2
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-11-03eth: Rename and properly align br_reserved_address arrayBen Hutchings1-2/+3
2012-11-03eth: Make is_link_local() consistent with other address testsBen Hutchings1-3/+3
2012-10-30net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-0/+19
2012-09-10etherdevice: introduce help function eth_zero_addr()Duan Jiong1-0/+11
2012-07-17etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches1-6/+8
2012-07-11etherdevice: introduce eth_broadcast_addrJohannes Berg1-0/+11
2012-05-17etherdevice: fix commentsstephen hemminger1-8/+6
2012-05-13etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches1-33/+13
2012-05-11etherdevice.h: Add ether_addr_equal_64bitsJoe Perches1-0/+20
2012-05-10etherdevice.h: Add ether_addr_equalJoe Perches1-0/+12
2012-05-08etherdev.h: Convert int is_<foo>_ether_addr to boolJoe Perches1-6/+6
2012-05-08net: compare_ether_addr[_64bits]() has no orderingJohannes Berg1-5/+6
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka1-6/+7
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-1/+1