summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-045-15/+26
* net: stmmac: fix failed to suspend if phy based WOL is enabledJisheng Zhang2020-08-041-1/+1
* fsl/fman: fix eth hash table allocationFlorinel Iordache2020-08-041-1/+1
* fsl/fman: check dereferencing null pointerFlorinel Iordache2020-08-043-4/+4
* fsl/fman: fix unreachable codeFlorinel Iordache2020-08-041-1/+0
* fsl/fman: fix dereference null return valueFlorinel Iordache2020-08-041-1/+8
* fsl/fman: use 32-bit unsigned integerFlorinel Iordache2020-08-041-2/+1
* net: spider_net: Remove a useless memsetChristophe JAILLET2020-08-041-2/+0
* net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-041-2/+2
* net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' callsChristophe JAILLET2020-08-041-2/+2
* liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang2020-08-041-1/+1
* net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()Tianjia Zhang2020-08-041-4/+4
* net: ethernet: aquantia: Fix wrong return valueTianjia Zhang2020-08-041-1/+1
* atm: idt77252: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-08-041-4/+5
* atm: eni: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-08-041-1/+3
* net: phy: mdio-mvusb: select MDIO_DEVRES in KconfigBartosz Golaszewski2020-08-041-0/+1
* net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2020-08-042-0/+208
* net: dsa: qca8k: Add define for port VIDJonathan McDowell2020-08-042-5/+8
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-08-0419-87/+445
|\
| * ice: Misc minor fixesTony Nguyen2020-08-019-18/+14
| * ice: adjust profile ID map locksVictor Raj2020-08-011-45/+45
| * ice: update PTYPE lookup tableTony Nguyen2020-08-011-0/+314
| * ice: Disable VLAN pruning in promiscuous modeNick Nunley2020-08-012-0/+10
| * ice: Graceful error handling in HW table calloc failureSurabhi Boob2020-08-011-1/+3
| * ice: port fix for chk_linearlizeKiran Patil2020-08-011-3/+23
| * ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2020-08-012-0/+3
| * ice: Clear and free XLT entries on resetVignesh Sridhar2020-08-011-1/+3
| * ice: add useful statisticsJesse Brandeburg2020-08-015-2/+15
| * ice: remove page_reuse statisticJesse Brandeburg2020-08-012-3/+0
| * ice: Fix RSS profile locksVignesh Sridhar2020-08-011-6/+7
| * ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil2020-08-011-1/+1
| * ice: rename misleading grst_delay variableNick Nunley2020-08-011-5/+5
| * ice: mark PM functions as __maybe_unusedWei Yongjun2020-08-011-2/+2
* | net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-041-4/+3
* | net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-041-2/+2
* | cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy2020-08-041-2/+15
* | cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy2020-08-041-3/+4
* | ionic: separate interrupt for Tx and RxShannon Nelson2020-08-045-27/+182
* | ionic: tx separate servicingShannon Nelson2020-08-043-56/+53
* | ionic: use fewer firmware doorbells on rx fillShannon Nelson2020-08-041-10/+5
* | net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi2020-08-041-0/+1
* | net: mdio device: use flexible sleeping in reset functionBruno Thomsen2020-08-041-1/+1
* | net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-042-0/+4
* | net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen2020-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-02110-556/+1005
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0236-263/+385
| |\ \
| | * | vxlan: fix memleak of fdbTaehee Yoo2020-08-011-2/+4
| | * | Merge tag 'mlx5-fixes-2020-07-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-08-017-18/+42
| | |\ \
| | | * | net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong2020-07-311-2/+2
| | | * | net/mlx5e: E-Switch, Specify flow_source for rule with no in_portJianbo Liu2020-07-311-7/+12