aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim14-104/+114
2016-09-19net sched actions police: peg drop stats for conforming trafficRoman Mashak1-0/+2
2016-09-19net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim3-0/+85
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim1-0/+26
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert6-26/+69
2016-09-19Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller18-140/+524
2016-09-19Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller8-70/+89
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal3-16/+43
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal3-4/+4
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal1-1/+6
2016-09-19sched: don't use skb queue helpersFlorian Westphal3-5/+5
2016-09-19pie: use qdisc_dequeue_head wrapperFlorian Westphal1-1/+1
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar1-5/+46
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar1-3/+4
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel1-4/+107
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-264/+404
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo3-39/+33
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2-4/+7
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long2-17/+11
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long3-3/+19
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov1-45/+133
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2-6/+105
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox1-2/+2
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-17rxrpc: Add config to inject packet lossDavid Howells3-0/+24
2016-09-17rxrpc: Improve skb tracingDavid Howells13-55/+127
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells1-8/+0
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells3-8/+57
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells5-1/+40
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2-1/+9
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells1-0/+2
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells4-1/+31
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells8-59/+214
2016-09-17rxrpc: Add some additional call tracingDavid Howells2-4/+17
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells1-3/+3
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells1-1/+1
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells1-0/+5
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells1-8/+4
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells1-1/+1
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells1-1/+0
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells1-24/+12
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells1-15/+13