aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09target/cxgbit: Fix endianness annotationsBart Van Assche1-1/+1
2017-02-04Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+6
2017-02-01be2net: fix initial MAC settingIvan Vecera1-5/+28
2017-01-31net: thunderx: avoid dereferencing xcv when NULLVincent1-2/+1
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui1-0/+6
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein3-1/+14
2017-01-30Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-157/+181
2017-01-30Merge tag 'wireless-drivers-for-davem-2017-01-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-8/+13
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha1-2/+2
2017-01-29net: adaptec: starfire: add checks for dma mapping errorsAlexey Khoroshilov1-2/+43
2017-01-29net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer1-1/+1
2017-01-29net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2-61/+147
2017-01-29stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-29net/mlx5e: Check ets capability before ets query FW commandMoshe Shemesh1-0/+5
2017-01-29net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman3-105/+109
2017-01-29net/mlx5e: Modify TIRs hash only when it's neededGal Pressman1-5/+13
2017-01-29net/mlx5e: Support TC encapsulation offloads with upper devicesHadar Hen Zion1-7/+6
2017-01-29net/mlx5: E-Switch, Re-enable RoCE on mode change only after FDB destroyOr Gerlitz1-11/+18
2017-01-29net/mlx5: E-Switch, Err when retrieving steering name-space failsOr Gerlitz1-1/+2
2017-01-29net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz4-6/+6
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz12-22/+22
2017-01-27net: phy: micrel: add support for KSZ8795Sean Nyekjaer1-0/+14
2017-01-27gtp: fix cross netns recv on gtp socketAndreas Schultz1-6/+4
2017-01-27gtp: clear DF bit on GTP packet txAndreas Schultz1-1/+1
2017-01-27gtp: add genl family modules aliasAndreas Schultz1-0/+1
2017-01-26ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-01-25virtio_net: reject XDP programs using header adjustmentJakub Kicinski1-0/+5
2017-01-25virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend1-2/+6
2017-01-25r8152: check rx after napi is enabledhayeswang1-1/+6
2017-01-25r8152: re-schedule napi for txhayeswang1-0/+3
2017-01-25r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang1-2/+6
2017-01-25r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang1-3/+9
2017-01-25net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2-0/+2
2017-01-25net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven1-2/+6
2017-01-25net-next: ethernet: mediatek: change the compatible stringJohn Crispin1-1/+1
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25
2017-01-24alx: work around hardware bug in interrupt fallback pathTobias Regnery1-2/+6
2017-01-24alx: fix fallback to msi or legacy interruptsTobias Regnery1-0/+1
2017-01-24alx: fix wrong condition to free descriptor memoryTobias Regnery1-1/+1
2017-01-24qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN cardBjørn Mork2-0/+15
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth1-2/+5
2017-01-24vxlan: do not age static remote mac entriesBalakrishnan Raman1-1/+1
2017-01-24vxlan: don't flush static fdb entries on admin downRoopa Prabhu1-2/+6
2017-01-24virtio_net: fix PAGE_SIZE > 64kMichael S. Tsirkin1-1/+9
2017-01-24mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel1-4/+6
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-1/+3
2017-01-24net: phy: marvell: Add Wake from LAN support for 88E1510 PHYJingju Hou1-0/+2
2017-01-23net: phy: Avoid deadlock during phy_error()Florian Fainelli1-5/+9