Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-07net: Add eth_platform_get_mac_address() helper.David S. Miller
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg
2015-05-06etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck
2015-05-04etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross
2014-12-09net: Add functions for handling padding frame and adding to lengthAlexander Duyck
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck
2014-01-16etherdevice: Use ether_addr_copy to copy an Ethernet addressJoe Perches
2013-12-10etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches
2013-12-10etherdevice: Add ether_addr_equal_unalignedJoe Perches
2013-12-07ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches
2013-09-27[networking]device.h: Remove extern from function prototypesJoe Perches
2013-09-04net: etherdevice: add address inherit helperBjørn Mork
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko
2012-11-03eth: Rename and properly align br_reserved_address arrayBen Hutchings
2012-11-03eth: Make is_link_local() consistent with other address testsBen Hutchings
2012-10-30net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-09-10etherdevice: introduce help function eth_zero_addr()Duan Jiong
2012-07-17etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches
2012-07-11etherdevice: introduce eth_broadcast_addrJohannes Berg
2012-05-17etherdevice: fix commentsstephen hemminger
2012-05-13etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches
2012-05-11etherdevice.h: Add ether_addr_equal_64bitsJoe Perches
2012-05-10etherdevice.h: Add ether_addr_equalJoe Perches
2012-05-08etherdev.h: Convert int is_<foo>_ether_addr to boolJoe Perches
2012-05-08net: compare_ether_addr[_64bits]() has no orderingJohannes Berg
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2011-01-14etherdevice.h: Add is_unicast_ether_addr functionTobias Klauser
2011-01-11net: Add alloc_netdev_mqs functionTom Herbert
2010-09-24net: return operator cleanupEric Dumazet
2010-08-27gro: __napi_gro_receive() optimizationsEric Dumazet
2010-08-10etherdevice.h: fix kernel-doc typoRandy Dunlap
2010-07-25sysfs: add attribute to indicate hw address assignment typeStefan Assmann
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko
2009-02-09gro: Optimise Ethernet header comparisonHerbert Xu
2008-11-24eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet
2008-11-20netdev: expose ethernet address primitivesStephen Hemminger
2008-02-14docbook: make a networking book and fix a few errorsRandy Dunlap
2007-10-11[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-07-11[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr
2007-07-11[NET]: Kill eth_copy_and_sum().David S. Miller
2007-05-07uml: improve checking and diagnostics of ethernet MACsPaolo 'Blaisorblade' Giarrusso
2006-01-04[NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()Stephen Hemminger
2005-11-03[ETHERNET]: Add ether stuff to docbookStephen Hemminger
2005-11-03[ETHERNET]: Optimize is_broadcast_ether_addrStephen Hemminger
2005-10-29[ETH]: ether address compareStephen Hemminger
2005-07-14Merge upstream 2.6.13-rc3 into ieee80211 branch of netdev-2.6.Jeff Garzik