aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/3com/typhoon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-02-07net: typhoon: include <net/vxlan.h>Eric Dumazet1-0/+3
2022-02-05net: typhoon: implement ndo_features_check methodEric Dumazet1-5/+16
2022-01-26ethernet: 3com/typhoon: don't write directly to netdev->dev_addrJakub Kicinski1-2/+4
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-31/+30
2020-08-24typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+30
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+1
2020-07-01typhoon: use generic power managementVaibhav Gupta1-21/+32
2020-03-23net: typhoon: Add required whitespace after keywordsLogan Magee1-141/+141
2020-02-24net/3com: Delete driver and module versions from 3com driversLeon Romanovsky1-1/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2017-04-07net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser1-4/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner1-8/+8
2016-12-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner1-3/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-09net: 3com: typhoon: fix typhoon_get_link_ksettingsPhilippe Reynes1-1/+6
2016-11-02net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+30
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-10-24net: typhoon: Remove redundant castsRasmus Villemoes1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-10-18net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2012-12-03typhoon: remove __dev* attributesBill Pemberton1-5/+5
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-04-30typhoon: get rid of redundant conditional before all to release_firmware()Jesper Juhl1-2/+1
2012-02-223com/typhoon: reuse eth_mac_addr()Danny Kukawka1-13/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+2
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-7/+9
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-09-22typhoon: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-103c*/acenic/typhoon: Move 3Com Ethernet driversJeff Kirsher1-0/+2574