aboutsummaryrefslogtreecommitdiff
path: root/net/ethernet
AgeCommit message (Expand)Author
2013-07-16net: Fix sysfs_format_mac() code duplication.David S. Miller
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-07-19ipx: move peII functionsstephen hemminger
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-13eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka
2011-09-15net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman
2011-07-25net: fix eth.c kernel-doc warningRandy Dunlap
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2011-01-12eth: fix new kernel-doc warningRandy Dunlap
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert
2010-09-23net: return operator cleanupEric Dumazet
2010-08-26net: use scnprintf() to avoid potential buffer overflowChangli Gao
2010-07-14Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-04-21ethernet: print protocol in host byte orderJohannes Berg
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-26llc: use dev_hard_headerOctavian Purdila
2009-11-15remove deprecated and not used: print_mac()Marin Mitov
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2008-11-23eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-04-13[NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy
2008-01-28[ETH]: Combine format_addr() with print_mac().Michael Chan
2007-10-23[NET]: Validate device addr prior to interface-upJeff Garzik
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] ethernet: optimize memcpy and memsetStephen Hemminger
2007-07-11[ETH]: Validate address in eth_mac_addrPatrick McHardy
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-25[NET] ETHERNET: Use htons() where appropriate.YOSHIFUJI Hideaki
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] ETHERNET: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro
2006-09-28[NET]: Annotate dst_ops protocolAl Viro