index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
3com
/
typhoon.c
Age
Commit message (
Expand
)
Author
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-02-07
net: typhoon: include <net/vxlan.h>
Eric Dumazet
2022-02-05
net: typhoon: implement ndo_features_check method
Eric Dumazet
2022-01-26
ethernet: 3com/typhoon: don't write directly to netdev->dev_addr
Jakub Kicinski
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-08-24
typhoon: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
2020-07-01
typhoon: use generic power management
Vaibhav Gupta
2020-03-23
net: typhoon: Add required whitespace after keywords
Logan Magee
2020-02-24
net/3com: Delete driver and module versions from 3com drivers
Leon Romanovsky
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2017-04-07
net: typhoon: Use net_device_stats from struct net_device
Tobias Klauser
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2016-12-30
net: 3com: typhoon: typhoon_init_one: make return values more specific
Thomas Preisner
2016-12-30
net: 3com: typhoon: typhoon_init_one: fix incorrect return values
Thomas Preisner
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-09
net: 3com: typhoon: fix typhoon_get_link_ksettings
Philippe Reynes
2016-11-02
net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2014-10-24
net: typhoon: Remove redundant casts
Rasmus Villemoes
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2013-10-18
net: typhoon: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2012-12-03
typhoon: remove __dev* attributes
Bill Pemberton
2012-09-01
treewide: fix comment/printk/variable typos
Anatol Pomozov
2012-04-30
typhoon: get rid of redundant conditional before all to release_firmware()
Jesper Juhl
2012-02-22
3com/typhoon: reuse eth_mac_addr()
Danny Kukawka
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-09-22
typhoon: convert to SKB paged frag API.
Ian Campbell
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-10
3c*/acenic/typhoon: Move 3Com Ethernet drivers
Jeff Kirsher