Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dfa18b117974d7667a2d5b941853fac3f2e256db
/
drivers
/
net
/
pcnet32.c
b3028cd
pcnet32: Use print_mac
by Don Fry
· 17 years ago
232c564
pcnet32: use NET_IP_ALIGN instead of 2
by Don Fry
· 17 years ago
4c3616c
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
by Alejandro Martinez Ruiz
· 17 years ago
d1d08d1
[NET]: Fix drivers to handle napi_disable() disabling interrupts.
by David S. Miller
· 17 years ago
4f1e5ba
pcnet32: remove private net_device_stats structure
by Don Fry
· 17 years ago
6ad6c75
pcnet32: remove compile warnings in non-napi mode
by Don Fry
· 17 years ago
feff348
pcnet32: fix non-napi packet reception
by Don Fry
· 17 years ago
3e33545
pcnet32: endianness
by Al Viro
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
917270c
pcnet32: add suspend and resume capability
by Don Fry
· 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
8c7b7fa
[NET]: Kill eth_copy_and_sum().
by David S. Miller
· 17 years ago
1e56a4b
pcnet32: change to use netdev_priv
by Don Fry
· 18 years ago
6ecb766
pcnet32: only allocate init_block dma consistent
by Don Fry
· 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
b2cbbd8
pcnet32: Fix PCnet32 performance bug on non-coherent architecutres
by Don Fry
· 18 years ago
c31f28e
drivers/net: eliminate irq handler impossible checks, needless casts
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
7de745e
[PATCH] pcnet32: NAPI implementation
by Don Fry
· 18 years ago
3904c32
[PATCH] pcnet32: break receive routine into two pieces.
by Don Fry
· 18 years ago
9691edd
[PATCH] pcnet32: move/create receive and transmit routines
by Don Fry
· 18 years ago
b368a3f
[PATCH] pcnet32: magic number cleanup
by Don Fry
· 18 years ago
5c99346
[PATCH] pcnet32: remove unnecessary save/restore register accesses.
by Don Fry
· 18 years ago
8d8b032
Merge branch 'upstream-fixes' into upstream
by Jeff Garzik
· 18 years ago
8d91626
[PATCH] pcnet32: break in 2.6.18-rc1 identified
by Don Fry
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
ac5bfe4
[PATCH] pcnet32: Cleanup rx buffers after loopback test.
by Don Fry
· 18 years ago
df27f4a
[PATCH] pcnet32: Suspend the chip rather than restart when changing multicast/promisc
by Don Fry
· 18 years ago
06c8785
[PATCH] pcnet32: Handle memory allocation failures cleanly when resizing tx/rx rings
by Don Fry
· 18 years ago
12fa30f
[PATCH] pcnet32: Use kcalloc instead of kmalloc and memset
by Don Fry
· 18 years ago
6dcd60c
[PATCH] pcnet32: Fix off-by-one in get_ringparam
by Don Fry
· 18 years ago
f2622a2
[PATCH] pcnet32: Use PCI_DEVICE macro
by Don Fry
· 18 years ago
dcaf976
[PATCH] pcnet32: Fix Section mismatch error
by Don Fry
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
1f1bd5f
[netdrvr] Remove long-unused bits from Becker template drivers
by Jeff Garzik
· 18 years ago
a24b163
[PATCH] pcnet32: remove incorrect pcnet32_free_ring
by Don Fry
· 18 years ago
bc0e1fc
[PATCH] Janitor: drivers/net/pcnet32: fix incorrect comments
by Linas Vepstas
· 19 years ago
0b5bf22
[netdrvr] pcnet32: other source formatting cleanups
by Jeff Garzik
· 19 years ago
4a5e8e2
[netdrvr] pcnet32: Lindent
by Jeff Garzik
· 19 years ago
ac62ef0
[PATCH] pcnet32: support boards with multiple phys
by Don Fry
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
016cc85
[PATCH] pcnet32: use MAC address from prom also on powerpc
by Olaf Hering
· 19 years ago
4371dc6
[PATCH] pcnet32: Prevent hang with 79c976
by Don Fry
· 19 years ago
2964bbd
[PATCH] pcnet32: AT2700/2701 and Bugzilla 2699 & 4551
by Don Fry
· 19 years ago
a88c844
[PATCH] pcnet32: show name of failing device
by Don Fry
· 19 years ago
7620992
[PATCH] pcnet32: set min ring size to 4
by Hubert WS Lin
· 19 years ago
eabf041
[PATCH] pcnet32: set_ringparam implementation
by Hubert WS Lin
· 19 years ago
db0276b
[PATCH] pcnet32: support ETHTOOL_GPERMADDR
by John W. Linville
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
f17697a
[PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible()
by Nishanth Aravamudan
· 19 years ago
1bcd315
[PATCH] pcnet32: fix resource leak with loopback test
by Don Fry
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago