summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner1-3/+6
2017-11-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner1-8/+8
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30USB: fix buffer overflows with parsing CDC headersOliver Neukum1-1/+8
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-24fealnx: Fix building error on MIPSHuacai Chen1-3/+3
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-11-18tun: allow positive return values on dev_get_valid_name() callJulien Gomes1-1/+1
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-11-18tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2-0/+6
2017-11-15can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2-2/+0
2017-11-15xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2017-11-02can: kvaser_usb: Correct return value in printoutJimmy Assarsson1-1/+2
2017-10-27brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann1-100/+97
2017-10-27can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje1-1/+1
2017-10-27can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger1-8/+2
2017-10-21net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny1-2/+0
2017-10-08usb: plusb: Add support for PL-27A1Roman Spychała2-3/+14
2017-10-08team: fix memory leaksPan Bian1-2/+6
2017-10-08sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-09-27Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-09-27qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-09-07wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-09-02p54: memset(0) whole arrayJiri Slaby1-1/+1
2017-08-24usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin1-0/+1
2017-08-11net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-08-11tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-08-11sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov1-0/+1
2017-08-11xen-netback: correctly schedule rate-limited queuesWei Liu3-2/+11
2017-08-11net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-11mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch1-3/+13
2017-08-11net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2017-08-11r8169: add support for RTL8168 series add-on card.Chun-Hao Lin1-0/+1
2017-08-11sh_eth: Fix ethtool operation crash when net device is downBen Hutchings1-0/+10
2017-08-11kaweth: fix oops upon failed memory allocationOliver Neukum1-1/+6
2017-08-11kaweth: fix firmware downloadOliver Neukum1-2/+1
2017-08-11wil6210: fix deadlock when using fw_no_recovery optionLior David1-7/+8
2017-08-11net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1