summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang2016-08-131-3/+1
* net: usb: hso: don't print error when allocating urb failsWolfram Sang2016-08-131-15/+5
* net: can: usb: usb_8dev: don't print error when allocating urb failsWolfram Sang2016-08-131-4/+1
* net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang2016-08-131-5/+1
* net: can: usb: kvaser_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-6/+1
* net: can: usb: gs_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* net: can: usb: esd_usb2: don't print error when allocating urb failsWolfram Sang2016-08-131-3/+0
* net: can: usb: ems_usb: don't print error when allocating urb failsWolfram Sang2016-08-131-7/+2
* net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina2016-08-133-7/+7
* Merge branch 'thunderx-next'David S. Miller2016-08-1311-346/+1059
|\
| * net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham2016-08-131-11/+7
| * net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham2016-08-131-7/+1
| * net: thunderx: Configure tunnelling protocol parsingZyta Szpak2016-08-132-0/+34
| * net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham2016-08-131-3/+5
| * net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham2016-08-131-1/+1
| * net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob2016-08-133-0/+87
| * net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki2016-08-132-8/+16
| * net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham2016-08-131-18/+6
| * net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham2016-08-131-8/+12
| * net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham2016-08-132-21/+26
| * net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham2016-08-132-17/+60
| * net: thunderx: Add RGMII interface type supportSunil Goutham2016-08-136-33/+332
| * net: thunderx: Add QSGMII interface type supportSunil Goutham2016-08-132-12/+54
| * net: thunderx: Add 81xx support to BGX driverSunil Goutham2016-08-132-10/+113
| * net: thunderx: Support for different LMAC types within BGXSunil Goutham2016-08-132-136/+98
| * net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham2016-08-131-38/+50
| * net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham2016-08-134-2/+27
| * net: thunderx: Set queue count based on number of CPUsSunil Goutham2016-08-134-12/+14
| * net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham2016-08-133-17/+73
| * net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham2016-08-132-3/+21
| * net: thunderx: Moved HW capability info from macros to structureSunil Goutham2016-08-132-52/+85
|/
* Merge branch 'xgene-next'David S. Miller2016-08-1312-40/+150
|\
| * dtb: xgene: Fix backward compatibilityIyappan Subramanian2016-08-131-1/+1
| * drivers: net: xgene: Fix backward compatibilityIyappan Subramanian2016-08-131-9/+9
| * Documentation: dtb: xgene: Add rxlos GPIO mappingIyappan Subramanian2016-08-131-0/+3
| * dtb: xgene: Add rxlos-gpios propertyIyappan Subramanian2016-08-131-0/+1
| * drivers: net: xgene: Poll link status via GPIOIyappan Subramanian2016-08-134-0/+23
| * drivers: net: xgene: XFI PCS reset when link is downIyappan Subramanian2016-08-135-0/+54
| * drivers: net: xgene: Change port init sequenceIyappan Subramanian2016-08-131-3/+2
| * drivers: net: xgene: Fix RSS indirection table fieldsIyappan Subramanian2016-08-132-8/+19
| * drivers: net: xgene: Fix error deconstruction pathIyappan Subramanian2016-08-131-8/+19
| * drivers: net: xgene: fix: Delete descriptor rings and buffer poolsIyappan Subramanian2016-08-131-5/+7
| * drivers: net: xgene: fix: Add dma_unmap_singleIyappan Subramanian2016-08-131-2/+12
| * drivers: net: xgene: Fix compiler warningsIyappan Subramanian2016-08-131-4/+0
|/
* Merge branch 'bpf-improvements'David S. Miller2016-08-133-22/+155
|\
| * bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-131-0/+2
| * samples/bpf: add verifier tests for the helper access to the packetAaron Yue2016-08-131-4/+110
| * bpf: allow helpers access the packet directlyAlexei Starovoitov2016-08-131-18/+43
|/
* sit: make function ipip6_valid_ip_proto() staticWei Yongjun2016-08-131-1/+1
* Merge branch 'bpf-under-cgroup'David S. Miller2016-08-139-2/+263
|\