summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur2017-04-011-1/+1
* fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-012-2/+11
* vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2017-04-011-0/+5
* sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-312-2/+5
* Merge branch 'ibmvnic-cleanup-resource-handling'David S. Miller2017-03-311-253/+303
|\
| * ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot2017-03-311-32/+19
| * ibmvnic: Create init/release routines for stats tokenNathan Fontenot2017-03-311-12/+34
| * ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot2017-03-311-32/+22
| * ibmvnic: Create init and release routines for the rx poolNathan Fontenot2017-03-311-103/+101
| * ibmvnic: Create init and release routines for the tx poolNathan Fontenot2017-03-311-56/+78
| * ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot2017-03-311-27/+50
| * ibmvnic: Update main crq initialization and releaseNathan Fontenot2017-03-311-7/+15
|/
* net: tcp: Refine the __tcp_select_windowGao Feng2017-03-311-5/+3
* net: dsa: mv88e6xxx: debug ATU Age TimeVivien Didelot2017-03-311-1/+8
* ibmvnic: Remove debugfs supportNathan Fontenot2017-03-302-658/+0
* bonding: refine bond_fold_stats() wrap detectionEric Dumazet2017-03-301-3/+8
* VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-301-15/+7
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-3017-0/+18
* net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXIDWadim Egorov2017-03-301-16/+37
* Revert "net: stmmac: enable multiple buffers"LABBE Corentin2017-03-304-973/+473
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-03-2913-428/+559
|\
| * i40e: fix for queue timing delaysWyborny, Carolyn2017-03-291-0/+6
| * i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-296-27/+41
| * i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-294-1/+111
| * i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck2017-03-292-146/+130
| * i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck2017-03-292-56/+89
| * i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck2017-03-292-48/+68
| * i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck2017-03-292-24/+24
| * i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller2017-03-291-1/+0
| * i40e: remove a useless goto statementJacob Keller2017-03-291-4/+0
| * i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz2017-03-291-2/+4
| * i40e: use register for XL722 control register read/writePaul M Stillwell Jr2017-03-292-4/+12
| * i40e: Clean up handling of private flagsAlexander Duyck2017-03-292-85/+112
| * i40evf: enforce descriptor write-back mechanism for VFPreethi Banala2017-03-293-75/+7
* | Merge branch 'tipc-socketpair'David S. Miller2017-03-291-3/+25
|\ \
| * | tipc: allow rdm/dgram socketpairsErik Hugne2017-03-291-4/+16
| * | tipc: add support for stream/seqpacket socketpairsErik Hugne2017-03-291-2/+12
|/ /
* | net: mvneta: set rx mode during resume if interface is runningJisheng Zhang2017-03-291-1/+4
* | net: mvneta: add RGMII_RXID and RGMII_TXID supportJisheng Zhang2017-03-291-0/+2
* | net: veth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-291-12/+7
* | Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller2017-03-2913-106/+698
|\ \
| * | net/mlx5e: Add offloading of E-Switch TC pedit (header re-write) actionsOr Gerlitz2017-03-283-4/+39
| * | net/mlx5e: Add offloading of NIC TC pedit (header re-write) actionsOr Gerlitz2017-03-281-0/+35
| * | net/mlx5e: Add parsing of TC pedit actions to HW formatOr Gerlitz2017-03-281-0/+273
| * | net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz2017-03-281-0/+45
| * | net/mlx5: Introduce alloc/dealloc modify header context commandsOr Gerlitz2017-03-283-0/+75
| * | net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz2017-03-286-5/+118
| * | net/mlx5: Reorder few command cases to reflect their natural orderOr Gerlitz2017-03-281-12/+12
| * | net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz2017-03-283-27/+10
| * | net/mlx5e: Properly deal with resource cleanup when adding TC flow failsOr Gerlitz2017-03-282-32/+50