index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
dec
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: dec: tulip: Fix length mask in receive length calculation
Moritz Fischer
2020-02-05
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
5
-10
/
+11
|
\
|
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
3
-5
/
+5
|
*
net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
Nathan Chancellor
2019-12-09
2
-5
/
+6
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
/
*
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-31
2
-18
/
+2
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
2
-18
/
+2
*
|
net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
Kees Cook
2019-05-26
1
-1
/
+0
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
3
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-1
/
+1
|
\
|
*
net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...
Yang Wei
2019-02-06
1
-1
/
+1
*
|
tulip: eeprom: use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-02-01
1
-3
/
+1
|
/
*
net: documentation: build a directory structure for drivers
Jakub Kicinski
2018-12-05
1
-2
/
+2
*
net: tulip: de4x5: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-07
1
-0
/
+6
*
net: tulip_core: mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
net: tulip: Convert timers to use timer_setup()
Kees Cook
2017-10-18
10
-50
/
+48
*
|
net: tulip: de2104x: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-12
/
+9
*
|
drivers: net: uli526x: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
|
drivers: net: dmfe: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
|
drivers: net: winbond-840: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+1
*
|
drivers: net: de4x: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+2
|
/
*
net: tulip: Constify tulip_tbl
Kees Cook
2017-09-08
2
-2
/
+2
*
net: de4x5: constify eisa_device_id
Arvind Yadav
2017-08-19
1
-1
/
+1
*
net: tulip: remove useless code in tulip_init_one()
Gustavo A. R. Silva
2017-07-19
1
-2
/
+0
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
3
-12
/
+12
*
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
2017-06-05
1
-3
/
+2
*
net/dec: Make __de_get_link_ksettings return void
yuval.shaia@oracle.com
2017-06-05
1
-7
/
+4
*
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
1
-1
/
+1
|
\
|
*
Annotate hardware config module parameters in drivers/net/ethernet/
David Howells
2017-04-20
1
-1
/
+1
*
|
net: tulip: de2104x: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-07
1
-22
/
+20
|
/
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-3
/
+3
*
net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-02
1
-6
/
+8
*
net: dec: uli526x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-02
1
-17
/
+24
*
net: dec: de2104x: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-02
1
-40
/
+51
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
7
-7
/
+7
*
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
7
-7
/
+0
*
net: fix up a few missing hashtable.h conflict resolutions
Jiri Kosina
2016-08-13
2
-4
/
+4
*
net: tulip: fix spelling mistake: "attemping" -> "attempting"
Colin Ian King
2016-07-30
1
-1
/
+1
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
6
-12
/
+12
*
dmfe: kill DEVICE define
Florian Westphal
2016-05-04
1
-21
/
+18
*
drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
Florian Westphal
2016-04-26
1
-2
/
+5
*
net: tulip: Use setup_timer()
Amitoj Kaur Chawla
2016-02-25
1
-9
/
+5
*
drivers/net: fix eisa_driver probe section mismatch
Fabian Frederick
2015-12-14
1
-1
/
+1
*
net: tulip: turn compile-time warning into dev_warn()
Arnd Bergmann
2015-11-20
2
-3
/
+8
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-1
/
+0
*
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
2015-06-23
2
-10
/
+4
*
net: tulip: rearrange order of searching for substrings
Rasmus Villemoes
2015-06-03
1
-5
/
+5
*
drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...
David Malcolm
2015-06-03
1
-1
/
+1
[next]