summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns
AgeCommit message (Expand)AuthorFilesLines
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg9-108/+124
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-22/+22
2020-09-19net: hns: kerneldoc fixesLu Wei1-2/+2
2020-09-17net: hns: kerneldoc fixesLu Wei1-20/+20
2020-09-12net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-11net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai1-2/+1
2020-09-11net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai1-2/+1
2020-09-11net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai1-1/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+6
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-24net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu1-3/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang1-1/+1
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-04-20net: hns: use true,false for bool variablesJason Yan1-2/+2
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-02-27net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-15/+1
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-01-17net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-25/+1
2019-11-08net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta3-25/+1
2019-10-07net: hns: make arrays static, makes object smallerColin Ian King1-2/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+5
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-08-19net: hns: add phy_attached_info() to the hns driverYonglong Liu1-0/+2
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2019-06-02net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner21-105/+21
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-07net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-47/+62
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu10-32/+26
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+2
2019-02-28net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-02-19net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3