index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
oki-semi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-17
pch_gbe: minor: report the actual error on MTU change
Veaceslav Falico
1
-1
/
+1
2013-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2013-03-26
pch_gbe: fix ip_summed checksum reporting on rx
Veaceslav Falico
1
-2
/
+2
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-6
/
+5
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-8
/
+4
2012-11-18
pch_gbe, ptp_pch: Fix the dependency direction between these drivers
Ben Hutchings
1
-0
/
+1
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-79
/
+37
2012-11-01
ptp: Enable clock drivers along with associated net/PHY drivers
Ben Hutchings
3
-30
/
+0
2012-11-01
ptp: Make PTP_1588_CLOCK select rather than depend on PPS
Ben Hutchings
1
-1
/
+0
2012-11-01
pps, ptp: Remove dependencies on EXPERIMENTAL
Ben Hutchings
1
-1
/
+0
2012-10-25
pch_gbe: fix error handling in pch_gbe_up()
Veaceslav Falico
1
-6
/
+11
2012-10-23
pch_gbe: don't reset MAC_RX on FIFO overflow
Veaceslav Falico
1
-60
/
+6
2012-10-23
pch_gbe: don't re-set RX_FIFO_ERR flag in napi_poll
Veaceslav Falico
1
-13
/
+6
2012-10-23
pch_gbe: create functions for MAC_RX {en,dis}able
Veaceslav Falico
1
-6
/
+20
2012-10-09
pch_gbe: Fix build error by selecting all the possible dependencies.
Haicheng Li
1
-0
/
+3
2012-10-03
pch_gbe: Fix PTP dependencies.
David S. Miller
1
-1
/
+1
2012-09-08
netdev: make pci_error_handlers const
Stephen Hemminger
1
-1
/
+1
2012-07-27
pch_gbe: vlan skb len fix
Andy Cress
1
-7
/
+0
2012-07-27
pch_gbe: add extra clean tx
Andy Cress
1
-13
/
+44
2012-07-27
pch_gbe: fix transmit watchdog timeout
Andy Cress
1
-1
/
+1
2012-07-26
net/pch_gpe: Cannot disable ethernet autonegation
Wei Yang
2
-2
/
+3
2012-07-11
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
4
-34
/
+34
2012-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-16
/
+11
2012-05-15
pch_gbe: fix transmit races
Eric Dumazet
2
-16
/
+11
2012-05-01
pch_gbe: reprogram multicast address register on reset
RongQing.Li
1
-55
/
+5
2012-04-29
drivers/net/oki-semi: Donot recompute IP header checksum
RongQing.Li
1
-2
/
+0
2012-04-29
drivers/net/oki-semi: Remove the definition of PCH_GBE_ETH_ALEN
RongQing.Li
1
-2
/
+1
2012-04-21
pch_gbe: remove suspicious comment
Richard Cochran
1
-1
/
+0
2012-04-21
pch_gbe: run the ptp bpf just once per packet
Richard Cochran
1
-3
/
+1
2012-04-21
pch_gbe: correct receive time stamp filtering
Takahiro Shimizu
1
-1
/
+13
2012-04-21
pch_gbe: improve coding style
Takahiro Shimizu
1
-9
/
+9
2012-04-21
pch_gbe: export a method to set the receive match address
Takahiro Shimizu
1
-0
/
+1
2012-04-21
pch_gbe: reprogram multicast address register on reset
Takahiro Shimizu
1
-3
/
+57
2012-04-21
pch_gbe: simplify transmit time stamping flag test
Takahiro Shimizu
1
-3
/
+3
2012-04-21
pch_gbe: scale time stamps to nanoseconds
Takahiro Shimizu
1
-4
/
+0
2012-03-10
net/pch_gbe: supports eg20t ptp clock
Takahiroi Shimizu
3
-3
/
+240
2012-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+8
2012-03-02
pch_gbe: memory corruption calling pch_gbe_validate_option()
Dan Carpenter
1
-7
/
+8
2012-02-13
drivers/net: Remove boolean comparisons to true/false
Joe Perches
1
-1
/
+1
2012-02-01
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-2
/
+0
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-6
/
+3
2012-01-19
pch_gbe: Do not abort probe on bad MAC
Darren Hart
1
-3
/
+14
2011-11-23
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
1
-1
/
+0
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-2
/
+3
2011-11-17
pch_gbe: Move #include of module.h
Joe Perches
1
-1
/
+1
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
1
-4
/
+5
2011-11-01
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
2
-0
/
+2
2011-10-08
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
1
-4
/
+0
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-29
/
+27
[next]