summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: cleanup netdev feature flags for netvscsixiao@microsoft.com2016-02-111-4/+7
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* cxgb4/iw_cxgb4: TOS supportHariprasad Shenai2016-02-113-17/+37
* iw_cxgb4: remove false error log entryHariprasad Shenai2016-02-111-2/+1
* iw_cxgb4: make queue allocation code more readableHariprasad Shenai2016-02-111-39/+42
* net: fec: improve error handlingTroy Kisky2016-02-111-4/+7
* net: fec: don't transfer ownership until descriptor write is completeTroy Kisky2016-02-111-1/+13
* net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky2016-02-112-1/+2
* net: fec: add variable reg_desc_active to speed things upTroy Kisky2016-02-112-26/+25
* net: fec: add struct bufdesc_propTroy Kisky2016-02-112-185/+132
* net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky2016-02-111-1/+1
* net: fec: fix rx error countsTroy Kisky2016-02-111-21/+15
* net: fec: stop the "rcv is not +last, " error messagesTroy Kisky2016-02-112-0/+2
* bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2016-02-112-4/+7
* be2net: Interpret and log new data that's added to the port misconfigure asyn...Ajit Khaparde2016-02-114-27/+116
* be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde2016-02-112-29/+48
* sxgbe: remove unused codeJean Sacren2016-02-103-130/+1
* sh_eth: factor out register bit twiddling codeSergei Shtylyov2016-02-101-29/+24
* ravb: factor out register bit twiddling codeSergei Shtylyov2016-02-103-61/+36
* bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2016-02-092-3/+41
* bonding: trivial: style fixesZhang Shengju2016-02-081-6/+4
* virtio_net: add ethtool support for set and get of settingsNikolay Aleksandrov2016-02-071-0/+60
* sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan2016-02-071-2/+22
* net: Add support for fill_slave_info to VRF deviceDavid Ahern2016-02-071-0/+21
* xen-netback: implement dynamic multicast controlPaul Durrant2016-02-072-8/+82
* be2net: Fix interval calculation in interrupt moderationPadmanabh Ratnakar2016-02-071-2/+1
* be2net: Add retry in case of error recovery failurePadmanabh Ratnakar2016-02-072-6/+22
* be2net: Fix Lancer error recoveryPadmanabh Ratnakar2016-02-071-17/+34
* be2net: Don't run ethtool self-tests for VFsSomnath Kotur2016-02-071-1/+28
* be2net: SRIOV Queue distribution should factor in EQ-count of VFsSriharsha Basavapatna2016-02-072-9/+10
* be2net: Fix be_vlan_rem_vid() to check vlan id being removedSriharsha Basavapatna2016-02-071-0/+3
* be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy2016-02-072-2/+4
* be2net: return error status from be_set_phys_id()Suresh Reddy2016-02-071-10/+13
* vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skbJiri Benc2016-02-071-111/+26
* vxlan: consolidate csum flag handlingJiri Benc2016-02-071-21/+16
* vxlan: consolidate output route calculationJiri Benc2016-02-071-40/+37
* bonding: add slave device name for debugZhang Shengju2016-02-061-2/+2
* bgmac: add helper checking for BCM4707 / BCM53018 chip idRafał Miłecki2016-02-061-14/+16
* bond: track sum of rx_nohandler for all slavesJarod Wilson2016-02-061-0/+1
* team: track sum of rx_nohandler for all slavesJarod Wilson2016-02-061-3/+7
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-02-0614-130/+282
|\
| * i40e: add 100Mb ethtool reportingCatherine Sullivan2016-02-042-0/+5
| * i40e: AQ Add external power class to get link statusShannon Nelson2016-02-042-2/+12
| * i40e: AQ Geneve cloud tunnel typeShannon Nelson2016-02-042-4/+4
| * i40e: AQ Add Run PHY Activity structShannon Nelson2016-02-042-0/+26
| * i40e: Limit DCB FW version checks to X710/XL710 devicesGreg Bowers2016-02-041-5/+7
| * i40e: add new proxy-wol bit for X722Shannon Nelson2016-02-042-0/+2
| * i40e/i40evf: Use private workqueueJesse Brandeburg2016-02-042-2/+23
| * i40evf: add new write-back modeAnjali Singhai Jain2016-02-043-0/+27
| * i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain2016-02-044-7/+54