summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-196-26/+69
* Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-1918-140/+524
|\
| * rxrpc: Add config to inject packet lossDavid Howells2016-09-173-0/+24
| * rxrpc: Improve skb tracingDavid Howells2016-09-1713-55/+127
| * rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells2016-09-171-8/+0
| * rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-173-8/+57
| * rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-175-1/+40
| * rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-172-1/+9
| * rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-171-0/+2
| * rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-174-1/+31
| * rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-178-59/+214
| * rxrpc: Add some additional call tracingDavid Howells2016-09-172-4/+17
| * rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-3/+3
* | Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-198-70/+89
|\|
| * rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-171-1/+1
| * rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells2016-09-171-1/+1
| * rxrpc: Don't transmit an ACK if there's no reason setDavid Howells2016-09-171-0/+5
| * rxrpc: Fix retransmission algorithmDavid Howells2016-09-171-8/+4
| * rxrpc: Fix the parsing of soft-ACKsDavid Howells2016-09-171-1/+1
| * rxrpc: Fix unexposed client conn releaseDavid Howells2016-09-171-1/+0
| * rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells2016-09-171-24/+12
| * rxrpc: Fix the putting of client connectionsDavid Howells2016-09-171-15/+13
| * rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells2016-09-171-0/+10
| * rxrpc: Record calls that need to be acceptedDavid Howells2016-09-171-0/+2
| * rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2016-09-172-17/+36
| * rxrpc: Check the return value of rxrpc_locate_data()David Howells2016-09-171-1/+4
| * rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells2016-09-171-5/+4
| * rxrpc: Remove some whitespace.David Howells2016-09-171-1/+1
* | sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-193-16/+43
* | sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal2016-09-193-4/+4
* | sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2016-09-191-1/+6
* | sched: don't use skb queue helpersFlorian Westphal2016-09-193-5/+5
* | pie: use qdisc_dequeue_head wrapperFlorian Westphal2016-09-191-1/+1
* | sctp: Remove some redundant codeChristophe Jaillet2016-09-191-3/+0
* | net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-5/+46
* | ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-191-3/+4
* | net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-181-4/+107
* | Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1830-264/+404
|\ \
| * | cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-161-31/+27
| * | mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach2016-09-161-1/+1
| * | cfg80211: remove unnecessary pointer-ofJohannes Berg2016-09-151-1/+1
| * | mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2016-09-152-0/+7
| * | mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-152-19/+0
| * | mac80211: remove pointless chanctx NULL checkJohannes Berg2016-09-151-4/+0
| * | mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0
| * | nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
| * | nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
| * | mac80211: fix scan completed tracingJohannes Berg2016-09-151-1/+1
| * | mac80211: fix possible out-of-bounds accessJohannes Berg2016-09-151-4/+8
| * | cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-154-2/+22