summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi1-1/+1
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi1-1/+3
2018-01-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo10-19/+178
2018-01-16mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris1-1/+4
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2-4/+0
2018-01-16rtlwifi: btcoexist: remove redundant variable fw_ps_stateColin Ian King1-2/+1
2018-01-16ath10k: fix recently introduced checkpatch warningsKalle Valo3-1/+2
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King1-3/+0
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King1-1/+1
2018-01-16ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu1-6/+7
2018-01-16ath9k: add a quirk to set use_msi automaticallyAceLan Kao1-0/+53
2018-01-16ath9k: add MSI supportRussell Hu6-8/+115
2018-01-16Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller12-34/+32
2018-01-15Merge branch 'sh_eth-simplify-TSU-initialization'David S. Miller1-14/+9
2018-01-15sh_eth: get Ether port # only when neededSergei Shtylyov1-8/+5
2018-01-15sh_eth: gather all TSU init code in one placeSergei Shtylyov1-7/+5
2018-01-15Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.or...David S. Miller152-2152/+6840
2018-01-15net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij7-0/+3581
2018-01-15net: ethernet: Add DT bindings for the Gemini ethernetLinus Walleij1-0/+92
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy3-8/+4
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai5-14/+14
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit3-11/+8
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-15Merge branch 'dsa-lan9303-check-error-value-from-devm_gpiod_get_optional'David S. Miller1-10/+12
2018-01-15net: dsa: lan9303: check error value from devm_gpiod_get_optional()Phil Reid1-4/+10
2018-01-15net: dsa: lan9303: make lan9303_handle_reset() a void functionPhil Reid1-7/+3
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn1-7/+6
2018-01-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller21-258/+273
2018-01-14Merge branch 'mlxsw-Offload-PRIO-qdisc'David S. Miller9-1/+322
2018-01-14mlxsw: spectrum: qdiscs: Support stats for PRIO qdiscNogah Frankel1-0/+89
2018-01-14mlxsw: spectrum: qdiscs: Support PRIO qdisc offloadNogah Frankel3-0/+86
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel3-0/+85
2018-01-14mlxsw: spectrum_router: Configure default routing priorityYuval Mintz1-0/+24
2018-01-14mlxsw: reg: add rdpm registerYuval Mintz2-1/+38
2018-01-14Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq'David S. Miller5-3/+192
2018-01-14net: dsa: mv88e6xxx: Decode VTU problem interruptAndrew Lunn4-2/+90
2018-01-14net: dsa: mv88e6xxx: Decode ATU problem interruptAndrew Lunn4-2/+103
2018-01-14mlxsw: spectrum_router: Add support for IPv6 non-equal-cost multipathIdo Schimmel1-5/+8
2018-01-14net: netsec: use dma_addr_t for storing dma addressArnd Bergmann1-7/+7
2018-01-12ixgbevf: Fix kernel-doc format warningsTony Nguyen2-5/+18
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen12-39/+99
2018-01-12net: Cap number of queues even with accel_privAlexander Duyck1-2/+1
2018-01-12ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2-10/+14
2018-01-12ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2-58/+72
2018-01-12ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2-108/+25
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2-10/+14
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck6-27/+29
2018-01-12ixgbe: Default to 1 pool always being allocatedAlexander Duyck2-5/+3