summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-25qtnfmac: convert channel width from bitfiled to simple enumIgor Mitsyanko2-16/+16
2017-09-25rsi: sdio suspend and resume supportKarun Eagalapati2-4/+126
2017-09-25rsi: add version informationPavani Muthyala5-17/+57
2017-09-25mwifiex: make const array tos_to_ac static, reduces object code sizeColin Ian King1-1/+2
2017-09-25rtl8xxxu: Don't printk raw binary if serial number is not burned in.Adam Borowski1-1/+4
2017-09-25brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King1-1/+1
2017-09-25brcmfmac: use setup_timer() helperAllen Pais1-4/+2
2017-09-20mwifiex: use get_random_mask_addr() helperGanapathi Bhat1-6/+5
2017-09-20mwifiex: avoid storing random_mac in privateGanapathi Bhat3-9/+6
2017-09-20mwifiex: make const arrays static to shink object code sizeColin Ian King1-7/+7
2017-09-20mwifiex: remove unnecessary call to memsetHimanshu Jha1-2/+0
2017-09-20mwifiex: check for mfg_mode in add_virtual_intfGanapathi Bhat1-8/+11
2017-09-20mwifiex: notify cfg80211 about scan abortGanapathi Bhat1-5/+1
2017-09-20rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger1-2/+4
2017-09-20rtlwifi: btcoexist: 23b 1ant: fix duplicated code for different branchesLarry Finger1-8/+5
2017-09-20b43legacy: fix unitialized reads of ret by initializing the array to zeroColin Ian King1-1/+1
2017-09-20b43: fix unitialized reads of ret by initializing the array to zeroColin Ian King1-1/+1
2017-09-20rsi: fix a dereference on adapter before it has been null checkedColin Ian King1-2/+2
2017-09-20rsi: miscellaneous changes for p2p modePrameela Rani Garnepudi2-9/+12
2017-09-20rsi: aggregation changes for p2p modePrameela Rani Garnepudi1-5/+10
2017-09-20rsi: disallow power save config when AP vap runningPrameela Rani Garnepudi5-23/+39
2017-09-20rsi: tx and rx path enhancements for p2p modePrameela Rani Garnepudi5-17/+48
2017-09-20rsi: handle peer connection and disconnection in p2p modePrameela Rani Garnepudi7-39/+64
2017-09-20rsi: add support for p2p listenPrameela Rani Garnepudi7-25/+199
2017-09-20rsi: add/remove interface enhancements for p2pPrameela Rani Garnepudi4-55/+89
2017-09-20rsi: add p2p support parameters to mac80211Prameela Rani Garnepudi1-1/+36
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-116/+293
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-16netvsc: increase default receive buffer sizeStephen Hemminger1-1/+1
2017-09-16net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-16net: vrf: avoid gcc-4.6 warningArnd Bergmann1-3/+3
2017-09-16qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski3-0/+51
2017-09-13nfp: wait for board state before talking to the NSPJakub Kicinski2-23/+43
2017-09-13nfp: add whitelist of supported flow dissectorPieter Jansen van Vuuren1-0/+13
2017-09-13be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BExSuresh Reddy2-0/+22
2017-09-13w90p910_ether: include linux/interrupt.hArnd Bergmann1-0/+1
2017-09-13net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov1-10/+7
2017-09-13mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz1-10/+9
2017-09-13smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed1-6/+5
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-24/+23
2017-09-12net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa1-0/+3
2017-09-12hv_netvsc: avoid unnecessary wakeups on subchannel creationStephen Hemminger1-2/+2
2017-09-12hv_netvsc: fix deadlock on hotplugStephen Hemminger4-45/+94
2017-09-11mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky1-2/+17
2017-09-10net: qualcomm: rmnet: Fix a double freeDan Carpenter1-6/+4
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-20/+34