summaryrefslogtreecommitdiffstats
path: root/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-021-0/+92
* net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-051-0/+27
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-271-5/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* net: eth_type_trans() should use skb_header_pointer()Eric Dumazet2014-01-161-2/+5
* ethernet: use likely() for common Ethernet encapstephen hemminger2013-09-301-4/+5
* ethernet: cleanup eth_type_transstephen hemminger2013-09-301-14/+3
* net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar2013-09-201-3/+3
* net: Fix sysfs_format_mac() code duplication.David S. Miller2013-07-161-20/+1
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-211-6/+35
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-2/+0
* ipx: move peII functionsstephen hemminger2012-07-192-39/+0
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-0/+3
* net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko2012-06-301-1/+1
* net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2012-05-101-2/+3
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka2012-02-131-0/+2
* net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman2011-09-151-1/+1
* net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-271-0/+1
* net: fix eth.c kernel-doc warningRandy Dunlap2011-07-251-0/+1
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-2/+1
* eth: fix new kernel-doc warningRandy Dunlap2011-01-121-1/+1
* net: Add alloc_netdev_mqs functionTom Herbert2011-01-101-5/+7
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* net: use scnprintf() to avoid potential buffer overflowChangli Gao2010-08-261-3/+3
* Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau2010-07-141-2/+1
* net-next: remove useless union keywordChangli Gao2010-06-101-4/+1
* net: Inline skb_pull() in eth_type_trans().David S. Miller2010-05-021-1/+1
* ethernet: print protocol in host byte orderJohannes Berg2010-04-211-1/+1
* net: Fix various endianness glitchesEric Dumazet2010-04-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* llc: use dev_hard_headerOctavian Purdila2009-12-261-3/+3
* remove deprecated and not used: print_mac()Marin Mitov2009-11-151-7/+0
* net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-251-5/+0
* eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet2008-11-231-3/+3
* netdev: expose ethernet address primitivesStephen Hemminger2008-11-191-5/+8
* dsa: add support for Trailer tagging formatLennert Buytenhek2008-10-081-0/+2
* dsa: add support for original DSA tagging formatLennert Buytenhek2008-10-081-0/+10
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-1/+1
* [NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy2008-04-131-1/+1
* [ETH]: Combine format_addr() with print_mac().Michael Chan2008-01-281-3/+27
* [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-231-0/+9
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-12/+24
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-101-2/+2
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-3/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-0/+8
* [NET] ethernet: optimize memcpy and memsetStephen Hemminger2007-10-101-8/+8
* [ETH]: Validate address in eth_mac_addrPatrick McHardy2007-07-111-0/+3
OpenPOWER on IntegriCloud