Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
761172fbf672c5784b2a0d71ca2f4389eb7a2c21
/
drivers
/
net
/
ucc_geth.c
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
81abb43
ucc_geth: update the tbi-phy setting
by Liu Yu-B13201
· 15 years ago
3469242
ucc_geth: Fix full TX queue processing
by Jiajun Wu
· 15 years ago
29fb00e
ucc_geth: Fix netdev watchdog triggering on suspend
by Anton Vorontsov
· 15 years ago
08fafd8
ucc_geth: Don't needlessly change MAC settings in adjust_link()
by Anton Vorontsov
· 15 years ago
08b5e1c
ucc_geth: Fix netdev watchdog triggering on link changes
by Anton Vorontsov
· 15 years ago
7583605
ucc_geth: Fix empty TX queue processing
by Anton Vorontsov
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
864fdf8
ucc_geth: Fix hangs after switching from full to half duplex
by Anton Vorontsov
· 15 years ago
7de8ee7
ucc_geth: Rearrange some code to avoid forward declarations
by Anton Vorontsov
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
2394905
ucc_geth: Implement suspend/resume and Wake-On-LAN support
by Anton Vorontsov
· 15 years ago
bf5aec2
ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and code
by Anton Vorontsov
· 15 years ago
54b1598
ucc_geth: Factor out MAC initialization steps into a call
by Anton Vorontsov
· 15 years ago
22580f8
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
by Dongdong Deng
· 15 years ago
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3104a6f
ucc_geth: Revive fixed link support
by Anton Vorontsov
· 15 years ago
50f238f
ucc_geth: Add support for skb recycling
by Anton Vorontsov
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
d2aa455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
fb1001f
net/ucc_geth: Add SGMII support for UCC GETH driver
by Haiying Wang
· 15 years ago
f3a3250
Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"
by Grant Likely
· 15 years ago
2ed0e21b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
047584c
net/ucc_geth: Add SGMII support for UEC GETH driver
by Haiying Wang
· 15 years ago
3d6593e
net/ucc_geth: allow to set mac address on running device
by Kevin Hao
· 15 years ago
674e4f9
net/ucc_geth: Assign six threads to Rx for UEC
by Haiying Wang
· 16 years ago
345f842
net/ucc_geth: update riscTx and riscRx in ucc_geth
by Haiying Wang
· 16 years ago
8555a59
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.
by Grant Likely
· 16 years ago
0b9da33
net: Rework ucc_geth driver to use of_mdio infrastructure
by Grant Likely
· 16 years ago
5802b140
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
cef309c
ucc_geth.c: Fix upsmr setting in RMII mode
by Heiko Schocher
· 16 years ago
0cededf
ucc_geth: Move freeing of TX packets to NAPI context
by Joakim Tjernlund
· 16 years ago
da1aa63
ucc_geth: Pass proper device to DMA routines, otherwise oops happens
by Anton Vorontsov
· 16 years ago
530e2eb
ucc_geth: Remove unused header
by Kumar Gala
· 16 years ago
129dd96
ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
by David S. Miller
· 16 years ago
7967590
ucc_geth: Fix three oopses in PHY {de,}initialization code
by Anton Vorontsov
· 16 years ago
a9dbae7
ucc_geth: Convert to net_device_ops
by Joakim Tjernlund
· 16 years ago
bb4f92b
ucc_geth: Fix build breakage caused by a merge
by Anton Vorontsov
· 16 years ago
039a6f6
ucc_geth: Fix merge error.
by David S. Miller
· 16 years ago
8be7cdc
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
61fa9dc
ucc_geth: Fix oops when using fixed-link support
by Anton Vorontsov
· 16 years ago
1577ece
netdev: Merge UCC and gianfar MDIO bus drivers
by Andy Fleming
· 16 years ago
05bee47
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b1c4a9dd
ucc_geth: Change uec phy id to the same format as gianfar's
by Haiying Wang
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
3bc5342
ucc_geth: use correct UCCE macros
by Timur Tabi
· 16 years ago
fdb614c
ucc_geth: Eliminate the need for forward references
by Anton Vorontsov
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
221b3d6
ucc_geth: Remove UGETH_FILTERING dead code
by Anton Vorontsov
· 16 years ago
3e73fc9
ucc_geth: Fix IO memory (un)mapping code
by Anton Vorontsov
· 16 years ago
ba57469
ucc_geth: Cleanup repetitive ucc_geth_memclean() calls
by Anton Vorontsov
· 16 years ago
67c2fb8
ucc_geth: Fix IRQ freeing code in ucc_geth_open()
by Anton Vorontsov
· 16 years ago
1762a29
ucc_geth: Fix TX watchdog timeout handling
by Anton Vorontsov
· 16 years ago
b3431c6
ucc_geth: Fix endless loop in stop_{tx,rx} routines
by Anton Vorontsov
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
ebbdbd7
ucc_geth: do not touch net queue in adjust_link phylib callback
by Anton Vorontsov
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
1a342d2
ucc_geth: delete non NAPI code from the driver.
by Francois Romieu
· 16 years ago
55b6c8e
drivers/net: Use linux/of_{device,platform}.h instead of asm
by Stephen Rothwell
· 16 years ago
7f80202
ucc_geth: Fix arguments to dma map/unmap functions
by Andy Fleming
· 16 years ago
e410553
ucc_geth: Don't use RX clock as TX clock.
by Joakim Tjernlund
· 17 years ago
6fee40e
ucc_geth: Fix a bunch of sparse warnings
by Andy Fleming
· 17 years ago
2e561c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
f38d100
ucc_geth: Fix sneaky merge conflict regarding bus_id
by Andy Fleming
· 17 years ago
9a64388d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
56626f3
[POWERPC] QE: UCC nodes cleanup
by Anton Vorontsov
· 17 years ago
9d9326d
phy: Change mii_bus id field to a string
by Andy Fleming
· 17 years ago
3d137fd
ucc_geth: fix non-functional fixed phy support
by Joakim Tjernlund
· 17 years ago
ffea31e
ucc_geth: use correct thread number for 10/100Mbps link
by Joakim Tjernlund
· 17 years ago
26d29ea
ucc_geth: add support for netpoll
by Anton Vorontsov
· 17 years ago
80a9fad
ucc_geth: fix module removal
by Anton Vorontsov
· 17 years ago
bd45ac0
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
28fc1f5
[netdrvr] irq handler minor cleanups in several drivers
by Jeff Garzik
· 17 years ago
c2a7dcad
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
4b8fdef
ucc_geth: minor whitespace fix
by Andrew Morton
· 17 years ago
9fb1e35
[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties
by Timur Tabi
· 17 years ago
bd0ceaa
ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parameters
by Kim Phillips
· 17 years ago
9030b3d
Fix ethernet multicast for ucc_geth.
by Joakim Tjernlund
· 17 years ago
06efcad
Eliminate pointless casts from void* in a few driver irq handlers.
by Jeff Garzik
· 17 years ago
88a15f2
ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0
by Emil Medve
· 17 years ago
e869086
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
6b0b594
[POWERPC] qe: miscellaneous code improvements and fixes to the QE library
by Timur Tabi
· 17 years ago
6227033
ucc_geth: fix compilation
by Anton Vorontsov
· 17 years ago
890de95
ucc_geth: add support to netif message level
by Li Yang
· 17 years ago
ac42185
ucc_geth: add ethtool support
by Li Yang
· 17 years ago
c6f5047
QE Ethernet driver writes to wrong register to mask interrupts
by Timur Tabi
· 17 years ago
66bd23f
ucc_geth:trivial fix
by Li Yang
· 17 years ago
4e19b5c
ucc_geth: eliminate max-speed, change interface-type to phy-connection-type
by Kim Phillips
· 18 years ago
Next »