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
/
drivers
/
net
/
ethernet
/
atheros
Commit message (
Expand
)
Author
Age
Files
Lines
*
atheros: Remove extern from function prototypes
Joe Perches
2013-09-24
3
-10
/
+10
*
alx: remove redundant D0 power state set
Yijing Wang
2013-09-13
1
-7
/
+2
*
atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
Eric Dumazet
2013-07-30
2
-1
/
+42
*
Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"
David S. Miller
2013-07-27
1
-1
/
+1
*
atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
Neil Horman
2013-07-26
1
-1
/
+1
*
atl1e: unmap partially mapped skb on dma error and free skb
Neil Horman
2013-07-16
1
-1
/
+23
*
atl1e: fix dma mapping warnings
Neil Horman
2013-07-12
1
-3
/
+25
*
alx: fix lockdep annotation
Maarten Lankhorst
2013-07-11
1
-3
/
+2
*
alx: remove WoL support
Johannes Berg
2013-07-03
4
-323
/
+15
*
alx: fix ethtool support code
Johannes Berg
2013-07-01
1
-35
/
+29
*
alx: fix MAC address alignment problem
Johannes Berg
2013-07-01
1
-4
/
+4
*
alx: separate link speed/duplex fields
Johannes Berg
2013-07-01
4
-125
/
+106
*
alx: make sizes unsigned
Johannes Berg
2013-07-01
1
-4
/
+4
*
alx: remove NET_CORE Kconfig select
Johannes Berg
2013-07-01
1
-1
/
+0
*
alx: fix 100mbit/half duplex speed translation
Johannes Berg
2013-07-01
1
-1
/
+1
*
alx: treat flow control correctly in alx_set_pauseparam()
Johannes Berg
2013-07-01
1
-1
/
+2
*
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
2013-06-19
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-19
9
-0
/
+4568
|
\
|
*
alx: add a simple AR816x/AR817x device driver
Johannes Berg
2013-06-17
9
-0
/
+4568
*
|
net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driver
Peter Hüwe
2013-05-22
1
-25
/
+2
*
|
net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driver
Peter Hüwe
2013-05-22
1
-24
/
+1
*
|
net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driver
Peter Hüwe
2013-05-22
1
-24
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-05-01
5
-54
/
+44
|
\
|
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
4
-4
/
+4
|
*
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
5
-33
/
+33
|
*
atl1: Protect atl1_suspend with CONFIG_PM_SLEEP
Fabio Estevam
2013-04-16
1
-0
/
+2
|
*
atl1: Remove unneeded PM_OPS definitions
Fabio Estevam
2013-04-16
1
-9
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-07
2
-1
/
+2
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-01
2
-18
/
+2
|
|
\
\
|
*
|
|
net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-03-26
1
-1
/
+1
|
*
|
|
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-09
2
-7
/
+2
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
treewide: Fix typos in kernel messages
Masanari Iida
2013-03-31
1
-1
/
+1
|
|
/
/
*
|
/
atl1e: limit gso segment size to prevent generation of wrong ip length fields
Hannes Frederic Sowa
2013-04-05
2
-1
/
+2
|
|
/
|
/
|
*
|
atl1e: drop pci-msi support because of packet corruption
Hannes Frederic Sowa
2013-03-29
2
-18
/
+2
|
/
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
1
-4
/
+4
|
\
|
*
drivers/net/ethernet/atheros: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-11
1
-4
/
+4
*
|
atl1c: restore buffer state
Huang, Xiong
2013-02-19
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
David S. Miller
2013-02-18
1
-7
/
+64
|
\
\
|
*
|
atl1c: add error checking for pci_map_single functions
Huang, Xiong
2013-02-13
1
-7
/
+64
|
|
/
*
|
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
2
-6
/
+2
*
|
remove init of dev->perm_addr in drivers
Jiri Pirko
2013-01-08
3
-9
/
+0
*
|
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
2013-01-03
2
-2
/
+0
*
|
net: set dev->addr_assign_type correctly
Jiri Pirko
2013-01-03
2
-2
/
+2
|
/
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
4
-9
/
+5
*
net/atheros: remove __dev* attributes
Bill Pemberton
2012-12-03
5
-30
/
+31
*
sections: fix section conflicts in drivers/net
Andi Kleen
2012-10-06
2
-2
/
+2
*
Merge branch 'pci/stephen-const' into next
Bjorn Helgaas
2012-09-12
2
-2
/
+2
|
\
|
*
netdev: make pci_error_handlers const
Stephen Hemminger
2012-09-07
2
-2
/
+2
*
|
atl1c: Use PCI Express Capability accessors
Jiang Liu
2012-08-23
1
-1
/
+1
|
/
[next]