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
/
staging
/
octeon
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-23
staging: octeon_ethernet: Convert to use device tree.
David Daney
3
-67
/
+117
2012-05-23
Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-8
/
+8
2012-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-0
/
+3
2012-05-06
skb: Add inline helper for getting the skb end offset from head
Alexander Duyck
1
-1
/
+1
2012-05-02
Merge 3.4-rc5 into staging-next
Greg Kroah-Hartman
4
-8
/
+8
2012-04-24
staging: octeon-ethernet: fix build errors by including interrupt.h
Imre Kaloz
3
-0
/
+3
2012-04-10
staging:octeon Fix typos in staging:octeon
Justin P. Mattock
4
-8
/
+8
2012-02-25
staging/octeon: Fix PHY binding in octeon-ethernet driver.
David Daney
1
-2
/
+2
2011-12-08
MIPS: Octeon: Move some Ethernet support files out of staging.
David Daney
64
-21930
/
+36
2011-11-09
STAGING: octeon-ethernet: Fix compile error caused by skb_frag_struct change
David Daney
1
-1
/
+1
2011-10-25
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2011-09-27
staging/octeon: Software should check the checksum of no tcp/udp packets
Roy.Li
1
-1
/
+2
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
2
-0
/
+2
2011-08-24
staging: octeon-ethernet: Add missing #includes.
David Daney
2
-0
/
+2
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-6
/
+6
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
2
-2
/
+2
2011-06-29
staging: octeon: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
7
-65
/
+70
2011-04-26
staging: octeon-ethernet: remove .get_sg, etc. ethtool_ops
Michał Mirosław
1
-2
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
9
-15
/
+15
2011-02-05
staging: octeon: change a typo comamnd to command
Justin P. Mattock
2
-9
/
+9
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
6
-68
/
+17
2010-10-14
staging: octeon: Remove USB code
Bernhard Walle
2
-48
/
+0
2010-10-08
Staging: octeon: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-10
/
+10
2010-09-30
staging: octeon: use free_netdev(netdev) instead of kfree()
Vasiliy Kulikov
1
-4
/
+4
2010-09-21
staging: octeon: '&pointer[0]' to 'pointer' fix
Andy Shevchenko
1
-1
/
+1
2010-09-16
staging: octeon: use '%pM' format to print MAC address
Andy Shevchenko
1
-4
/
+1
2010-09-05
staging/trivial: fix typos concerning "access"
Uwe Kleine-König
2
-2
/
+2
2010-09-04
Staging: octeon: depends on NETDEVICES
Randy Dunlap
1
-1
/
+1
2010-08-06
Staging: Merge staging-next into Linus's tree
Greg Kroah-Hartman
3
-4
/
+6
2010-08-03
staging: octeon: check request_irq() return value
Kulikov Vasiliy
1
-0
/
+2
2010-07-23
Staging: fix typos concerning "address"
Uwe Kleine-König
1
-1
/
+1
2010-07-19
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+1
2010-06-23
staging/trivial: fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-3
/
+3
2010-04-30
STAGING: octeon-ethernet: Use proper phy addresses for Movidis hardware.
David Daney
1
-0
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2
-0
/
+2
2010-03-01
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
18
-882
/
+720
2010-02-27
Staging: Octeon: Remove /proc/octeon_ethernet_stats
David Daney
4
-178
/
+0
2010-02-27
Staging: Octeon: Reformat a bunch of comments.
David Daney
7
-71
/
+44
2010-02-27
Staging: Octeon: Free transmit SKBs in a timely manner
David Daney
6
-63
/
+142
2010-02-27
Staging: Octeon: Run phy bus accesses on a workqueue.
David Daney
3
-63
/
+109
2010-02-27
Staging: octeon: remove unneeded includes
David Daney
6
-6
/
+0
2010-02-27
Staging: Octeon Ethernet: Use constants from in.h
David Daney
2
-7
/
+4
2010-02-27
Staging: Octeon Ethernet: Enable scatter-gather.
David Daney
2
-9
/
+55
2010-02-27
Staging: Octeon Ethernet: Convert to NAPI.
David Daney
5
-163
/
+235
2010-02-27
Staging: Octeon Ethernet: Rewrite transmit code.
David Daney
5
-123
/
+150
2010-02-27
Staging: Octeon Ethernet: Fix memory allocation.
David Daney
2
-20
/
+31
2010-02-27
Staging: Octeon Ethernet: Remove unused code.
David Daney
6
-284
/
+55
2010-02-19
staging: convert to use netdev_for_each_mc_addr
Jiri Pirko
1
-1
/
+1
2009-12-17
Staging: octeon-ethernet: Convert to use PHY Abstraction Layer.
David Daney
9
-281
/
+125
2009-12-11
Staging: fix assorted typos all over the place
André Goddard Rosa
2
-2
/
+2
[next]