aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: USB: core: harden cdc_parse_cdc_headerMarissa Wall2018-05-163-4/+15
* format-security: move static strings to constKees Cook2017-12-058-9/+11
* ppp: take reference on channels netnsGuillaume Nault2017-12-031-0/+2
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-11-061-1/+1
* team: fix memory leaksPan Bian2017-11-061-2/+6
* qlge: avoid memcpy buffer overflowArnd Bergmann2017-11-061-1/+1
* net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky2017-11-061-1/+6
* net: korina: Fix NAPI versus resources freeingFlorian Fainelli2017-11-061-4/+4
* net: phy: fix marvell phy status readingRussell King2017-11-061-2/+0
* net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-11-061-3/+7
* net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny2017-11-061-2/+0
* UPSTREAM: brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-08-121-0/+5
* tun: read vnet_hdr_sz onceWillem de Bruijn2017-07-041-4/+6
* hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann2017-07-041-5/+10
* catc: Use heap buffer for memory size testBen Hutchings2017-07-041-7/+18
* catc: Combine failure cleanup code in catc_probe()Ben Hutchings2017-07-041-16/+17
* igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-07-041-1/+1
* igb: Workaround for igb i210 firmware issueChris J Arges2017-07-041-0/+4
* cpmac: remove hopeless #warningArnd Bergmann2017-07-041-1/+1
* ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau2017-07-041-2/+1
* rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/downMichael Schenk2017-07-041-0/+18
* macvtap: read vnet_hdr_size onceWillem de Bruijn2017-07-041-2/+2
* bnx2x: Correct ringparam estimate when DOWNMintz, Yuval2017-07-041-0/+8
* bna: Add synchronization for tx ring.Benjamin Poirier2017-07-041-2/+2
* vmxnet3: Wake queue from reset workBenjamin Poirier2017-07-041-1/+1
* netvsc: reduce maximum GSO sizestephen hemminger2017-07-041-0/+4
* net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton2017-07-041-2/+3
* can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde2017-07-041-6/+3
* can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov2017-07-041-4/+12
* can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón2017-07-041-0/+1
* can: peak: fix bad memory access and free sequence추지호2017-07-041-2/+4
* tun: Fix TUN_PKT_STRIP settingHerbert Xu2017-06-171-4/+8
* net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-06-171-1/+1
* rtl8150: Use heap buffers for all register accessBen Hutchings2017-06-171-7/+27
* pegasus: Use heap buffers for all register accessBen Hutchings2017-06-171-4/+25
* net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-06-171-18/+20
* net/mlx4_en: Fix bad WQE issueEugenia Emantayev2017-06-171-1/+7
* vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-06-171-1/+1
* ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter2017-06-171-2/+2
* net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli2017-06-171-8/+12
* drivers: net: ppp: fix maybe-uninitialized warningNathan Chancellor2017-05-231-2/+2
* nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2017-04-131-5/+13
* can: dev: fix deadlock reported after bus-offSergei Miroshnichenko2017-04-111-10/+17
* kaweth: fix firmware downloadOliver Neukum2017-04-111-2/+1
* net: sky2: Fix shutdown crashJeremy Linton2017-04-111-0/+13
* mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2017-04-111-6/+7
* net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein2017-04-111-1/+1
* brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel2017-04-111-1/+1
* brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli2017-04-111-1/+1
* brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli2017-04-111-1/+3