summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2016-09-192-20/+17
| * Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-193-10/+12
| * Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2016-09-192-3/+157
| * Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2016-09-191-0/+95
| * Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2016-09-191-2/+9
| * Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2016-09-191-1/+30
| * Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann2016-09-191-0/+6
| * mac802154: use rate limited warnings for malformed framesAristeu Rozanski2016-09-191-2/+2
| * mac802154: don't warn on unsupported framesAristeu Rozanski2016-09-191-0/+5
| * 6lowpan: ndisc: no overreact if no short address is availableAlexander Aring2016-09-191-2/+0
| * mac802154: set phy net namespace for new ifacesAlexander Aring2016-09-191-0/+1
| * Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann2016-09-193-0/+42
* | net-next: dsa: make the set_addr() operation optionalJohn Crispin2016-09-202-6/+10
* | net-next: dsa: fix duplicate invocation of set_addr()John Crispin2016-09-201-4/+0
* | mac80211: Use rhltable instead of rhashtableHerbert Xu2016-09-205-54/+33
* | net sched: stylistic cleanupsJamal Hadi Salim2016-09-2014-104/+114
* | net sched actions police: peg drop stats for conforming trafficRoman Mashak2016-09-201-0/+2
* | net sched ife action: Introduce skb tcindex metadata encap decapJamal Hadi Salim2016-09-203-0/+85
* | net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-201-0/+26
* | gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-206-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