summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells4-0/+13
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells2-11/+48
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells1-2/+8
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells3-0/+11
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells1-3/+3
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells1-1/+9
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells4-9/+33
2016-09-24hv_netvsc: fix commentsStephen Hemminger1-4/+3
2016-09-24Merge branch 'thunderx-bql'David S. Miller3-13/+33
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham2-12/+32
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham1-1/+1
2016-09-24mlxsw: spectrum: remove redundant check if err is zeroColin Ian King1-1/+1
2016-09-24Documentation: devicetree: fix typo in MediaTek ethernet device-tree bindingSean Wang1-1/+1
2016-09-24Documentation: devicetree: revise ethernet device-tree binding about TRGMIISean Wang1-2/+2
2016-09-24Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller11-127/+405
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller7-45/+62
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+3
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-40/+53
2016-09-24Merge branch 'mlx4-vf-vlan-802.1ad'David S. Miller31-66/+388
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh5-12/+138
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh23-42/+161
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh1-0/+13
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh6-13/+78
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsMoshe Shemesh2-4/+3
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2-0/+29
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells8-30/+114
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2-6/+26
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells3-12/+48
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells6-7/+65
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells1-15/+11
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells4-45/+81
2016-09-23rxrpc: Fix call timerDavid Howells2-13/+16
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells1-0/+2
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller3-107/+2
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells3-1/+11
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells1-1/+1
2016-09-23Merge branch 'bpf-helper-improvements'David S. Miller2-1/+28
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann2-0/+25
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann1-0/+2
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann1-1/+1
2016-09-23Merge branch 'hv_netvsc-next'David S. Miller3-109/+90
2016-09-23hv_netvsc: count multicast packets receivedStephen Hemminger2-1/+10
2016-09-23hv_netvsc: remove VF in flight countersStephen Hemminger2-63/+21
2016-09-23hv_netvsc: use RCU to protect vf_netdevStephen Hemminger2-15/+16
2016-09-23hv_netvsc: improve VF device matchingStephen Hemminger1-21/+39
2016-09-23hv_netvsc: simplify callback event codeStephen Hemminger1-18/+10
2016-09-23hv_netvsc: dev hold/put reference to VFStephen Hemminger1-0/+3
2016-09-23hv_netvsc: use consume_skbStephen Hemminger1-2/+2
2016-09-23Merge branch 'dsa-port-fast-ageing'David S. Miller4-49/+64
2016-09-23net: dsa: mv88e6xxx: implement DSA port fast ageingVivien Didelot1-22/+23