summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-05mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris1-1/+2
2017-06-05ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2017-06-05adm80211: return an error if adm8211_alloc_rings() failsDan Carpenter1-1/+2
2017-03-16macvtap: read vnet_hdr_size onceWillem de Bruijn1-2/+2
2017-03-16tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-03-16tun: Fix TUN_PKT_STRIP settingHerbert Xu1-4/+8
2017-03-16net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2017-03-16net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-03-16xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-2/+2
2017-03-16catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-03-16catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-03-16rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-03-16can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2017-03-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-03-16net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2017-03-16net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-03-16net: korina: Fix NAPI versus resources freeingFlorian Fainelli1-4/+4
2017-02-23net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli1-0/+4
2017-02-23mwifiex: printk() overflow with 32-byte SSIDsBrian Norris1-6/+7
2017-02-23net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit1-0/+7
2017-02-23net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2-4/+17
2017-02-23rtlwifi: Fix missing country code for Great BritainLarry Finger1-1/+3
2017-02-23rtlwifi: Update regulatory databaseShao Fu2-4/+39
2016-11-20can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-10/+17
2016-11-20brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-11-20net: ethoc: Fix early error pathsFlorian Fainelli1-5/+5
2016-11-20ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-08-22bonding: prevent out of bound accessesEric Dumazet3-10/+13
2016-08-22can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp1-0/+6
2016-08-22can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger1-2/+3
2016-08-22mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNALMartin Willi1-0/+1
2016-08-22net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
2016-08-22net/mlx4_core: Fix access to uninitialized indexTariq Toukan1-2/+2
2016-08-22ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-06-15atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-05-01jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-05-01jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-05-01qlge: Fix receive packets drop.Manish Chopra1-0/+11
2016-05-01farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2016-05-01macvtap: always pass ethernet header in linearWillem de Bruijn1-3/+6
2016-05-01sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov1-1/+2
2016-05-01cdc_ncm: toggle altsetting to force reset before setupBjørn Mork1-1/+5
2016-05-01net: jme: fix suspend/resume on JMC260Diego Viola1-1/+2
2016-05-01pppoe: fix reference counting in PPPoE proxyGuillaume Nault1-0/+2
2016-05-01net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-05-01usbnet: cleanup after bind() in probe()Oliver Neukum1-0/+7
2016-05-01ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-05-01rapidio/rionet: fix deadlock on SMPAurelien Jacquiot1-2/+2
2016-05-01ethernet: micrel: fix some error codesDan Carpenter1-4/+6
2016-05-01ppp: ensure file->private_data can't be overriddenGuillaume Nault1-14/+17