summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-09-19net sched actions police: peg drop stats for conforming trafficRoman Mashak
2016-09-19net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-19Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-09-19Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal
2016-09-19sched: don't use skb queue helpersFlorian Westphal
2016-09-19pie: use qdisc_dequeue_head wrapperFlorian Westphal
2016-09-19sctp: Remove some redundant codeChristophe Jaillet
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet
2016-09-17rxrpc: Add config to inject packet lossDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells