summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-081-0/+6
* bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-081-3/+7
* net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-081-1/+3
* qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-081-1/+1
* broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-082-6/+6
* r8169: disable ASPM againHeiner Kallweit2019-04-081-0/+6
* net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin2019-04-071-2/+6
* ibmvnic: Fix completion structure initializationThomas Falcon2019-04-041-2/+3
* libcxgb: fix incorrect ppmax calculationVarun Prakash2019-04-041-1/+8
* net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi2019-04-041-8/+12
* net: hns: Fix sparse: some warnings in HNS driversYonglong Liu2019-04-0411-43/+33
* 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
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-04-023-14/+33
|\
| * i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel2019-04-013-1/+14
| * i40e: move i40e_xsk_umem functionBjörn Töpel2019-04-012-14/+20
* | nfp: flower: remove vlan CFI bit from push vlan actionPieter Jansen van Vuuren2019-04-012-3/+1
* | nfp: flower: replace CFI with vlan presentPieter Jansen van Vuuren2019-04-012-15/+14
|/
* net: stmmac: don't log oversized framesAaro Koskinen2019-03-311-2/+0
* net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen2019-03-311-0/+5
* net: stmmac: don't overwrite discard_frame statusAaro Koskinen2019-03-311-3/+4
* net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen2019-03-311-7/+7
* net: stmmac: ratelimit RX error logsAaro Koskinen2019-03-311-6/+8
* net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen2019-03-317-19/+35
* r8169: disable default rx interrupt coalescing on RTL8168Heiner Kallweit2019-03-301-1/+1
* Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-03-299-81/+152
|\
| * net/mlx5e: Consider tunnel type for encap contextsEli Britstein2019-03-291-9/+19
| * net/mlx5e: Update xon formulaHuy Nguyen2019-03-291-12/+16
| * net/mlx5e: Update xoff formulaHuy Nguyen2019-03-291-5/+6
| * net/mlx5: E-Switch, fix syndrome (0x678139) when turn on vepaHuy Nguyen2019-03-291-0/+1
| * net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon2019-03-291-4/+2
| * net/mlx5: E-Switch, Protect from invalid memory access in offload fdb tableRoi Dayan2019-03-291-0/+1
| * net/mlx5e: Correctly use the namespace type when allocating pedit actionTonghao Zhang2019-03-291-1/+1
| * net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modesRoi Dayan2019-03-291-0/+2
| * net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin2019-03-292-19/+31
| * net/mlx5: ethtool, Fix type analysis of advertised link-modeAya Levin2019-03-291-2/+3
| * net/mlx5e: Add a lock on tir listYuval Avnery2019-03-291-0/+7
| * net: mlx5: Add a missing check on idr_find, free bufAditya Pakki2019-03-291-3/+11
| * net/mlx5e: Allow IPv4 ttl & IPv6 hop_limit rewrite for all L4 protocolsDmytro Linkin2019-03-291-4/+48
| * net/mlx5e: Fix error handling when refreshing TIRsGavi Teitz2019-03-291-2/+4
| * net/mlx5: Decrease default mr cache sizeArtemy Kovalyov2019-03-291-20/+0
* | Revert "cxgb4: Update 1.23.3.0 as the latest firmware supported."David S. Miller2019-03-291-6/+6
* | cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni2019-03-291-6/+6
* | hv_netvsc: Fix unwanted wakeup after tx_disableHaiyang Zhang2019-03-293-8/+31
* | bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-03-291-1/+3
* | nfp: disable netpoll on representorsJakub Kicinski2019-03-281-1/+1
* | nfp: validate the return code from dev_queue_xmit()Jakub Kicinski2019-03-281-1/+1