Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3c48fbb1478f47a95d18a56ff2662b40cb236152
/
drivers
/
net
/
tc35815.c
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
1e2cfee
Revert "tc35815: fix iomap leak"
by David S. Miller
· 14 years ago
b31fb86
tc35815: fix iomap leak
by Kulikov Vasiliy
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
dee7399
tc35815: Fix double locking on NAPI
by Atsushi Nemoto
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
0448873
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
662a96b
tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON
by Atsushi Nemoto
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
a02b7b7
tc35815: Kill unused code
by Atsushi Nemoto
· 15 years ago
c6a2dbb
tc35815: Kill non-napi code
by Atsushi Nemoto
· 15 years ago
b75c6db
tc35815: Enable NAPI
by Atsushi Nemoto
· 15 years ago
02c5c8e
tc35815: Fix return value of tc35815_do_interrupt when NAPI enabled
by Atsushi Nemoto
· 15 years ago
a48ec34
tc35815: Use 0 RxFragSize.MinFrag value for non-packing mode
by Atsushi Nemoto
· 15 years ago
7bb82e8
tc35815: Fix rx_missed_errors count
by Atsushi Nemoto
· 15 years ago
c60a5cf
tc35815: Increase timeout for mdio
by Atsushi Nemoto
· 15 years ago
db30f5e
tc35815: Improve BLEx / FDAEx handling
by Atsushi Nemoto
· 15 years ago
297713d
tc35815: Disable StripCRC
by Atsushi Nemoto
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
7290383
drivers/net: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
by Joe Perches
· 15 years ago
5a1c28b
tc35815: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
a2c465d
tc35815: Fix build error if NAPI enabled
by Atsushi Nemoto
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
82a9928
tc35815: Enable StripCRC feature
by Atsushi Nemoto
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
842e08b
tc35815: Define more Rx status bits
by Atsushi Nemoto
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
51cf756
net/tc35815.c: fix compilation
by Adrian Bunk
· 16 years ago
298cf9be
phylib: move to dynamic allocation of struct mii_bus
by Lennert Buytenhek
· 16 years ago
18ee49d
phylib: rename mii_bus::dev to mii_bus::parent
by Lennert Buytenhek
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
c8f1568
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
by Anton Vorontsov
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
ccc57aa
tc35815: Fix receiver hangup on Rx FIFO overflow
by Atsushi Nemoto
· 16 years ago
59524a3
tc35815: Mark carrier-off before starting PHY
by Atsushi Nemoto
· 16 years ago
10e05f7
tc35815: Statistics cleanup
by Atsushi Nemoto
· 17 years ago
7f225b4
tc35815: Whitespace cleanup
by Atsushi Nemoto
· 17 years ago
c6686fe
tc35815: Use generic PHY layer
by Atsushi Nemoto
· 17 years ago
22adf7e
tc35815: Use managed pci iomap helper
by Atsushi Nemoto
· 17 years ago
ee79b7f
tc35815: Use netdev_priv()
by Atsushi Nemoto
· 17 years ago
958eb80
tc35815: Use print_mac() helper
by Atsushi Nemoto
· 17 years ago
c201abd9
tc35815: Statistics cleanup
by Atsushi Nemoto
· 17 years ago
06675e6
tc35815: Use irq number for tc35815-mac platform device id
by Atsushi Nemoto
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
7e7b968
TC35815: Fix build
by Ralf Baechle
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
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
313674a
[NET]: ethtool_perm_addr only has one implementation
by Matthew Wilcox
· 17 years ago
308a906
fix wrong argument of tc35815_read_plat_dev_addr()
by Yoichi Yuasa
· 17 years ago
bd43da8
[MIPS] tc35815: Load MAC address via platform_device
by Atsushi Nemoto
· 17 years ago
418aea7
tc35815: Remove unnecessary skb->dev assignment
by Atsushi Nemoto
· 18 years ago
c28896a
tc35815: Zap changelog from source code
by Atsushi Nemoto
· 18 years ago
793bc0a
tc35815: Fix an usage of streaming DMA API.
by Atsushi Nemoto
· 18 years ago
eea221ce
tc35815 driver update (take 2)
by Atsushi Nemoto
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
c8d64f8
jmr3927: do not call tc35815_killall().
by Ralf Baechle
· 18 years ago
420e852
[netdrvr] tc35815: fix obvious bugs
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago