summaryrefslogtreecommitdiffstats
path: root/include/linux/etherdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-291-0/+19
* etherdevice: introduce help function eth_zero_addr()Duan Jiong2012-09-101-0/+11
* etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches2012-07-161-6/+8
* etherdevice: introduce eth_broadcast_addrJohannes Berg2012-07-101-0/+11
* etherdevice: fix commentsstephen hemminger2012-05-171-8/+6
* etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches2012-05-121-33/+13
* etherdevice.h: Add ether_addr_equal_64bitsJoe Perches2012-05-101-0/+20
* etherdevice.h: Add ether_addr_equalJoe Perches2012-05-091-0/+12
* etherdev.h: Convert int is_<foo>_ether_addr to boolJoe Perches2012-05-081-6/+6
* net: compare_ether_addr[_64bits]() has no orderingJohannes Berg2012-05-071-5/+6
* rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-131-6/+7
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-1/+1
* etherdevice.h: Add is_unicast_ether_addr functionTobias Klauser2011-01-131-0/+11
* net: Add alloc_netdev_mqs functionTom Herbert2011-01-101-1/+3
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-261-1/+17
* etherdevice.h: fix kernel-doc typoRandy Dunlap2010-08-101-1/+1
* sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+14
* net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko2009-05-051-0/+27
* gro: Optimise Ethernet header comparisonHerbert Xu2009-02-081-0/+21
* eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet2008-11-231-0/+42
* netdev: expose ethernet address primitivesStephen Hemminger2008-11-191-0/+4
* docbook: make a networking book and fix a few errorsRandy Dunlap2008-02-131-2/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-8/+12
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-1/+2
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-6/+0
* uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso2007-05-071-0/+12
* [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()Stephen Hemminger2006-01-031-1/+2
* [ETHERNET]: Add ether stuff to docbookStephen Hemminger2005-11-021-9/+15