Sign in
android-kvm
/
linux
/
b3f7e3f23a763ccaae7b52d88d2c91e66c80d406
/
drivers
/
net
/
ethernet
/
3com
/
3c59x.c
e102774
net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
by yu kuai
· 5 years ago
0290bd2
netdev: pass the stuck queue to the timeout handler
by Michael S. Tsirkin
· 5 years ago
9f293c9
net: 3com: 3c59x: Use dev_get_drvdata
by Chuhong Yuan
· 5 years ago
d784097
net: Use skb accessors in network drivers
by Matthew Wilcox (Oracle)
· 5 years ago
467d2fc
net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
by Yang Wei
· 6 years ago
b255e50
net: documentation: build a directory structure for drivers
by Jakub Kicinski
· 6 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
55c8261
3c59x: convert to generic DMA API
by Christoph Hellwig
· 7 years ago
dea4c96
net: 3com: 3c59x: irq save variant of ISR
by Anna-Maria Gleixner
· 7 years ago
47f66c7
net: 3com: 3c59x: Pull locking out of ISR
by Anna-Maria Gleixner
· 7 years ago
577b995
net: 3com: 3c59x: Move boomerang/vortex conditional into function
by Anna-Maria Gleixner
· 7 years ago
ee4aa8d
3c59x: fix missing dma_mapping_error check and bad ring refill logic
by Neil Horman
· 7 years ago
7974c0f3
drivers/net/3com: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
670af5e
net: 3c59x: constify eisa_device_id
by Arvind Yadav
· 7 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
82c01a8
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
by yuval.shaia@oracle.com
· 8 years ago
df29840
Annotate hardware config module parameters in drivers/net/ethernet/
by David Howells
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
e19b788
net: 3c59x: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
aa211d2
3c59x: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a6522c0
3c59x: mask LAST_FRAG bit from length field in ring
by Neil Horman
· 9 years ago
f12d33f
3c59x: Ensure to apply the expires time
by Stafford Horne
· 9 years ago
5b6490d
3c59x: Use setup_timer()
by Amitoj Kaur Chawla
· 9 years ago
6e14441
3c59x: fix another page map/single unmap imbalance
by Neil Horman
· 9 years ago
7356f4e
3c59x: balance page maps and unmaps
by Neil Horman
· 9 years ago
cb4396ed
drivers/net: fix eisa_driver probe section mismatch
by Fabian Frederick
· 9 years ago
4a89ba0
3c59x: Add BQL support for 3c59x ethernet driver.
by Loganaden Velvindron
· 9 years ago
2fc0996
3c59x: Fix resource leaks in vortex_open
by Jia-Ju Bai
· 9 years ago
4eed4d8
3c59x: Fix shared IRQ handling
by Denys Vlasenko
· 9 years ago
64b1f00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
88b09a6
3c59x: fix bad split of cpu_to_le32(pci_map_single())
by Sylvain "ythier" Hitier
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
8400dd0
3c59x: Fix bad offset spec in skb_frag_dma_map
by Neil Horman
· 10 years ago
6f2b6a3
3c59x: Add dma error checking and recovery
by Neil Horman
· 10 years ago
fe3881c
drivers/net: Convert remaining uses of pr_warning to pr_warn
by Joe Perches
· 10 years ago
98ea232
3c59x: avoid panic in boomerang_start_xmit when finding page address:
by Neil Horman
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
e5ddf35
3c59x: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
4e6ecd44
3c59x: Remove unused pointer in vortex_eisa_cleanup()
by Christian Engelmayer
· 11 years ago
2a2529e
3c59x: Add software timestamping
by Matthew Whitehead
· 11 years ago
d8535a0
3c59x/net: Use dev_is_pci() instead of hardcoding
by Yijing Wang
· 11 years ago
afd6eae
3c59x: consolidate error cleanup in vortex_init_one()
by Sergei Shtylyov
· 12 years ago
4fc1ad6
3c59x: remove useless VORTEX_PCI() invocations
by Sergei Shtylyov
· 12 years ago
4b264a1
3c59x: fix PCI resource management
by Sergei Shtylyov
· 12 years ago
c81400b
3c59x: fix freeing nonexistent resource on driver unload
by Sergei Shtylyov
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
3f6db0f
3c59x: remove __dev* attributes
by Bill Pemberton
· 12 years ago
32efe08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
3013dc0
3c59x: shorten timer period for slave devices
by Eric Dumazet
· 13 years ago
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
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
7b63e3a
3c59x: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
ca7a8e8
3c*/acenic/typhoon: Move 3Com Ethernet drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/3c59x.c]
948252c
Revert "net: fix section mismatches"
by David S. Miller
· 14 years ago
e5cb966
net: fix section mismatches
by Michał Mirosław
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d530db0
3c59x: fix build failure on !CONFIG_PCI
by Namhyung Kim
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3fd6c88
3c59x: fix regression from patch "Add ethtool WOL support"
by Jan Beulich
· 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
84176b7
3c59x: Remove atomic context inside vortex_{set|get}_wol
by Denis Kirjanov
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
89b12fa
3c59x: Fix deadlock in vortex_error()
by Ben Hutchings
· 14 years ago
24cd804d
3c59x: Remove incorrect locking; correct documented lock hierarchy
by Ben Hutchings
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
aa25ab7
3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx
by Neil Horman
· 14 years ago
690a1f2
3c59x: Add ethtool WOL support
by Andrew O. Shadoura
· 14 years ago
344e0f6
3c59x: Fix call to mdio_sync() with the wrong argument
by Ben Hutchings
· 14 years ago
f89f5d0
net: 3c59x: fix leak of iomaps
by Kulikov Vasiliy
· 14 years ago
8cd47ea
3c59x: handle pci_iomap() errors
by Kulikov Vasiliy
· 14 years ago
de847272
3c59x: Use fine-grained locks for MII and windowed register access
by Ben Hutchings
· 14 years ago
a095cfc
3c59x: Specify window explicitly for access to windowed registers
by Ben Hutchings
· 15 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
e743d31
drivers: net: use skb_headlen()
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
59ce25d
3c5xx: use netdev_mc_* helpers
by Jiri Pirko
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
7bfc4ab
3c59x: Rework suspend and resume
by Anton Vorontsov
· 15 years ago
704cc92
3c59x: Get rid of "Trying to free already-free IRQ"
by Anton Vorontsov
· 15 years ago
27a1de9
3com: convert 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
b4adbb4
Add IDs for 3C905B-TX Fast Etherlink XL PCI
by Pascal Terjan
· 15 years ago
0cb1353
3c59x: Fix build failure with gcc 3.2
by Jean Delvare
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 16 years ago
39738e1
3c5xx: convert printk() to pr_<foo>()
by Alexander Beregalov
· 16 years ago
86de79b
3c59x: get rid of non-const printk warnings
by Stephen Hemminger
· 16 years ago
48b47a5
3c59x: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
c17931c
3c59x: Use device_set_wakeup_enable
by Steffen Klassert
· 16 years ago
Next »