aboutsummaryrefslogtreecommitdiff
path: root/include/linux/etherdevice.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-04net: add helper eth_hw_addr_crcGravatar Heiner Kallweit 1-0/+12
2020-01-27net: remove eth_change_mtuGravatar Heiner Kallweit 1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+1
2019-04-23net/ncsi: handle overflow when incrementing mac addressGravatar Tao Ren 1-0/+12
2019-04-23net: pass net_device argument to the eth_get_headlenGravatar Stanislav Fomichev 1-1/+1
2019-02-22net/ethernet: Add parse_protocol header_ops supportGravatar Maxim Mikityanskiy 1-0/+1
2018-12-03net: ethernet: provide nvmem_get_mac_address()Gravatar Bartosz Golaszewski 1-0/+1
2018-06-26net: Convert GRO SKB handling to list_head.Gravatar David Miller 1-2/+1
2018-02-08net: Extra '_get' in declaration of arch_get_platform_mac_addressGravatar Mathieu Malaterre 1-1/+1
2017-11-03net: Define eth_stp_addr in linux/etherdevice.hGravatar Egil Hjelmeland 1-0/+1
2017-03-12etherdevice: remove unused eth_addr_greaterGravatar Vivien Didelot 1-15/+0
2017-01-29net: add devm version of alloc_etherdev_mqs functionGravatar Rafał Miłecki 1-0/+5
2017-01-04dsa: mv88e6xxx: Optimise atu_getGravatar Andrew Lunn 1-0/+60
2016-07-01etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedGravatar Joe Perches 1-0/+23
2016-01-06net: Add eth_platform_get_mac_address() helper.Gravatar David S. Miller 1-0/+3
2015-08-17net: fix endian check warning in etherdevice.hGravatar Jesse Brandeburg 1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsGravatar Alexander Duyck 1-0/+18
2015-05-03etherdev: Process is_multicast_ether_addr at same size as other operationsGravatar Alexander Duyck 1-1/+23
2015-03-02net: Kill dev_rebuild_headerGravatar Eric W. Biederman 1-1/+0
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Gravatar Jesse Gross 1-0/+4
2014-12-08net: Add functions for handling padding frame and adding to lengthGravatar Alexander Duyck 1-0/+12
2014-09-05net: Add function for parsing the header length out of linear ethernet framesGravatar Alexander Duyck 1-0/+1
2014-01-15etherdevice: Use ether_addr_copy to copy an Ethernet addressGravatar Joe Perches 1-1/+23
2013-12-09etherdevice: Optimize a few is_<foo>_ether_addr functionsGravatar Joe Perches 1-2/+23
2013-12-09etherdevice: Add ether_addr_equal_unalignedGravatar Joe Perches 1-0/+18
2013-12-06ether_addr_equal: Optimize implementation, remove unused compare_ether_addrGravatar Joe Perches 1-33/+18
2013-09-26[networking]device.h: Remove extern from function prototypesGravatar Joe Perches 1-19/+16
2013-09-03net: etherdevice: add address inherit helperGravatar Bjørn Mork 1-0/+15
2013-01-21net: split eth_mac_addr for better error handlingGravatar Stefan Hajnoczi 1-0/+2
2013-01-03net: set dev->addr_assign_type correctlyGravatar Jiri Pirko 1-1/+1
2012-11-02eth: Rename and properly align br_reserved_address arrayGravatar Ben Hutchings 1-2/+3
2012-11-02eth: Make is_link_local() consistent with other address testsGravatar Ben Hutchings 1-3/+3
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeGravatar John Fastabend 1-0/+19
2012-09-10etherdevice: introduce help function eth_zero_addr()Gravatar Duan Jiong 1-0/+11
2012-07-16etherdevice: Rename random_ether_addr to eth_random_addrGravatar Joe Perches 1-6/+8
2012-07-10etherdevice: introduce eth_broadcast_addrGravatar Johannes Berg 1-0/+11
2012-05-17etherdevice: fix commentsGravatar stephen hemminger 1-8/+6
2012-05-12etherdevice: Remove now unused compare_ether_addr_64bitsGravatar Joe Perches 1-33/+13
2012-05-10etherdevice.h: Add ether_addr_equal_64bitsGravatar Joe Perches 1-0/+20
2012-05-09etherdevice.h: Add ether_addr_equalGravatar Joe Perches 1-0/+12
2012-05-08etherdev.h: Convert int is_<foo>_ether_addr to boolGravatar Joe Perches 1-6/+6
2012-05-07net: compare_ether_addr[_64bits]() has no orderingGravatar Johannes Berg 1-5/+6
2012-02-13rename dev_hw_addr_random and remove redundant secondGravatar Danny Kukawka 1-6/+7
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-1/+1
2011-01-13etherdevice.h: Add is_unicast_ether_addr functionGravatar Tobias Klauser 1-0/+11
2011-01-10net: Add alloc_netdev_mqs functionGravatar Tom Herbert 1-1/+3
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-2/+2
2010-08-26gro: __napi_gro_receive() optimizationsGravatar Eric Dumazet 1-1/+17
2010-08-10etherdevice.h: fix kernel-doc typoGravatar Randy Dunlap 1-1/+1