summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Merge branch 'mdix_ctrl'David S. Miller5-15/+107
2016-12-01net: phy: Fix the mdix_ctrl changesRaju Lakkaraju2-3/+3
2016-12-01net: phy: Add mdi(x) support in Microsemi PHYs driverRaju Lakkaraju1-8/+97
2016-12-01net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju1-4/+6
2016-12-01net: phy: add mdix_ctrl to hold the user configuration.Raju Lakkaraju1-0/+1
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-38/+69
2016-12-01KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2016-12-01Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2-4/+8
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean3-0/+76
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean2-24/+45
2016-12-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo29-330/+1461
2016-12-01rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen1-0/+8
2016-12-01ath5k: drop duplicate header vmalloc.hGeliang Tang1-1/+0
2016-12-01wil6210: align to latest auto generated wmi.hLior David1-128/+264
2016-12-01wil6210: add debugfs blobs for UCODE code and dataLior David3-15/+33
2016-12-01wil6210: validate wil_pmc_alloc parametersMaya Erez1-6/+49
2016-12-01wil6210: delay remain on channel when scan is activeLior David5-61/+149
2016-12-01ath9k_htc: don't use HZ for usb msg timeoutsAnthony Romano2-4/+7
2016-12-01ath9k: constify ath_bus_ops structureBhumika Goyal1-1/+1
2016-12-01ath10k: wmi-alloc-chunk should use DMA_BIDIRECTIONALBen Greear1-1/+1
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan3-14/+51
2016-12-01ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2-2/+1
2016-12-01ath10k: fix TLV set regdomain commandErik Stromdahl1-2/+2
2016-12-01ath9k: feed only active spectral / dfs-detectorZefir Kurtisi1-3/+14
2016-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-14/+94
2016-12-01mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2-10/+19
2016-12-01kasan: support use-after-scope detectionDmitry Vyukov4-0/+52
2016-12-01kasan: update kasan_global for gcc 7Dmitry Vyukov2-1/+6
2016-12-01lib/debugobjects: export for use in modulesChris Wilson1-0/+8
2016-12-01zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-12-01thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov1-2/+5
2016-12-01mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure1-0/+2
2016-12-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2016-12-01arm64: dts: juno: Correct PCI IO windowJeremy Linton1-1/+1
2016-11-30macvtap: handle ubuf refcount correctly when meet errorsJason Wang1-6/+5
2016-11-30tun: handle ubuf refcount correctly when meet errorsJason Wang1-6/+4
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng2-2/+1
2016-11-30net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko1-0/+4
2016-11-30ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-3/+2
2016-11-30ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-11-30net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti1-1/+2
2016-11-30Merge tag 'pwm/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/thie...Linus Torvalds2-0/+3
2016-11-30bpf: add test for the verifier equal logic bugJosef Bacik1-0/+23
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik1-2/+8
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2016-11-30Merge branch 'cpsw-per-channel-shaping'David S. Miller3-99/+624
2016-11-30net: ethernet: ti: cpsw: split tx budget according between channelsIvan Khoronzhuk1-29/+130
2016-11-30net: ethernet: ti: cpsw: optimize end of poll cycleIvan Khoronzhuk1-18/+6
2016-11-30net: ethernet: ti: cpsw: add .ndo to set per-queue rateIvan Khoronzhuk1-0/+87
2016-11-30net: ethernet: ti: davinci_cpdma: add set rate for a channelIvan Khoronzhuk2-45/+289