summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý2018-05-311-5/+4
* net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter2018-05-311-10/+12
* Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2018-05-312-9/+8
|\
| * iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee2018-05-291-5/+5
| * Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka2018-05-291-4/+3
* | net/sonic: Use dma_mapping_error()Finn Thain2018-05-311-1/+1
* | tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita2018-05-291-6/+9
* | be2net: Fix error detection logic for BE3Suresh Reddy2018-05-291-1/+3
* | net: qmi_wwan: Add Netgear Aircard 779SJosh Hill2018-05-291-0/+1
* | mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata2018-05-291-0/+5
* | net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel2018-05-281-2/+2
* | ibmvnic: Fix partial success login retriesThomas Falcon2018-05-251-1/+6
* | mlx4_core: allocate ICM memory in page size chunksQing Huang2018-05-251-7/+9
* | enic: set DMA mask to 47 bitGovindarajulu Varadarajan2018-05-241-4/+4
* | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-241-22/+5
* | net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman2018-05-241-7/+5
* | net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha2018-05-241-0/+42
* | net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein2018-05-231-2/+2
* | net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli2018-05-233-5/+12
* | net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli2018-05-231-1/+1
* | net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King2018-05-231-1/+1
* | ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot2018-05-231-6/+9
* | tuntap: correctly set SOCKWQ_ASYNC_NOSPACEJason Wang2018-05-231-4/+15
* | virtio-net: fix leaking page for gso packet during mergeable XDPJason Wang2018-05-231-8/+7
* | virtio-net: correctly check num_buf during err pathJason Wang2018-05-231-1/+1
* | virtio-net: correctly transmit XDP buff after linearizingJason Wang2018-05-231-1/+1
* | virtio-net: correctly redirect linearized packetJason Wang2018-05-231-1/+1
* | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-231-2/+2
|\ \
| * | mac80211_hwsim: Fix radio dump for radio idx 0Andrew Zaborowski2018-05-221-2/+2
* | | pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen2018-05-221-3/+7
* | | qed: Fix mask for physical address in ILT entryShahed Shaikh2018-05-221-1/+1
* | | net: fec: Add a SPDX identifierFabio Estevam2018-05-221-0/+1
* | | net: fec: ptp: Switch to SPDX identifierFabio Estevam2018-05-221-13/+1
* | | cxgb4: fix offset in collecting TX rate limit infoRahul Lakkireddy2018-05-181-19/+9
* | | sh_eth: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-05-181-1/+1
|/ /
* | ibmvnic: Fix statistics buffers memory leakThomas Falcon2018-05-171-9/+15
* | ibmvnic: Fix non-fatal firmware error resetThomas Falcon2018-05-171-2/+1
* | ibmvnic: Free coherent DMA memory if FW map failedThomas Falcon2018-05-171-0/+1
* | tuntap: fix use after free during releaseJason Wang2018-05-161-1/+1
* | qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
* | qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
* | qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
* | net: 8390: ne: Fix accidentally removed RBTX4927 supportGeert Uytterhoeven2018-05-161-1/+3
* | net: dsa: bcm_sf2: Fix IPv6 rule half deletionFlorian Fainelli2018-05-161-4/+7
* | net: dsa: bcm_sf2: Fix IPv6 rules and chain IDFlorian Fainelli2018-05-161-9/+11
* | net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last ruleFlorian Fainelli2018-05-161-1/+4
* | net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel2018-05-161-0/+31
* | ipvlan: call netdevice notifier when master mac address changedKeefe Liu2018-05-161-1/+3
* | vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com2018-05-142-2/+24
* | vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com2018-05-142-28/+30