Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e720ce9d15050d06e5162d5f70b133caccd64258
/
drivers
/
net
/
8139cp.c
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
48dfcde
8139: convert to net_device_ops
by Stephen Hemminger
· 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
de4549c
8139x: reduce message severity on driver overlap
by Stephen Hemminger
· 16 years ago
a52be1cbc
8139cp: use netdev_alloc_skb
by Kevin Lo
· 16 years ago
be0976b
[netdrvr] kill sync_irq-before-freq_irq pattern
by Jeff Garzik
· 16 years ago
237225f
8139cp: use netstats in net_device structure
by Paulius Zaleckas
· 17 years ago
cf98301
fix vlan in 8139cp on big-endian
by Al Viro
· 17 years ago
03233b9
8139cp: trivial endianness annotations
by Al Viro
· 17 years ago
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 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
6cc92cd
[netdrvr] 8139cp, 8139too: convert to generic DMA
by Jeff Garzik
· 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
1f1c288
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
9030c0d
8139cp: implement the missing dev->tx_timeout
by Francois Romieu
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
2501f84
8139cp: Convert to generic boolean
by Richard Knutsson
· 17 years ago
7b33224
8139cp: fix VLAN unregistration
by Stephen Hemminger
· 17 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 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
5c15bde
[VLAN]: Avoid a 4-order allocation.
by Dan Aloni
· 18 years ago
553af56
8139cp: Don't blindly enable interrupts
by Chris Lalancette
· 18 years ago
d15e9c4
netpoll: drivers must not enable IRQ unconditionally in their NAPI handler
by Francois Romieu
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
cb93020
Merge tag '8139cp-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmp
by Jeff Garzik
· 18 years ago
48907e3
8139cp: ring_info removal for the transmit path
by Francois Romieu
· 18 years ago
4e83b7f
Merge branch 'tmp' into upstream
by Jeff Garzik
· 18 years ago
d5b2069
[PATCH] Remove more unnecessary driver printk's
by Andy Gospodarek
· 18 years ago
cccb20d
8139cp: use PCI_DEVICE() to shorten the PCI device table
by Francois Romieu
· 18 years ago
7668a49
8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handler
by François Romieu
· 18 years ago
e68970e
8139cp: removal of useless BUG_ON() check
by Francois Romieu
· 18 years ago
d03d376
8139cp: sync the device private data with its r8169 counterpart
by Francois Romieu
· 19 years ago
0ba894d
8139cp: ring_info removal for the receive path
by Francois Romieu
· 18 years ago
c48e939
8139cp: remove gratuitous indirection
by Francois Romieu
· 19 years ago
3598b57
8139cp: trim ring_info
by Francois Romieu
· 19 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
4626dd4
[PATCH] 8139cp.c printk fix
by Andrew Morton
· 18 years ago
9b91cf9
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
by Jeff Garzik
· 18 years ago
2e8a538
[netdrvr] Use dev_printk() when ethernet interface isn't available
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
2427ddd
[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
by Greg Kroah-Hartman
· 18 years ago
7c7459d
[PATCH] 64bit resource: fix up printks for resources in networks drivers
by Greg Kroah-Hartman
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
722fdb3
[PATCH] 8139cp: add ethtool eeprom support
by Philip Craig
· 18 years ago
d73f1e3
[PATCH] 8139cp: fix eeprom read command length
by Philip Craig
· 18 years ago
f3b197a
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
by Jeff Garzik
· 18 years ago
5d9428d
BUG_ON() Conversion in drivers/net/
by Eric Sesterhenn
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
576cfa9
8139cp: fix broken suspend/resume
by Francois Romieu
· 19 years ago
a3536c8
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 19 years ago
8b51292
[PATCH] 8139cp: allocate statistics space only when needed
by Stephen Hemminger
· 19 years ago
3173c89
[PATCH] drivers/net: fix-up schedule_timeout() usage
by Nishanth Aravamudan
· 19 years ago
bb0ce60
[PATCH] 8139cp: support ETHTOOL_GPERMADDR
by John W. Linville
· 19 years ago
a4cf076
[PATCH] 8139cp - redetect link after suspend
by Pierre Ossman
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
97f568d
8139cp: safer spin loop for get_statistics
by Stephen Hemminger
· 19 years ago
8b0ee07
Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.
by Jeff Garzik
· 19 years ago
8662d06
[PATCH] drivers/net/8139cp: Use the DMA_{64, 32}BIT_MASK constants
by Tobias Klauser
· 19 years ago
a78d892
[PATCH] 8139cp net driver: add MODULE_VERSION
by
· 19 years ago
7502cd1
[PATCH] 8139cp - add netpoll support
by Steffen Klassert
· 19 years ago
e21ba28
[PATCH] 8139cp - module_param
by Stephen Hemminger
· 19 years ago
5734418
[PATCH] 8139cp: SG support fixes
by Francois Romieu
· 19 years ago
fcec345
[netdrvr 8139cp] TSO support
by Jeff Garzik
· 19 years ago
05adc3b
[PATCH] u32 vs. pm_message_t fixes for drivers/net
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago