index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: fix eth.c kernel-doc warning
Randy Dunlap
2011-07-25
1
-0
/
+1
*
net: Push protocol type directly down to header_ops->cache()
David S. Miller
2011-07-13
1
-2
/
+1
*
eth: fix new kernel-doc warning
Randy Dunlap
2011-01-12
1
-1
/
+1
*
net: Add alloc_netdev_mqs function
Tom Herbert
2011-01-10
1
-5
/
+7
*
net: return operator cleanup
Eric Dumazet
2010-09-23
1
-1
/
+1
*
net: use scnprintf() to avoid potential buffer overflow
Changli Gao
2010-08-26
1
-3
/
+3
*
Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue
Chihau Chau
2010-07-14
1
-2
/
+1
*
net-next: remove useless union keyword
Changli Gao
2010-06-10
1
-4
/
+1
*
net: Inline skb_pull() in eth_type_trans().
David S. Miller
2010-05-02
1
-1
/
+1
*
ethernet: print protocol in host byte order
Johannes Berg
2010-04-21
1
-1
/
+1
*
net: Fix various endianness glitches
Eric Dumazet
2010-04-20
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
llc: use dev_hard_header
Octavian Purdila
2009-12-26
1
-3
/
+3
*
remove deprecated and not used: print_mac()
Marin Mitov
2009-11-15
1
-7
/
+0
*
net: remove COMPAT_NET_DEV_OPS
Alexander Beregalov
2009-05-25
1
-5
/
+0
*
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
2008-11-23
1
-3
/
+3
*
netdev: expose ethernet address primitives
Stephen Hemminger
2008-11-19
1
-5
/
+8
*
dsa: add support for Trailer tagging format
Lennert Buytenhek
2008-10-08
1
-0
/
+2
*
dsa: add support for original DSA tagging format
Lennert Buytenhek
2008-10-08
1
-0
/
+10
*
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
2008-09-20
1
-1
/
+1
*
[NET]: Return more appropriate error from eth_validate_addr().
Patrick McHardy
2008-04-13
1
-1
/
+1
*
[ETH]: Combine format_addr() with print_mac().
Michael Chan
2008-01-28
1
-3
/
+27
*
[NET]: Validate device addr prior to interface-up
Jeff Garzik
2007-10-23
1
-0
/
+9
*
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-10-10
1
-12
/
+24
*
[NET]: Wrap hard_header_parse
Stephen Hemminger
2007-10-10
1
-2
/
+2
*
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
2007-10-10
1
-3
/
+1
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-0
/
+8
*
[NET] ethernet: optimize memcpy and memset
Stephen Hemminger
2007-10-10
1
-8
/
+8
*
[ETH]: Validate address in eth_mac_addr
Patrick McHardy
2007-07-11
1
-0
/
+3
*
[CORE] Stack changes to add multiqueue hardware support API
Peter P Waskiewicz Jr
2007-07-10
1
-4
/
+5
*
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-25
1
-0
/
+1
*
[NET] ETHERNET: Use htons() where appropriate.
YOSHIFUJI Hideaki
2007-04-25
1
-1
/
+1
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[NET] ETHERNET: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-4
/
+4
*
[NET]: Kill direct includes of asm/checksum.h
Al Viro
2006-12-02
1
-1
/
+0
*
[NET]: Annotate dst_ops protocol
Al Viro
2006-09-28
1
-1
/
+1
*
[ETH]: indentation and cleanup
Stephen Hemminger
2006-09-22
1
-50
/
+46
*
[ETH]: docbook comments
Stephen Hemminger
2006-09-22
1
-31
/
+69
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[NET]: Eliminate unused /proc/sys/net/ethernet
Jes Sorensen
2006-06-05
2
-15
/
+0
*
[NET] ethernet: Fix first packet goes out with MAC 00:00:00:00:00:00
Jamal Hadi Salim
2006-02-23
1
-6
/
+6
*
[NET]: Use newer is_multicast_ether_addr() in some files
Kris Katterjohn
2006-01-06
1
-1
/
+1
*
[NET]: Change 1500 to ETH_DATA_LEN in some files
Kris Katterjohn
2006-01-05
1
-2
/
+3
*
[NET]: kfree cleanup
Jesper Juhl
2005-11-08
1
-2
/
+1
*
[ETH]: ether address compare
Stephen Hemminger
2005-10-29
1
-15
/
+2
*
[NET]: Fix reversed logic in eth_type_trans().
David S. Miller
2005-09-28
1
-1
/
+1
*
[NET]: Slightly optimize ethernet address comparison.
David S. Miller
2005-09-27
1
-10
/
+21
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
2
-2
/
+1
*
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
2005-08-29
1
-1
/
+0
[prev]
[next]