summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251352-17803/+49627
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-2513-268/+424
| |\
| | * i40evf: support queue-specific settings for interrupt moderationJacob Keller2016-09-257-70/+280
| | * i40e: don't configure zero-size RSS tableMitch Williams2016-09-251-0/+2
| | * i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck2016-09-253-84/+3
| | * i40e: Split Flow Director descriptor config into separate functionAlexander Duyck2016-09-251-51/+64
| | * i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck2016-09-254-22/+30
| | * i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2016-09-252-8/+8
| | * i40evf: enable adaptive interrupt throttlingMitch Williams2016-09-251-5/+11
| | * i40e: Increase minimum number of allocated VSIAkeem Abodunrin2016-09-251-1/+1
| | * i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2016-09-252-2/+2
| | * i40e: removing unreachable codeHenry Tieman2016-09-251-5/+1
| | * i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller2016-09-251-3/+7
| | * i40e: cleanup ATR auto_disable_flags useJacob Keller2016-09-253-20/+17
| | * i40e: add encap csum VF offload flagPreethi Banala2016-09-252-0/+2
| | * i40e: fix deleting mac filtersAlan Brady2016-09-251-2/+2
| | * i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy2016-09-251-1/+0
| * | Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-2510-38/+463
| |\ \ | | |/ | |/|
| | * rxrpc: Implement slow-startDavid Howells2016-09-259-13/+339
| | * rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-254-0/+13
| | * rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-252-11/+48
| | * rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-251-2/+8
| | * rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-253-0/+11
| | * rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-251-3/+3
| | * rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-251-1/+9
| | * rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
| * | gre: use nla_get_be32() to extract flowinfoLance Richardson2016-09-251-1/+1
| |/
| * hv_netvsc: fix commentsStephen Hemminger2016-09-241-4/+3
| * Merge branch 'thunderx-bql'David S. Miller2016-09-243-13/+33
| |\
| | * net: thunderx: Support for byte queue limitsSunil Goutham2016-09-242-12/+32
| | * net: thunderx: Fix issue with IRQ namimgSunil Goutham2016-09-241-1/+1
| |/
| * mlxsw: spectrum: remove redundant check if err is zeroColin Ian King2016-09-241-1/+1
| * Documentation: devicetree: fix typo in MediaTek ethernet device-tree bindingSean Wang2016-09-241-1/+1
| * Documentation: devicetree: revise ethernet device-tree binding about TRGMIISean Wang2016-09-241-2/+2
| * Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-2411-127/+405
| |\
| | * rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-232-0/+29
| | * rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-238-30/+114
| | * rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-232-6/+26
| | * rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-233-12/+48
| | * rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-236-7/+65
| | * rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-231-15/+11
| | * rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-234-45/+81
| | * rxrpc: Fix call timerDavid Howells2016-09-232-13/+16
| | * rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-231-0/+2
| | * rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-233-1/+11
| | * rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-231-1/+1
| | * rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-231-1/+1
| | * rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-231-0/+1
| | * rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-231-2/+0
| | * rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-231-0/+5