summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* r8169: fix NAPI handling under high loadHeiner Kallweit2018-10-181-5/+3
* net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion()Gregory CLEMENT2018-10-171-3/+3
* virtio_net: avoid using netif_tx_disable() for serializing tx routineAke Koomsin2018-10-171-1/+4
* mlxsw: core: Fix use-after-free when flashing firmware during initIdo Schimmel2018-10-173-6/+17
* r8169: re-enable MSI-X on RTL8168gHeiner Kallweit2018-10-171-5/+0
* net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-10-171-2/+0
* geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-172-6/+5
* geneve, vxlan: Don't check skb_dst() twiceStefano Brivio2018-10-172-21/+6
* nfp: flower: use offsets provided by pedit instead of index for ipv6Pieter Jansen van Vuuren2018-10-151-11/+15
* nfp: flower: fix multiple keys per pedit actionPieter Jansen van Vuuren2018-10-151-4/+12
* nfp: flower: fix pedit set actions for multiple partial masksPieter Jansen van Vuuren2018-10-151-6/+9
* net: fec: don't dump RX FIFO register when not availableFugang Duan2018-10-152-4/+16
* qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King2018-10-151-1/+1
* net: bcmgenet: Poll internal PHY for GENETv5Florian Fainelli2018-10-151-2/+5
* Merge tag 'mlx5-fixes-2018-10-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-10-157-38/+28
|\
| * net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan2018-10-105-32/+23
| * net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault typeHuy Nguyen2018-10-101-1/+1
| * net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh2018-10-101-5/+4
* | r8169: Enable MSI-X on RTL8106eJian-Hong Pan2018-10-151-6/+3
* | Merge tag 'mmc-v4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Greg Kroah-Hartman2018-10-121-0/+4
|\ \
| * | libertas: call into generic suspend code before turning off powerDaniel Mack2018-10-101-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-128-58/+41
|\ \ \
| * | | net: dsa: bcm_sf2: Call setup during switch resumeFlorian Fainelli2018-10-111-9/+1
| * | | net: dsa: bcm_sf2: Fix unbind orderingFlorian Fainelli2018-10-111-2/+2
| * | | net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior2018-10-111-2/+0
| * | | r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chipsMaciej S. Szmigiero2018-10-111-2/+2
| * | | net: socionext: clear rx irq correctlyIlias Apalodimas2018-10-111-1/+4
| * | | net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh2018-10-111-28/+15
| * | | qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interfaceGiacinto Cifelli2018-10-101-0/+1
| | |/ | |/|
| * | net: ena: fix auto casting to booleanArthur Kiyanovski2018-10-091-4/+4
| * | net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski2018-10-091-2/+7
| * | net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski2018-10-091-0/+4
| * | net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski2018-10-091-8/+1
| |/
* | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-5/+5
|\ \ | |/ |/|
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-5/+5
* | net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-051-4/+5
* | yam: fix a missing-check bugWenwen Wang2018-10-051-0/+4
* | net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17
* | net: phy: phylink: fix SFP interface autodetectionBaruch Siach2018-10-051-20/+28
* | be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti2018-10-051-4/+1
* | net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli2018-10-041-2/+2
* | bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-041-1/+1
* | bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-041-4/+6
* | bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-041-3/+3
* | bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-041-1/+1
* | team: Forbid enslaving team device to itselfIdo Schimmel2018-10-041-0/+6
* | net/usb: cancel pending work when unbinding smsc75xxYu Zhao2018-10-041-0/+1
* | mlxsw: spectrum: Delete RIF when VLAN device is removedIdo Schimmel2018-10-041-0/+2
* | mlxsw: pci: Derive event type from event queue numberNir Dotan2018-10-041-4/+7
* | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-0360-440/+362
|\ \