Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b2d3298e0916fa059712691c85a0e97becc4ab9f
/
drivers
/
net
/
ethernet
/
amd
/
pcnet32.c
1d26643
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
23020ab
Sweep additional floors of strcpy in .get_drvinfo routines
by Rick Jones
· 13 years ago
1d70cb0
pcnet32: constify function table
by stephen hemminger
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
b955f6c
amd: Move AMD (Lance) chipset drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/pcnet32.c]
498d8e2
drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr
by Tobias Klauser
· 13 years ago
8ae6dac
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
by David Decotigny
· 14 years ago
fce5592
ethtool: allow custom interval for physical identification
by Allan, Bruce W
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9871acf
pcnet32: convert to set_phys_id
by stephen hemminger
· 14 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
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 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
f9dcbcc
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
by Jiri Pirko
· 15 years ago
9e3f806
drivers/net/pcnet32.c: Checkpatch cleaning
by Joe Perches
· 15 years ago
13ff83b
drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers
by Joe Perches
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
1f04493
Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas
by Daniel Drake
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5e33b71
pcnet32: Read buffer overflow
by roel kluin
· 15 years ago
ae83060
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
63097b3
pcnet32: VLB support fixes
by Don Fry
· 15 years ago
df4e7f7
pcnet32: remove superfluous NULL pointer check in pcnet32_probe1()
by Don Fry
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
ce105a0
pcnet32: Remove pointless memory barriers
by John Dykstra
· 16 years ago
06bd12c
pcnet32: Remove redundant set of skb->dev
by John Dykstra
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
283a21d3
pcnet32: round off carrier watch timer
by Stephen Hemminger
· 16 years ago
3bc124d
pcnet32: update to net_device_ops
by Stephen Hemminger
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b166cfb
pcnet32: fix warning
by Andrew Morton
· 16 years ago
63fe46d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7d2e3cb
[netdrvr] Trim trailing whitespace for several drivers
by Jeff Garzik
· 16 years ago
01935d7
pcnet32: delete non NAPI code from driver.
by Don Fry
· 17 years ago
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
Next »