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.12.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
/
drivers
/
net
/
ethernet
/
sun
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
2
-7
/
+3
*
sunhme/PCI: use list_for_each_entry() for bus->devices traversal
Bjorn Helgaas
2011-12-19
1
-7
/
+2
*
niu: Fix typo in comment.
David S. Miller
2011-12-02
1
-1
/
+1
*
niu: Add support for byte queue limits.
David S. Miller
2011-12-01
1
-1
/
+11
*
niu: Remove redundant PHY ID test.
David S. Miller
2011-12-01
1
-2
/
+4
*
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
2011-11-29
1
-12
/
+1
*
net: Change mii to ethtool advertisement function names
Matt Carlson
2011-11-21
1
-2
/
+2
*
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
2011-11-16
1
-13
/
+2
*
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
2011-11-14
1
-4
/
+3
*
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
2011-11-14
3
-11
/
+13
*
sunhme: Allow usage on SBI based SBus systems
oftedal
2011-11-08
1
-1
/
+1
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
4
-11
/
+11
*
niu: fix skb truesize underestimation
Eric Dumazet
2011-10-13
1
-8
/
+4
*
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-10-06
2
-2
/
+2
*
sunhme: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-3
/
+2
*
sungem: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-4
/
+2
*
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-09-22
1
-2
/
+1
*
ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL
Ben Hutchings
2011-09-16
1
-0
/
+2
*
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
2011-09-16
1
-2
/
+2
*
Merge branch 'master' of ../netdev-next/
David S. Miller
2011-09-16
1
-8
/
+7
|
\
|
*
cassini: convert to SKB paged frag API.
Ian Campbell
2011-08-30
1
-8
/
+7
*
|
niu: convert to SKB paged frag API.
Ian Campbell
2011-09-15
1
-5
/
+2
|
/
*
drivers/net/ethernet/*: Enabled vendor Kconfig options
Jeff Kirsher
2011-08-27
1
-0
/
+1
*
sunbmac: use standard #defines from mii.h.
Francois Romieu
2011-08-25
2
-32
/
+16
*
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-17
6
-6
/
+6
*
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
2011-08-17
1
-1
/
+4
*
net: Fix sungem_phy sharing.
David S. Miller
2011-08-16
3
-1202
/
+1
*
sungem: sungem_phy.h moved
Stephen Rothwell
2011-08-15
1
-1
/
+1
*
net: Move sungem_phy.h under include/linux
David S. Miller
2011-08-14
2
-133
/
+1
*
spider_net: fix compile issue introduced by driver move
Jeff Kirsher
2011-08-11
2
-1
/
+3
*
cassini/niu/sun*: Move the Sun drivers
Jeff Kirsher
2011-08-11
18
-0
/
+35550