summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...Sean Wang2016-09-211-1/+2
* net: dsa: mv88e6xxx: handle multiple ports in ATUVivien Didelot2016-09-211-7/+49
* ipvlan: Fix dependency issueMahesh Bandewar2016-09-211-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-2114-36/+729
|\
| * Bluetooth: hci_uart: Add Marvell supportLoic Poulain2016-09-195-1/+412
| * Bluetooth: hci_uart: Add Nokia Protocol identifierLoic Poulain2016-09-191-1/+2
| * Bluetooth: hci_bcm: Change protocol nameLoic Poulain2016-09-191-1/+1
| * Bluetooth: btrtl: Add RTL8822BE Bluetooth deviceLarry Finger2016-09-191-12/+95
| * Bluetooth: btqca: remove null checks on edl->data as it is an arrayColin Ian King2016-09-191-4/+4
| * fakelb: fix schedule while atomicAlexander Aring2016-09-191-7/+7
| * Bluetooth: btusb: Mark CW6622 devices to have broken link key commandsSzymon Janc2016-09-191-1/+6
| * Bluetooth: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-191-1/+1
| * Bluetooth: add WCNSS dependency for HCI driverArnd Bergmann2016-09-191-1/+1
| * Bluetooth: bcm203x: don't print error when allocating urb failsWolfram Sang2016-09-191-3/+1
| * Bluetooth: btusb: Add support for 0cf3:e009Kai-Heng Feng2016-09-191-0/+1
| * Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksBart Van Assche2016-09-192-6/+5
| * Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driverBjorn Andersson2016-09-193-0/+195
* | 6pack: fix buffer length mishandlingAlan Cox2016-09-211-8/+4
* | mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer2016-09-201-1/+2
* | net-next: dsa: qca8k: remove empty set_addr() stubJohn Crispin2016-09-201-8/+0
* | net-next: dsa: b53: remove empty set_addr() stubJohn Crispin2016-09-201-6/+0
* | xen-netfront: avoid packet loss when ethernet header crosses page boundaryVitaly Kuznetsov2016-09-201-0/+15
* | net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju2016-09-201-0/+51
* | mlxsw: spectrum: Fix sparse warningsIdo Schimmel2016-09-203-26/+42
* | mlxsw: Change the RX LAG hash function from XOR to CRCElad Raz2016-09-201-1/+1
* | bnxt_en: Fix build error for kernesl without RTC-LIBRob Swindell2016-09-201-0/+4
* | net/mlx5: clean function declarations in eswitch.c upBaoyou Xie2016-09-202-3/+3
* | be2net: mark symbols static where possibleBaoyou Xie2016-09-202-5/+6
* | phy: mark lan88xx_suspend() staticBaoyou Xie2016-09-201-1/+1
* | net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-8/+8
* | net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-24/+28
* | net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes2016-09-202-18/+14
* | net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-44/+54
* | net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-202-12/+11
* | bnxt_en: Fixed the VF link status after a link state changeEddie Wai2016-09-201-42/+42
* | bnxt_en: Support for "ethtool -r" commandDeepak Khungar2016-09-201-0/+20
* | bnxt_en: Pad TX packets below 52 bytes.Michael Chan2016-09-201-1/+1
* | bnxt_en: Call firmware to approve the random VF MAC address.Michael Chan2016-09-201-2/+7
* | bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().Michael Chan2016-09-201-11/+12
* | bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan2016-09-201-5/+7
* | bnxt_en: Added support for Secure Firmware UpdateRob Swindell2016-09-204-14/+182
* | bnxt_en: Update to firmware interface spec 1.5.1.Michael Chan2016-09-203-508/+760
* | bnxt_en: Simplify PCI device names and add additinal PCI IDs.Michael Chan2016-09-201-32/+36
* | bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.Michael Chan2016-09-202-9/+4
|/
* cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun2016-09-191-1/+1
* net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRONelson Chang2016-09-191-0/+236
* net: ethernet: mediatek: add HW LRO functions of PDMA RX ringsNelson Chang2016-09-192-25/+265
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-1910-694/+385
* mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer2016-09-191-1/+1
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-194-7/+181