aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-0/+1
2011-07-25net: fix eth.c kernel-doc warningRandy Dunlap1-0/+1
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-2/+1
2011-01-12eth: fix new kernel-doc warningRandy Dunlap1-1/+1
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert1-5/+7
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-08-26net: use scnprintf() to avoid potential buffer overflowChangli Gao1-3/+3
2010-07-14Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issueChihau Chau1-2/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-4/+1
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-1/+1
2010-04-21ethernet: print protocol in host byte orderJohannes Berg1-1/+1
2010-04-20net: Fix various endianness glitchesEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-26llc: use dev_hard_headerOctavian Purdila1-3/+3
2009-11-15remove deprecated and not used: print_mac()Marin Mitov1-7/+0
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-5/+0
2008-11-23eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet1-3/+3
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger1-5/+8
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+2
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+10
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-1/+1
2008-04-13[NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy1-1/+1
2008-01-28[ETH]: Combine format_addr() with print_mac().Michael Chan1-3/+27
2007-10-23[NET]: Validate device addr prior to interface-upJeff Garzik1-0/+9
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-12/+24
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-2/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-3/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-0/+8
2007-10-10[NET] ethernet: optimize memcpy and memsetStephen Hemminger1-8/+8
2007-07-11[ETH]: Validate address in eth_mac_addrPatrick McHardy1-0/+3
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-4/+5
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-0/+1
2007-04-25[NET] ETHERNET: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] ETHERNET: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+0
2006-09-28[NET]: Annotate dst_ops protocolAl Viro1-1/+1
2006-09-22[ETH]: indentation and cleanupStephen Hemminger1-50/+46
2006-09-22[ETH]: docbook commentsStephen Hemminger1-31/+69
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-05[NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen2-15/+0
2006-02-23[NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00Jamal Hadi Salim1-6/+6
2006-01-06[NET]: Use newer is_multicast_ether_addr() in some filesKris Katterjohn1-1/+1
2006-01-05[NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn1-2/+3
2005-11-08[NET]: kfree cleanupJesper Juhl1-2/+1
2005-10-29[ETH]: ether address compareStephen Hemminger1-15/+2
2005-09-28[NET]: Fix reversed logic in eth_type_trans().David S. Miller1-1/+1
2005-09-27[NET]: Slightly optimize ethernet address comparison.David S. Miller1-10/+21
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo2-2/+1