summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
* net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1
* net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
* net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
* net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
* net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
* net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-281-1/+1
* net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-281-1/+1
* qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
* qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
* qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
* qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
* qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
* net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
* net: dsa: mv88e6xxx: Fix serdes irq setup going recursiveAndrew Lunn2019-01-271-1/+1
* net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-271-1/+3
* net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-271-1/+1
* net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-271-7/+9
* net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-271-0/+5
* Merge tag 'mlx5-fixes-2019-01-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-276-19/+58
|\
| * net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz2019-01-251-0/+13
| * net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-253-2/+33
| * net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-01-251-12/+6
| * net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua2019-01-251-2/+3
| * net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin2019-01-251-1/+1
| * Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-01-251-2/+2
* | net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-01-271-1/+2
* | qed: Revert error handling changes.David S. Miller2019-01-2516-706/+198
* | Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-01-252-1/+8
|\ \
| * | virt_wifi: fix error return code in virt_wifi_newlink()Wei Yongjun2019-01-191-1/+3
| * | mac80211_hwsim: check that n_limits makes senseJohannes Berg2019-01-191-0/+5
* | | ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon2019-01-241-2/+0
* | | net: usb: asix: ax88772_bind return error when hw_reset failZhang Run2019-01-241-2/+7
* | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2019-01-244-68/+129
|\ \ \
| * | | hv_netvsc: fix typos in code commentsAdrian Vladu2019-01-234-6/+6
| * | | hv_netvsc: Fix hash key value reset after other opsHaiyang Zhang2019-01-234-7/+19
| * | | hv_netvsc: Refactor assignments of struct netvsc_device_infoHaiyang Zhang2019-01-231-49/+85
| * | | hv_netvsc: Fix ethtool change hash key errorHaiyang Zhang2019-01-231-6/+19
* | | | Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller2019-01-242-16/+15
|\ \ \ \
| * | | | can: flexcan: fix NULL pointer exception during bringupUwe Kleine-König2019-01-221-1/+1
| * | | | can: flexcan: fix 'passing zero to ERR_PTR()' warningYueHaibing2019-01-221-1/+1
| * | | | can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by remo...Manfred Schlaegl2019-01-221-14/+13
| | |_|/ | |/| |
* | | | net/mlx4_core: Fix error handling when initializing CQ bufs in the driverJack Morgenstein2019-01-241-2/+4
* | | | net/mlx4_core: Add masking for a few queries on HCA capsAya Levin2019-01-241-29/+46
* | | | sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree2019-01-231-8/+21
* | | | ravb: expand rx descriptor data to accommodate hw checksumSimon Horman2019-01-231-5/+7
* | | | net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-223-28/+5
* | | | net: fec: get regulator optionalStefan Agner2019-01-221-1/+1
* | | | net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto2019-01-221-1/+3
* | | | net: dpaa2: improve PTP Kconfig optionYangbo Lu2019-01-221-2/+3