aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller1-1/+0
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan1-1/+1
2005-06-28[NET]: Micro optimization in eth_header()Denis Vlasenko1-4/+3
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds4-0/+369