aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-11drivers: net: cpsw: fix port_mask parameters in ale callsGrygorii Strashko1-13/+9
2016-04-11vxlan: fix incorrect typeJiri Benc1-2/+2
2016-04-11net: fjes: Use resource_sizeVaishali Thakkar1-1/+1
2016-04-11bnxt_en: Add async event handling for speed config changes.Michael Chan1-0/+16
2016-04-11bnxt_en: Call firmware to approve VF MAC address change.Michael Chan3-4/+34
2016-04-11bnxt_en: Shutdown link when device is closed.Michael Chan1-0/+16
2016-04-11bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan3-0/+10
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller172-5923/+7898
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller222-1109/+3051
2016-04-09Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+2
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds21-147/+150
2016-04-09Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds19-15/+1369
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-109/+139
2016-04-09Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds3-10/+16
2016-04-09Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-52/+261
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-16/+33
2016-04-09Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-8/+9
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2-20/+37
2016-04-08Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman97-801/+996
2016-04-08Bluetooth: hci_bcsp: fix code styleMaxim Zhukov1-26/+31
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot2-18/+14
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot3-14/+13
2016-04-08net: dsa: make the STP state function return voidVivien Didelot5-17/+11
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller7-6/+11
2016-04-08tuntap: restore default qdiscJason Wang1-2/+2
2016-04-08Merge branches 'pm-core', 'powercap' and 'pm-tools'Rafael J. Wysocki2-0/+3
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki4-52/+258
2016-04-08mlxsw: reg: Fix SBPM register nameJiri Pirko1-2/+2
2016-04-08mlxsw: reg: Share direction enum between SBPR, SBCM, SBPMJiri Pirko2-26/+17
2016-04-08mlxsw: Do not pass around driver_priv directlyJiri Pirko4-24/+31
2016-04-08mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*Jiri Pirko4-19/+9
2016-04-08mlxsw: Move devlink port registration into common core codeJiri Pirko5-41/+55
2016-04-08nfp: allow ring size reconfiguration at runtimeJakub Kicinski3-21/+136
2016-04-08nfp: pass ring count as function parameterJakub Kicinski1-9/+14
2016-04-08nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski1-6/+102
2016-04-08nfp: propagate list buffer size in struct rx_ringJakub Kicinski2-8/+19
2016-04-08nfp: sync ring state during FW reconfigurationJakub Kicinski1-29/+16
2016-04-08nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski1-82/+136
2016-04-08nfp: move filling ring information to FW configJakub Kicinski1-18/+32
2016-04-08nfp: preallocate RX buffers early in .ndo_openJakub Kicinski1-23/+11
2016-04-08nfp: reorganize initial filling of RX ringsJakub Kicinski1-41/+78
2016-04-08nfp: cleanup tx ring flush and rename to resetJakub Kicinski1-44/+37
2016-04-08nfp: allocate ring SW structs dynamicallyJakub Kicinski3-17/+37
2016-04-08nfp: make *x_ring_init do all the initJakub Kicinski1-10/+18
2016-04-08nfp: break up nfp_net_{alloc|free}_ringsJakub Kicinski1-79/+47
2016-04-08nfp: move link state interrupt request/free callsJakub Kicinski1-11/+12
2016-04-08nfp: correct RX buffer length calculationJakub Kicinski1-7/+1
2016-04-08ieee802154/adf7242: fix memory leak of firmwareSudip Mukherjee1-0/+2
2016-04-08Bluetooth: vhci: purge unhandled skbsJiri Slaby1-0/+1
2016-04-08Bluetooth: vhci: fix open_timeout vs. hdev raceJiri Slaby1-3/+5