Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
45a68628d37222e655219febce9e91b6484789b2
/
drivers
/
net
/
ibm_newemac
7488876
dt/net: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
811718f
ibm_newemac: Remove netif_stop_queue() in emac_probe().
by David S. Miller
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
52933f0
ibm_newemac: use free_netdev(netdev) instead of kfree()
by Kulikov Vasiliy
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
1495cc9
Input: sysrq - drop tty argument from sysrq ops handlers
by Dmitry Torokhov
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
1ab1d63
of/platform: remove all of_bus_type and of_platform_bus_type references
by Grant Likely
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
cf9b59e
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
b05b7d9
net: remove redundant code
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4acc5a8
ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts
by Dave Mitchell
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e72701a
net: Fix OF platform drivers coldplug/hotplug when compiled as modules
by Anton Vorontsov
· 15 years ago
7fe13c5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3201fce
ibm_newemac: Added 16K Tx FIFO size support for EMAC4
by Dave Mitchell
· 15 years ago
15f0a39
net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
0fa0ee05
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
by Ben Hutchings
· 15 years ago
7ab0f27
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
by Ben Hutchings
· 15 years ago
aae5e7c
netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls
by Ben Hutchings
· 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
d3b325f
ibm_newemac: emac_close() needs to call netif_carrier_off()
by Petri Gynther
· 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
0021195
drivers/net: Move a dereference below a NULL test
by Julia Lawall
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
15efc02
ibm_newemac: convert to netdev_ops
by Alexander Beregalov
· 16 years ago
10fd9d7
ibm_newemac: Fix dangerous struct assumption
by Jean Delvare
· 16 years ago
62f0c33
powerpc 4xx EMAC driver: device name reported on timeout is not correct
by Mikhail Zolotaryov
· 16 years ago
9616a75
emac: Fix clock control for 405EX and 405EXr chips
by Benjamin Herrenschmidt
· 16 years ago
46578a69
net: variables reach -1, but 0 tested
by Roel Kluin
· 16 years ago
937f1ba
net: Add init_dummy_netdev() and fix EMAC driver using it
by Benjamin Herrenschmidt
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7c510e4
net: convert more to %pM
by Johannes Berg
· 16 years ago
c778e11
ibm_newemac: Fix typo in flow control config option
by Josh Boyer
· 16 years ago
1ff0fcf
ibm_newemac: Fix new MAL feature handling
by Josh Boyer
· 16 years ago
6dc647258
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
6fbc779
ibm_newemac: Fix EMAC soft reset on 460EX/GT
by Victor Gallardo
· 16 years ago
9e3cb29
ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHY
by Victor Gallardo
· 16 years ago
fbcc4ba
ibm_newemac: MAL support for PowerPC 405EZ
by Josh Boyer
· 16 years ago
ec4f994
ibm_newemac: Introduce mal_has_feature
by Josh Boyer
· 16 years ago
b68d185
ibm_newemac: Allow the "no flow control" EMAC feature to work
by Josh Boyer
· 16 years ago
83dad4c
netdev: drop CONFIG_PPC_MERGE from Kconfig
by Kumar Gala
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
fa928c0
ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DE
by roel kluin
· 16 years ago
e829658
ibm_newemac: Don't call dev_mc_add() before device is registered
by Benjamin Herrenschmidt
· 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
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 16 years ago
004ea68
ibm_newemac: Add MII mode support to the EMAC RGMII bridge.
by Grant Erickson
· 16 years ago
11c2d81
Merge commit 'origin/HEAD' into test-merge
by Benjamin Herrenschmidt
· 16 years ago
05781cc
ibm_newemac: Parameterize EMAC Multicast Match Handling
by Grant Erickson
· 16 years ago
6c688f4
ibm_newemac: Fixes entry of short packets
by Sathya Narayanan
· 16 years ago
ab9b30c
ibm_newemac: Fixes kernel crashes when speed of cable connected changes
by Sathya Narayanan
· 16 years ago
55b6c8e
drivers/net: Use linux/of_{device,platform}.h instead of asm
by Stephen Rothwell
· 16 years ago
8b8091f
ibm_newemac: select CRC32 in Kconfig
by Josh Boyer
· 16 years ago
cca87c1
ibm_newemac: Increase MDIO timeouts
by Benjamin Herrenschmidt
· 17 years ago
11121e3
ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround
by Valentine Barshak
· 17 years ago
0925ab5
ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
by Valentine Barshak
· 17 years ago
be63c09
ibm_newemac Use status property for unused/unwired EMACs
by Josh Boyer
· 17 years ago
51d4a1c
ibm_newemac: Fix section mismatch warnings
by Josh Boyer
· 17 years ago
afd1dee
ibm_newemac: Add support for 460EX/GT-type MAL rx-channel handling
by Stefan Roese
· 17 years ago
f34ebab
ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patch
by Stefan Roese
· 17 years ago
e66f416
ibm_newemac: emac_tx_csum typo fix
by Valentine Barshak
· 17 years ago
cdb3469
NEWEMAC: Add compatible "ibm,tah" to tah matching table
by Stefan Roese
· 17 years ago
4373c93
NEWEMAC: fix support for pause packets
by Pravin M. Bathija
· 17 years ago
2278e81
[POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
by Stefan Roese
· 17 years ago
bd45ac0
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
ee63d22
net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC's
by Stefan Roese
· 17 years ago
283029d
[POWERPC] Add of_find_matching_node() helper function
by Grant Likely
· 17 years ago
4707387
Net: ibm_newemac, remove SPIN_LOCK_UNLOCKED
by Jiri Slaby
· 17 years ago
17cf803
ibm_newemac: Update file headers copyright notices
by Benjamin Herrenschmidt
· 17 years ago
d09e18b
ibm_newemac: Call dev_set_drvdata() before tah_reset()
by Valentine Barshak
· 17 years ago
63b6cad
ibm_newemac: Fix typo reading TAH channel info
by Valentine Barshak
· 17 years ago
4696c3c
ibm_newemac: Correct opb_bus_freq value
by Valentine Barshak
· 17 years ago
3d72256
ibm_newemac: Skip EMACs that are marked unused by the firmware
by Hugh Blemings
· 17 years ago
bff713b
ibm_newemac: Cleanup/fix support for STACR register variants
by Benjamin Herrenschmidt
· 17 years ago
1f57877
ibm_newemac: Cleanup/Fix RGMII MDIO support detection
by Benjamin Herrenschmidt
· 17 years ago
911b237
ibm_newemac: Workaround reset timeout when no link
by Benjamin Herrenschmidt
· 17 years ago
9685306
ibm_newemac: Fix ZMII refcounting bug
by Benjamin Herrenschmidt
· 17 years ago
8df4538
ibm_newemac: Add ET1011c PHY support
by Stefan Roese
· 17 years ago
f1f304f
ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY support
by Stefan Roese
· 17 years ago
61dbcec
ibm_newemac: Fix possible lockup on close
by Benjamin Herrenschmidt
· 17 years ago
e30d422
fix EMAC driver for proper napi_synchronize API
by Benjamin Herrenschmidt
· 17 years ago
b3e441c
net: Fix new EMAC driver for NAPI changes
by Benjamin Herrenschmidt
· 17 years ago
cdbd386
Use dcr_host_t.base in dcr_unmap()
by Michael Ellerman
· 17 years ago
Next »