summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | gre: use nla_get_be32() to extract flowinfoLance Richardson2016-09-241-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
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-247-45/+62
|\ \ \ \
| * | | | ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov2016-09-231-1/+3
| * | | | ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2016-09-232-8/+11
| * | | | ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck2016-09-231-1/+5
| * | | | ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck2016-09-231-2/+2
| * | | | ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2016-09-232-3/+3
| * | | | ixgbevf: add spinlocks for MTU change callsEmil Tantilov2016-09-231-0/+4
| * | | | ixgbe: Indicate support for pause frames in all casesMark Rustad2016-09-231-0/+19
| * | | | ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad2016-09-231-0/+2
| * | | | ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov2016-09-231-2/+2
| * | | | ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov2016-09-231-28/+11
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-242-3/+3
|\ \ \ \
| * | | | xfrm: state lookup can be locklessFlorian Westphal2016-09-211-2/+2
| * | | | xfrm: fix header file comment reference to struct xfrm_replay_state_esnRichard Guy Briggs2016-09-091-1/+1
* | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-2410-40/+53
|\ \ \ \ \
| * | | | | i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang2016-09-221-2/+1
| * | | | | i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck2016-09-222-10/+4
| * | | | | i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari2016-09-221-8/+3
| * | | | | i40evf: Fix link state event handlingSridhar Samudrala2016-09-222-3/+11
| * | | | | i40e: avoid potential null pointer dereference when assigning lenColin Ian King2016-09-221-1/+2
| * | | | | i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny2016-09-221-3/+3
| * | | | | i40e: Fix to check for NULLCarolyn Wyborny2016-09-221-1/+10
| * | | | | i40e: return correct opcode to VFMitch Williams2016-09-221-2/+2
| * | | | | i40e: fix "dump port" command when NPAR enabledAlan Brady2016-09-221-1/+6
| * | | | | i40e: fix setting user defined RSS hash keyAlan Brady2016-09-223-9/+11
| | |/ / / | |/| | |
* | | | | Merge branch 'mlx4-vf-vlan-802.1ad'David S. Miller2016-09-2431-66/+388
|\ \ \ \ \