summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-269-108/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-232-22/+22
|\
| * net: hns: kerneldoc fixesLu Wei2020-09-181-2/+2
| * net: hns: kerneldoc fixesLu Wei2020-09-171-20/+20
* | net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-121-1/+2
* | net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai2020-09-111-2/+1
* | net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai2020-09-111-2/+1
* | net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai2020-09-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-052-4/+7
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-3/+6
| |\
| | * net: hns: Fix memleak in hns_nic_dev_probeDinghao Liu2020-08-241-3/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
| |/
* | net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing2020-08-311-2/+0
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-4/+1
|/
* net: hns: use eth_broadcast_addr() to assign broadcast addressXu Wang2020-07-211-1/+1
* hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld2020-06-261-1/+1
* net: hns: use true,false for bool variablesJason Yan2020-04-201-2/+2
* net: hns: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+5
* net: hns: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-272-2/+2
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-15/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-3/+1
|\
| * net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-093-25/+1
|\
| * net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta2019-11-083-25/+1
* | net: hns: make arrays static, makes object smallerColin Ian King2019-10-071-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-3/+5
|\
| * net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
| * net: hns: add phy_attached_info() to the hns driverYonglong Liu2019-08-181-0/+2
| * net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+2
* | drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-7/+1
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-0/+4
|\ \ | |/ |/|
| * net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3021-105/+21
|/
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* net: hns: fix unsigned comparison to less than zeroColin Ian King2019-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0513-47/+62
|\
| * net: hns: Fix sparse: some warnings in HNS driversYonglong Liu2019-04-0410-32/+26
| * net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-04-041-1/+3
| * net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-04-041-6/+27
| * net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-04-041-1/+1
| * net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-04-041-5/+2
| * net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-04-041-2/+3
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
|/
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-281-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-0/+3
|\
| * net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-191-0/+3