summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0410-324/+55
|\
| * hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-163-191/+39
| * bonding: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-30/+6
| * proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-41/+5
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-46/+3
* | net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas2018-06-011-1/+1
* | net: dsa: b53: Add BCM5389 supportDamien Thébault2018-06-013-1/+18
* | 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