summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-15bgmac: reset & enable Ethernet core before using itRafał Miłecki1-0/+5
2017-07-15bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2017-07-05net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2017-06-29net: phy: fix marvell phy status readingRussell King1-2/+0
2017-06-26can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde1-0/+2
2017-06-26net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-06-26net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula1-54/+62
2017-06-14mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig3-3/+3
2017-06-14net: ethoc: enable NAPI before poll may be scheduledMax Filippov1-1/+2
2017-06-14cxgb4: avoid enabling napi twice to the same queueGanesh Goudar1-0/+4
2017-06-14bnx2x: Fix Multi-CosMintz, Yuval1-1/+1
2017-06-07qmi_wwan: add another Lenovo EM74xx device IDBjørn Mork1-0/+2
2017-05-25net: irda: irda-usb: fix firmware name on big-endian hostsJohan Hovold1-1/+1
2017-05-25ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-05-25mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris1-0/+7
2017-05-20cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork1-15/+5
2017-05-20ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2017-05-15brcmfmac: Make skb header writable before useJames Hughes1-14/+5
2017-05-15brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes1-1/+3
2017-05-15mwifiex: Avoid skipping WEP key deletion for APGanapathi Bhat1-2/+0
2017-05-15mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris1-1/+2
2017-05-08e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2017-05-08cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2-10/+6
2017-05-08net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2017-05-08mlx5: avoid build warnings on 32-bitArnd Bergmann1-3/+3
2017-05-08net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-04-30net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann2-3/+8
2017-04-30hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann1-5/+10
2017-04-30net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2017-04-30brcmfmac: avoid gcc-5.1 warningArnd Bergmann1-1/+1
2017-04-30net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2017-04-22igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-04-22igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2017-04-22net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli1-2/+4
2017-04-22net/mlx5: Increase number of max QPs in default profileMaor Gottlieb1-1/+1
2017-04-22catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-04-22catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-04-22rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-04-22pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-04-18net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein1-2/+3
2017-04-18net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-04-18net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-04-18vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2017-04-18cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2017-04-18smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2017-04-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-08i40e: Reduce stack in i40e_dbg_dump_descJoe Perches1-13/+17
2017-02-08iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2017-02-08drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52...David Malcolm1-1/+1
2017-02-08MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0