summaryrefslogtreecommitdiff
path: root/net/ethernet
Commit message (Expand)AuthorAge
* ethernet: use likely() for common Ethernet encapstephen hemminger2013-09-30
* ethernet: cleanup eth_type_transstephen hemminger2013-09-30
* net: ethernet: eth.c: removed checkpatch warnings and errorsAvinash Kumar2013-09-20
* net: Fix sysfs_format_mac() code duplication.David S. Miller2013-07-16
* net: add ETH_P_802_3_MINSimon Horman2013-03-28
* net: split eth_mac_addr for better error handlingStefan Hajnoczi2013-01-21
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-03
* ipx: move peII functionsstephen hemminger2012-07-19
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-10
* net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko2012-06-30
* net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2012-05-10
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka2012-02-13
* net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman2011-09-15
* net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-27
* net: fix eth.c kernel-doc warningRandy Dunlap2011-07-25
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-13
* eth: fix new kernel-doc warningRandy Dunlap2011-01-12
* net: Add alloc_netdev_mqs functionTom Herbert2011-01-10
* net: return operator cleanupEric Dumazet2010-09-23
* net: use scnprintf() to avoid potential buffer overflowChangli Gao2010-08-26
* Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau2010-07-14
* net-next: remove useless union keywordChangli Gao2010-06-10
* net: Inline skb_pull() in eth_type_trans().David S. Miller2010-05-02
* ethernet: print protocol in host byte orderJohannes Berg2010-04-21
* net: Fix various endianness glitchesEric Dumazet2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* llc: use dev_hard_headerOctavian Purdila2009-12-26
* remove deprecated and not used: print_mac()Marin Mitov2009-11-15
* net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-25
* eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet2008-11-23
* netdev: expose ethernet address primitivesStephen Hemminger2008-11-19
* dsa: add support for Trailer tagging formatLennert Buytenhek2008-10-08
* dsa: add support for original DSA tagging formatLennert Buytenhek2008-10-08
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-20
* [NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy2008-04-13
* [ETH]: Combine format_addr() with print_mac().Michael Chan2008-01-28
* [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-23
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-10
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-10
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-10
* [NET] ethernet: optimize memcpy and memsetStephen Hemminger2007-10-10
* [ETH]: Validate address in eth_mac_addrPatrick McHardy2007-07-11
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-10
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-25
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-25
* [NET] ETHERNET: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-25
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14