summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-032-0/+5
| * i40e: AQ Add external power class to get link statusShannon Nelson2016-02-032-2/+12
| * i40e: AQ Geneve cloud tunnel typeShannon Nelson2016-02-032-4/+4
| * i40e: AQ Add Run PHY Activity structShannon Nelson2016-02-032-0/+26
| * i40e: Limit DCB FW version checks to X710/XL710 devicesGreg Bowers2016-02-031-5/+7
| * i40e: add new proxy-wol bit for X722Shannon Nelson2016-02-032-0/+2
| * i40e/i40evf: Use private workqueueJesse Brandeburg2016-02-032-2/+23
| * i40evf: add new write-back modeAnjali Singhai Jain2016-02-033-0/+27
| * i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain2016-02-034-7/+54
| * i40e: Extend ethtool RSS hooks for X722Anjali Singhai Jain2016-02-031-1/+52
| * i40e: add new device IDs for X722Anjali Singhai Jain2016-02-033-0/+6
| * i40e: bump version to 1.4.10Catherine Sullivan2016-02-031-1/+1
| * i40e: update features with right offloadJesse Brandeburg2016-02-031-5/+5
| * i40e: Cleanup the code with respect to restarting autonegAnjali Singhai Jain2016-02-032-4/+9
| * i40evf: null out ring pointers on freeMitch Williams2016-02-031-0/+2
| * i40e: define function capabilities in only one placeShannon Nelson2016-02-033-57/+30
| * i40evf: allow channel bonding of VFsMitch Williams2016-02-033-4/+8
| * i40e: Replace X722 mac check in ethtool get_settingsCatherine Sullivan2016-02-032-1/+2
| * i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain2016-02-032-42/+12
| * i40e: Add mac_filter_element at the end of the list instead of HEADKiran Patil2016-02-031-1/+1
* | ipvlan: inherit MTU from master deviceMahesh Bandewar2016-02-041-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-0176-541/+990
|\
| * net: tg3: avoid uninitialized variable warningArnd Bergmann2016-01-291-1/+1