aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-23rtl8xxxu: gen1: Add module parameters to adjust DMA aggregation parametersrtl8xxxu-aggregationJes Sorensen1-0/+28
2016-06-23rtl8xxxu: gen1: Set aggregation timeout (REG_RXDMA_AGG_PG_TH + 1) as wellJes Sorensen1-2/+9
2016-06-23rtl8xxxu: Make DMA aggregation optional by setting a module parameterJes Sorensen1-2/+9
2016-06-23rtl8xxxu: Enable aggregation for rtl8192cu/rtl8188cu/rtl8188ruJes Sorensen1-0/+2
2016-06-23rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen3-0/+37
2016-06-23rtl8xxxu: Adjust RX skb size to include space for phystatsJes Sorensen1-3/+4
2016-06-23rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen2-4/+11
2016-06-23rtl8xxxu: Add support for aggregated RX packets on gen1 partsJes Sorensen1-34/+69
2016-06-23rtl8xxxu: Correct rxdesc16 definitionJes Sorensen1-2/+4
2016-06-23rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc()Jes Sorensen2-12/+8
2016-06-23rtl8xxxu: Move skb delivery into parse_tx_desc() handlerJes Sorensen1-54/+50
2016-06-23rtl8xxxu: Set all ieee80211_rx_status values in parse_rx_desc()Jes Sorensen1-5/+12
2016-06-23rtl8xxxu: Mark 0x2001:0x3308 as testedJes Sorensen1-2/+7
2016-06-23rtl8xxxu: Mark 0x20f4:0x648b as testedJes Sorensen1-2/+7
2016-06-23rtl8xxxu: Reduce console noise when removing the kernel moduleJes Sorensen1-1/+1
2016-06-22rtl8xxxu: remove unneeded assignmentsLuis de Bethencourt1-2/+0
2016-06-22rtl8xxxu: fix typo on variable name, compare against correct variableColin Ian King1-1/+1
2016-06-22rtl8xxxu: tuse %*ph to dump buffersAndy Shevchenko3-21/+6
2016-06-22rtl8xxxu: Add additional documentation for RX DMA registersJes Sorensen1-3/+7
2016-06-22rtl8xxxu: Add bit definitions for REG_USB_SPECIAL_OPTIONJes Sorensen1-0/+4
2016-06-19Merge ath-next from ath.gitKalle Valo30-181/+783
2016-06-18mwifiex: fix link error against sdioArnd Bergmann3-6/+15
2016-06-16brcmfmac: include required headers in cfg80211.hRafał Miłecki1-0/+3
2016-06-16brcmfmac: drop unused pm_block vif attributeRafał Miłecki3-13/+6
2016-06-16b43: Completely remove support for phy_aGuenter Roeck3-307/+24
2016-06-16b43: Remove unused phy_a codeGuenter Roeck5-626/+21
2016-06-16libertas: Remove create_workqueueBhaktipriya Shridhar2-5/+2
2016-06-16brcm80211: update maintainers email addressesArend van Spriel1-5/+4
2016-06-16brcmfmac: change rx_seq check log from error print to debug printWright Feng1-2/+1
2016-06-16brcmfmac: add support for the PCIE devices 43525 and 43465Hante Meuleman3-1/+9
2016-06-16brcmfmac: use ndev->needed_headroom to reserve additional header spaceWright Feng1-1/+1
2016-06-16brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinitWright Feng1-1/+1
2016-06-16brcmfmac: fix skb priority handlingHante Meuleman1-1/+1
2016-06-16b43: only hardcode LED behavior if SPROM doesn't encode anyLucas Stach1-2/+6
2016-06-16libertas_tf: Drop unused variable and defineGuenter Roeck1-7/+0
2016-06-16rtlwifi: fix error handling in *_read_adapter_info()Arnd Bergmann9-43/+94
2016-06-16brcmfmac: don't remove interface on link down firmware eventRafał Miłecki1-3/+0
2016-06-16brcmfmac: fix setting AP channel with new firmwaresRafał Miłecki1-11/+25
2016-06-16wl3501_cs: avoid bogus gcc-6 warningArnd Bergmann1-10/+21
2016-06-16mwifiex: use better message and error code when OF node doesn't matchJavier Martinez Canillas1-2/+2
2016-06-16mwifiex: don't print an error if an optional DT property is missingJavier Martinez Canillas1-1/+1
2016-06-16mwifiex: check if mwifiex_sdio_probe_of() fails and return errorJavier Martinez Canillas1-2/+7
2016-06-16mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()Javier Martinez Canillas1-2/+2
2016-06-16mwifiex: consolidate mwifiex_sdio_probe() error pathsJavier Martinez Canillas1-6/+11
2016-06-16mwifiex: propagate mwifiex_add_card() errno code in mwifiex_sdio_probe()Javier Martinez Canillas1-4/+4
2016-06-16mwifiex: propagate sdio_enable_func() errno code in mwifiex_sdio_probe()Javier Martinez Canillas1-1/+1
2016-06-16mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF nodeJavier Martinez Canillas1-3/+3
2016-06-16brcmfmac: print errors if creating interface failsRafał Miłecki2-8/+10
2016-06-14mwifiex: inform disconnection initiator correctly.Amitkumar Karwar4-10/+12
2016-06-14mwifiex: remove misleading GFP_DMA flag in buffer allocationsMathias Krause3-5/+5
2016-06-14brcmfmac: support get_channel cfg80211 callbackRafał Miłecki1-0/+63
2016-06-14brcmutil: add field storing control channel to the struct brcmu_chanRafał Miłecki4-21/+46
2016-06-14brcmfmac: use kmemdupMuhammad Falak R Wani1-2/+1
2016-06-14iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2016-06-14mwifiex: fix racing condition when downloading firmwareWei-Ning Huang1-2/+10
2016-06-14brcm80211: simplify assignmentHeinrich Schuchardt1-1/+1
2016-06-14rtlwifi: rtl8192ee: simplify codingHeinrich Schuchardt1-11/+2
2016-06-14mwiflex: avoid possible null pointer dereferenceHeinrich Schuchardt1-1/+2
2016-06-14rtlwifi: rtl8723be: avoid undefined behaviorHeinrich Schuchardt1-1/+1
2016-06-14mwifiex: illegal assignmentHeinrich Schuchardt1-1/+1
2016-06-14rsi: eliminate superfluous NULL checkHeinrich Schuchardt1-1/+1
2016-06-14wil6210: abort P2P search when stopping P2P deviceLior David2-0/+17
2016-06-14wil6210: fix chan check in wil_p2p_listenMaya Erez1-2/+4
2016-06-14ath5k: fix misplaced default label in sifs switchBob Copeland1-1/+1
2016-06-14ath10k: fix cycle counter wraparound handling for QCA4019Vasanthakumar Thiagarajan3-5/+30
2016-06-14ath10k: define an enum to enable cycle counter wraparound logicVasanthakumar Thiagarajan4-9/+20
2016-06-14ath10k: fix CCK h/w rates for QCA99X0 and newer chipsetsMohammed Shafi Shajakhan4-2/+56
2016-06-14ath10k: remove duplicate and unused rx rate flagsMohammed Shafi Shajakhan1-39/+0
2016-06-14ath10k: fix some of the macro definitions of HTT_RX_IND messageVasanthakumar Thiagarajan1-3/+3
2016-06-09brcmfmac: rework function picking free BSS indexRafał Miłecki3-26/+16
2016-06-07ath10k: add board data download from targetSven Eckelmann5-1/+219
2016-06-07ath10k: add QCA9887 chipset supportSven Eckelmann4-0/+51
2016-06-04mwifiex: fix typoJulia Lawall1-1/+1
2016-06-04b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM.Adrian Chadd1-3/+10
2016-06-04brcmfmac: Fix 'did not remove int handler' warningChristian Daudt2-7/+12
2016-06-04brcmfmac: Fix kernel oops in failed chip_attachChristian Daudt2-13/+18
2016-06-04carl9170: Clarify kconfig textLauri Kasanen1-5/+3
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03qed: Fix next-ptr chains for BE / 32-bitYuval Mintz1-2/+1
2016-06-03Merge branch 'qed-roce-iscsi'David S. Miller23-383/+7312
2016-06-03qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-03qed: Add iscsi/rdma personalitiesYuval Mintz8-6/+114
2016-06-03qed: Add common HSI for new protocolsYuval Mintz8-1/+5040
2016-06-03qed: Revisit chain implementationYuval Mintz7-306/+623
2016-06-03net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk1-3/+0
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches16-34/+56
2016-06-03hv_netvsc: Fix VF register on vlan devicesHaiyang Zhang1-0/+4
2016-06-03Merge branch 'sctp-gso'David S. Miller19-167/+524
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner14-126/+429
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2-31/+43
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner6-4/+36
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2-3/+12
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-06-03loopback: make use of NETIF_F_GSO_SOFTWAREMarcelo Ricardo Leitner1-3/+2
2016-06-03net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar1-2/+3
2016-06-02qed: Utilize FW 8.10.3.0Yuval Mintz17-4657/+4129
2016-06-02net: vrf: set operstate and mtu at link createDavid Ahern1-0/+6
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-06-02net: ethernet: wiznet: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-02ath10k: enable ipq4019 device probe in ahb moduleRaja Mani1-6/+3
2016-06-02ath10k: add pdev param support to enable/disable btcoexRajkumar Manoharan5-3/+46
2016-06-02ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAMRajkumar Manoharan2-0/+8
2016-06-02ath10k: update module descriptionRajkumar Manoharan2-2/+2
2016-06-02ath10k: remove unused phy_mode_to_bandRajkumar Manoharan1-28/+0
2016-06-02ath10k: fix operating irq mode for ahb deviceRajkumar Manoharan1-0/+2
2016-06-02ath10k: fix error while writing 'simulate_fw_crash' debugfsMohammed Shafi Shajakhan1-8/+6
2016-06-02ath10k: fix diag_read to collect data for larger memoryAshok Raj Nagarajan1-12/+16
2016-06-01ravb: Remove manual pause frame transmitMasaru Nagai1-2/+0
2016-06-01stmmac: make platform drivers depend on their associated SoCPeter Robinson1-7/+7
2016-06-01Merge branch 'macvlan-less-mcast-cloning'David S. Miller1-7/+41
2016-06-01macvlan: Avoid unnecessary multicast cloningHerbert Xu1-6/+34
2016-06-01macvlan: Fix potential use-after free for broadcastsHerbert Xu1-2/+8
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet1-2/+2
2016-06-01ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi1-2/+1
2016-06-01ravb: Add ESF in RCR for enabling separation filterMasaru Nagai1-1/+2
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-262/+580
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-100/+215
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-31usbnet: smsc95xx: fix link detection for disabled autonegotiationChristoph Fritz1-0/+51
2016-05-31virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recvwangyunjian1-16/+2
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann2-2/+2
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long2-0/+3
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-31vlan: Propagate MAC address to VLANsMike Manning3-3/+24
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter1-1/+1
2016-05-31atm: firestream: add more reserved stringsDan Carpenter1-1/+5
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-31net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck1-4/+4
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck1-0/+1
2016-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-68/+103
2016-05-31Merge tag 'gpio-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-58/+41
2016-05-30Merge branch 'uuid' (lib/uuid fixes from Andy)Linus Torvalds4-2/+139
2016-05-30lib/uuid.c: use correct offset in uuid parserBjørn Mork1-2/+2
2016-05-30lib/uuid: add a test moduleAndy Shevchenko3-0/+137
2016-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-6/+14
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij1-2/+2
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij1-3/+8
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij1-2/+13
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij1-4/+17
2016-05-30gpio: lpc32xx: disable broken to_irq supportSylvain Lemieux1-47/+1
2016-05-30net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani1-5/+7
2016-05-29Documentation: ip-sysctl.txt: clarify secure_redirectsEric Garver1-3/+5
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-29ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding1-2/+2
2016-05-29net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-29net/lapb: tuse %*ph to dump buffersAndy Shevchenko3-15/+8
2016-05-29ptp: oops in ptp_ioctl()Dan Carpenter1-0/+1
2016-05-29fou: add Kconfig options for IPv6 supportArnd Bergmann3-2/+11
2016-05-29ipv6: hide ip6_encap_hlen/ip6_tnl_encap definitionsArnd Bergmann1-1/+2
2016-05-29sparc64: Fix return from trap window fill crashes.David S. Miller5-52/+116
2016-05-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-10/+25
2016-05-29sparc: Harden signal return frame checks.David S. Miller5-45/+92
2016-05-29Linux 4.7-rc1Linus Torvalds1-3/+3
2016-05-29hash_string: Fix zero-length case for !DCACHE_WORD_ACCESSGeorge Spelvin1-2/+2
2016-05-28Rename other copy of hash_string to hashlen_stringGeorge Spelvin1-2/+2
2016-05-28hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-05-28affs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds67-258/+373
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds17-150/+734
2016-05-28h8300: Add <asm/hash.h>George Spelvin2-0/+54
2016-05-28microblaze: Add <asm/hash.h>George Spelvin2-0/+82
2016-05-28m68k: Add <asm/hash.h>George Spelvin2-0/+60
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin6-4/+299
2016-05-28fs/namei.c: Improve dcache hash functionGeorge Spelvin1-40/+81
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin2-53/+36
2016-05-28Change hash_64() return value to 32 bitsGeorge Spelvin1-3/+3
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin1-31/+9
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin3-9/+53
2016-05-28Pull out string hash to <linux/stringhash.h>George Spelvin2-26/+73
2016-05-28Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-28Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-17/+234
2016-05-28Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds56-331/+2800
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds46-814/+5737
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds105-3400/+1986
2016-05-28Revert "platform/chrome: chromeos_laptop: Add Leon Touch"Benson Leung1-15/+0
2016-05-28i2c: dev: use after free in detachDan Carpenter1-1/+1
2016-05-28MIPS: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-1/+1
2016-05-28MIPS: Build microMIPS VDSO for microMIPS kernelsJames Hogan1-0/+1
2016-05-28MIPS: Fix sigreturn via VDSO on microMIPS kernelJames Hogan1-8/+0
2016-05-28MIPS: devicetree: fix cpu interrupt controller node-namesAntony Pavlov7-7/+7
2016-05-28MIPS: VDSO: Build with `-fno-strict-aliasing'Maciej W. Rozycki1-1/+2
2016-05-28MIPS: Pistachio: Enable KASLRMatt Redfearn2-2/+7
2016-05-28MIPS: lib: Mark intrinsics notraceHarvey Hunt7-7/+7
2016-05-28MIPS: Fix 64-bit HTW configurationJames Hogan1-2/+12
2016-05-28MIPS: Add 64-bit HTW fieldsJames Hogan2-2/+14
2016-05-28MAINTAINERS: Add file patterns for mips device tree bindingsGeert Uytterhoeven1-0/+1
2016-05-28MAINTAINERS: Add file patterns for mips brcm device tree bindingsGeert Uytterhoeven1-0/+1
2016-05-28MIPS: Simplify DSP instruction encoding macrosJames Hogan1-90/+17
2016-05-28MIPS: Add missing tlbinvf/XPA microMIPS encodingsJames Hogan1-5/+7
2016-05-28MIPS: Fix little endian microMIPS MSA encodingsJames Hogan2-62/+58
2016-05-28MIPS: Add missing VZ accessor microMIPS encodingsJames Hogan1-9/+18
2016-05-28MIPS: Add inline asm encoding helpersJames Hogan1-0/+27
2016-05-28MIPS: Spelling fix lets -> let'sRalf Baechle9-10/+10
2016-05-28MIPS: VR41xx: Fix typoAndrea Gelmini1-1/+1