aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells
2016-09-24hv_netvsc: fix commentsStephen Hemminger
2016-09-24Merge branch 'thunderx-bql'David S. Miller
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham
2016-09-24mlxsw: spectrum: remove redundant check if err is zeroColin Ian King
2016-09-24Documentation: devicetree: fix typo in MediaTek ethernet device-tree bindingSean Wang
2016-09-24Documentation: devicetree: revise ethernet device-tree binding about TRGMIISean Wang
2016-09-24Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-09-24Merge branch 'mlx4-vf-vlan-802.1ad'David S. Miller
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsMoshe Shemesh
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells
2016-09-23Merge branch 'bpf-helper-improvements'David S. Miller
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-23bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann
2016-09-23bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann
2016-09-23Merge branch 'hv_netvsc-next'David S. Miller
2016-09-23hv_netvsc: count multicast packets receivedStephen Hemminger
2016-09-23hv_netvsc: remove VF in flight countersStephen Hemminger
2016-09-23hv_netvsc: use RCU to protect vf_netdevStephen Hemminger
2016-09-23hv_netvsc: improve VF device matchingStephen Hemminger
2016-09-23hv_netvsc: simplify callback event codeStephen Hemminger
2016-09-23hv_netvsc: dev hold/put reference to VFStephen Hemminger
2016-09-23hv_netvsc: use consume_skbStephen Hemminger
2016-09-23Merge branch 'dsa-port-fast-ageing'David S. Miller
2016-09-23net: dsa: mv88e6xxx: implement DSA port fast ageingVivien Didelot
2016-09-23net: dsa: b53: implement DSA port fast ageingVivien Didelot
2016-09-23net: dsa: add port fast ageingVivien Didelot
2016-09-23net: dsa: add port STP state helperVivien Didelot
2016-09-23drivers: net: xgene: Fix MSS programmingIyappan Subramanian
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells