summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun1-3/+1
2016-09-19Bluetooth: Fix reason code used for rejecting SCO connectionsFrédéric Dalleau1-1/+1
2016-09-19Bluetooth: Fix wrong New Settings event when closing HCI User ChannelMarcel Holtmann1-0/+1
2016-09-19Bluetooth: Send control open and close messages for HCI user channelsMarcel Holtmann1-0/+35
2016-09-19Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski1-21/+42
2016-09-19Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann1-2/+60
2016-09-19Bluetooth: Handle HCI raw socket transition from unbound to boundMarcel Holtmann1-17/+36
2016-09-19Bluetooth: Send control open and close messages for HCI raw socketsMarcel Holtmann1-0/+48
2016-09-19Bluetooth: Add extra channel checks for control open/close messagesMarcel Holtmann1-5/+19
2016-09-19Bluetooth: Assign the channel early when binding HCI socketsMarcel Holtmann1-5/+11
2016-09-19Bluetooth: Send control open and close only when cookie is presentMarcel Holtmann1-2/+16
2016-09-19Bluetooth: Use numbers for subsystem version stringMarcel Holtmann2-5/+9
2016-09-19Bluetooth: Introduce helper functions for socket cookie handlingMarcel Holtmann1-12/+29
2016-09-19Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann1-2/+2
2016-09-19Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann1-1/+1
2016-09-19Bluetooth: Use individual flags for certain management eventsMarcel Holtmann2-20/+17
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg3-10/+12
2016-09-19Bluetooth: Add support for sending MGMT commands and events to monitorMarcel Holtmann2-3/+157
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann1-0/+95
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann1-2/+9
2016-09-19Bluetooth: Store control socket cookie and comm informationMarcel Holtmann1-1/+30
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann1-0/+6
2016-09-19mac802154: use rate limited warnings for malformed framesAristeu Rozanski1-2/+2
2016-09-19mac802154: don't warn on unsupported framesAristeu Rozanski1-0/+5
2016-09-196lowpan: ndisc: no overreact if no short address is availableAlexander Aring1-2/+0
2016-09-19mac802154: set phy net namespace for new ifacesAlexander Aring1-0/+1
2016-09-19Bluetooth: Add combined LED trigger for controller powerMarcel Holtmann3-0/+42
2016-09-19Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller18-140/+524
2016-09-19Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David 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/sc...David 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