summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal
2016-09-24netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng
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-24Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins
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