summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-10local/net: bcm4358: fix misleading-indentation build warningsubmit/tizen_4.0/20170811.094300submit/tizen/20170711.010212accepted/tizen/unified/20170711.180931accepted/tizen/4.0/unified/20170816.012918Seung-Woo Kim1-1/+1
2017-03-14local/net: bcm4358: fix panic when unregistering p2p interfacesubmit/tizen/20170316.045621accepted/tizen/wearable/20170316.101819accepted/tizen/unified/20170316.101853accepted/tizen/tv/20170316.101804accepted/tizen/mobile/20170316.101734accepted/tizen/ivi/20170316.101834accepted/tizen/common/20170316.161713accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonSeung-Woo Kim1-2/+20
2017-01-16net: bcm4358: fix not to check same value in macroSeung-Woo Kim1-0/+2
2016-12-14net: bcm4358: remove unused config for pci bindingJaehoon Chung2-8/+0
2016-12-14LOCAL / net: bcm4358: call vfs functions instead of direct file opsPrzemyslaw Marczak1-135/+68
2016-12-14LOCAL / net: bcm4358: Enable the some configurationsJaehoon Chung1-0/+1
2016-12-14LOCAL / net: bcm4358: fix the compiler warning for broadcom driverJaehoon Chung1-25/+24
2016-12-14LOCAL / net: bcm4358: add the 'name_assigne_type' argument for add_virtual_intfJaehoon Chung1-0/+3
2016-12-14LOCAL / net: bcm4358: set wowlan_config for broadcom driverJaehoon Chung1-0/+10
2016-12-14LOCAL / net: bcm4358: Disable wakelock configurationJaehoon Chung1-1/+1
2016-12-14local/net: bcm4358: fix netdevice notifier to use info structSeung-Woo Kim1-3/+3
2016-12-14local/net: bcm4358: During resuming first power up PCIEKrzysztof Kozlowski1-5/+8
2016-12-14local/pci: pci-exynos5433: Disable WiFi waking from Suspend to RAMKrzysztof Kozlowski1-0/+11
2016-12-14local/net: bcm4358: replace strnicmp with strncasecmpJaehoon Chung2-106/+106
2016-12-14local/net: bcm4358: use nl80211 attribute instead of station_info_flagsJaehoon Chung1-9/+8
2016-12-14local/net: bcm4358: add the exynos5433-tm2 board and version checkJaehoon Chung13-23/+51
2016-12-14local/net: bcm4358: Add bcmdhd4358 driverJaehoon Chung163-0/+140186
2016-10-03can: flexcan: fix resume functionFabio Estevam1-5/+8
2016-10-02ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-08-19cdc_ncm: workaround for EM7455 "silent" data interfaceBjørn Mork1-0/+7
2016-08-17iwlwifi: add new 8260 PCI IDsSasha Levin1-0/+3
2016-08-03net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein1-1/+1
2016-07-10sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-07-10tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-07-10net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens1-1/+1
2016-07-10net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-07-10net/mlx4_en: fix spurious timestamping callbacksEric Dumazet1-2/+4
2016-07-10atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-07-10jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-07-10jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-07-10qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork1-0/+1
2016-07-10ppp: take reference on channels netnsGuillaume Nault1-1/+3
2016-07-10bonding: fix bond_get_stats()Eric Dumazet1-30/+35
2016-07-10net: bcmgenet: fix dma api length mismatchEric Dumazet1-2/+2
2016-07-10qlge: Fix receive packets drop.Manish Chopra1-0/+11
2016-07-10ppp: ensure file->private_data can't be overriddenGuillaume Nault1-14/+17
2016-07-10ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-07-10farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2016-07-10mlx4: add missing braces in verify_qp_parametersArnd Bergmann1-1/+2
2016-07-10macvtap: always pass ethernet header in linearWillem de Bruijn1-3/+6
2016-07-10qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia3-5/+14
2016-07-10qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2-6/+5
2016-07-10sh_eth: fix RX buffer size alignmentSergei Shtylyov1-5/+5
2016-07-10sh_eth: fix NULL pointer dereference in sh_eth_ring_format()Sergei Shtylyov1-1/+2
2016-07-10usbnet: cleanup after bind() in probe()Oliver Neukum1-0/+7
2016-07-10cdc_ncm: toggle altsetting to force reset before setupBjørn Mork1-1/+5
2016-07-10qmi_wwan: add Sierra Wireless EM74xx device IDBjørn Mork1-2/+4
2016-07-10net: qca_spi: clear IFF_TX_SKB_SHARINGStefan Wahren1-0/+1
2016-07-10net: qca_spi: Don't clear IFF_BROADCASTStefan Wahren1-1/+0
2016-07-10net: jme: fix suspend/resume on JMC260Diego Viola1-1/+2