summaryrefslogtreecommitdiffstats
path: root/lib/kobject.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-25rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells4-0/+13
2016-09-25rxrpc: Generate a summary of the ACK state for later useDavid Howells2-11/+48
2016-09-25rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells1-2/+8
2016-09-25rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells3-0/+11
2016-09-25rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells1-3/+3
2016-09-25rxrpc: 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-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-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-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-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-23net: dsa: mv88e6xxx: implement DSA port fast ageingVivien Didelot1-22/+23
2016-09-23net: dsa: b53: implement DSA port fast ageingVivien Didelot1-20/+11
2016-09-23net: dsa: add port fast ageingVivien Didelot2-0/+20
2016-09-23net: dsa: add port STP state helperVivien Didelot1-7/+10
2016-09-23drivers: net: xgene: Fix MSS programmingIyappan Subramanian4-23/+100
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells1-1/+1
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells1-0/+1
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells1-2/+0
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells1-0/+5
2016-09-23cxgb4: fix signed wrap around when decrementing index idxColin Ian King1-1/+1