summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/3com
AgeCommit message (Expand)Author
2023-05-223c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET
2023-05-17net: isa: include net/Space.hArnd Bergmann
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-02-07net: typhoon: include <net/vxlan.h>Eric Dumazet
2022-02-05net: typhoon: implement ndo_features_check methodEric Dumazet
2022-01-26ethernet: 3com/typhoon: don't write directly to netdev->dev_addrJakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() - castsJakub Kicinski
2021-09-163com 3c515: make it compile on 64-bit architecturesLinus Torvalds
2021-09-03net: 3com: 3c59x: clean up inconsistent indentingColin Ian King
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann
2021-08-03make legacy ISA probe optionalArnd Bergmann
2021-08-033c509: stop calling netdev_boot_setup_checkArnd Bergmann
2021-08-02net: 3c509: make the array if_names static const, makes object smallerColin Ian King
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-19net: 3com: remove leading spaces before tabsHui Tang
2021-03-10net: 3c509: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-03net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-08-14net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones
2020-07-01typhoon: use generic power managementVaibhav Gupta
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-01docs: networking: device drivers: convert 3com/vortex.txt to ReSTMauro Carvalho Chehab
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky
2020-03-23net: typhoon: Add required whitespace after keywordsLogan Magee
2020-02-24net/3com: Delete driver and module versions from 3com driversLeon Romanovsky
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-193c515: fix integer overflow warningArnd Bergmann
2019-02-14net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-23net: 3c509: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-133c59x: convert to generic DMA APIChristoph Hellwig
2018-05-07net: 3com: 3c59x: irq save variant of ISRAnna-Maria Gleixner
2018-05-07net: 3com: 3c59x: Pull locking out of ISRAnna-Maria Gleixner