index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
3com
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-08
net: 3com: 3c59x: remove set but not used variable 'mii_reg1'
yu kuai
1
-2
/
+2
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
6
-11
/
+11
2019-07-23
net: 3com: 3c59x: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-03-19
3c515: fix integer overflow warning
Arnd Bergmann
1
-1
/
+1
2019-02-14
net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2
-4
/
+4
2019-01-23
net: 3c509: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-12-05
net: documentation: build a directory structure for drivers
Jakub Kicinski
2
-4
/
+5
2018-07-22
net: prevent ISA drivers from building on PPC32
Randy Dunlap
1
-1
/
+1
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-53
/
+51
2018-05-13
3c59x: convert to generic DMA API
Christoph Hellwig
1
-53
/
+51
2018-05-07
net: 3com: 3c59x: irq save variant of ISR
Anna-Maria Gleixner
1
-14
/
+4
2018-05-07
net: 3com: 3c59x: Pull locking out of ISR
Anna-Maria Gleixner
1
-11
/
+9
2018-05-07
net: 3com: 3c59x: Move boomerang/vortex conditional into function
Anna-Maria Gleixner
1
-14
/
+20
2018-01-03
3c59x: fix missing dma_mapping_error check and bad ring refill logic
Neil Horman
1
-52
/
+38
2017-11-11
net: 3com: 3c574_cs: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
drivers/net: 3com/3c515: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
2017-10-18
drivers/net/3com: Convert timers to use timer_setup()
Kees Cook
3
-22
/
+20
2017-08-19
net: 3c59x: constify eisa_device_id
Arvind Yadav
1
-1
/
+1
2017-08-19
net: 3c509: constify eisa_device_id
Arvind Yadav
1
-1
/
+1
2017-08-16
net: 3c509: constify pnp_device_id
Arvind Yadav
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2
-6
/
+5
2017-06-05
net/3com: Make el3_netdev_get_ecmd return void
yuval.shaia@oracle.com
1
-5
/
+3
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
1
-1
/
+3
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+3
2017-04-20
Annotate hardware config module parameters in drivers/net/ethernet/
David Howells
2
-3
/
+3
2017-04-07
net: typhoon: Use net_device_stats from struct net_device
Tobias Klauser
1
-4
/
+3
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-12-30
net: 3com: typhoon: typhoon_init_one: make return values more specific
Thomas Preisner
1
-8
/
+8
2016-12-30
net: 3com: typhoon: typhoon_init_one: fix incorrect return values
Thomas Preisner
1
-3
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2016-12-16
net/3com/3c515: Fix timer handling, prevent leaks and crashes
Thomas Gleixner
1
-7
/
+8
2016-11-09
net: 3com: typhoon: fix typhoon_get_link_ksettings
Philippe Reynes
1
-1
/
+6
2016-11-02
net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-30
/
+30
2016-11-02
net: 3c509: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-26
/
+29
2016-11-02
net: 3c59x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
6
-7
/
+0
2016-09-12
3c59x: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
5
-5
/
+5
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-02-29
3c59x: mask LAST_FRAG bit from length field in ring
Neil Horman
1
-1
/
+1
2016-02-28
3c59x: Ensure to apply the expires time
Stafford Horne
1
-1
/
+1
2016-02-25
3c59x: Use setup_timer()
Amitoj Kaur Chawla
1
-8
/
+2
2016-01-13
3c59x: fix another page map/single unmap imbalance
Neil Horman
1
-1
/
+6
2016-01-13
3c59x: balance page maps and unmaps
Neil Horman
1
-1
/
+1
2015-12-14
drivers/net: fix eisa_driver probe section mismatch
Fabian Frederick
2
-2
/
+2
2015-08-24
3c59x: Add BQL support for 3c59x ethernet driver.
Loganaden Velvindron
1
-3
/
+20
[next]