summaryrefslogtreecommitdiffstats
path: root/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-4/+5
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-0/+1
* [NET] ETHERNET: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] ETHERNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-021-1/+0
* [NET]: Annotate dst_ops protocolAl Viro2006-09-281-1/+1
* [ETH]: indentation and cleanupStephen Hemminger2006-09-221-50/+46
* [ETH]: docbook commentsStephen Hemminger2006-09-221-31/+69
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen2006-06-052-15/+0