summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Bluetooth: Add support for sending MGMT open and close to monitorMarcel Holtmann2-0/+97
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann2-2/+10
2016-09-19Bluetooth: Store control socket cookie and comm informationMarcel Holtmann2-1/+31
2016-09-19Bluetooth: Check SOL_HCI for raw socket optionsMarcel Holtmann1-0/+6
2016-09-19Bluetooth: bcm203x: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-09-19Bluetooth: btusb: Add support for 0cf3:e009Kai-Heng Feng1-0/+1
2016-09-19Bluetooth: add printf format attribute to hci_set_[fh]w_info()Nicolas Iooss1-2/+2
2016-09-19Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksBart Van Assche2-6/+5
2016-09-19Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driverBjorn Andersson3-0/+195
2016-09-19Bluetooth: Add HCI device identifier for Qualcomm SMDBjorn Andersson1-0/+1
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-19Bluetooth: Put led_trigger field behind CONFIG_BT_LEDSMarcel Holtmann1-0/+2
2016-09-19Merge tag 'rxrpc-rewrite-20160917-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller19-150/+740
2016-09-19Merge tag 'rxrpc-rewrite-20160917-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller8-70/+89
2016-09-19Merge branch 'net-sched-singly-linked-list'David S. Miller7-42/+114
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal4-28/+94
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal3-4/+4
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2-8/+14
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-19cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun1-1/+1
2016-09-19Merge branch 'mediatek-hw-lro'David S. Miller3-26/+503
2016-09-19net: ethernet: mediatek: add the dts property to set if the HW supports LRONelson Chang1-1/+2
2016-09-19net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRONelson Chang1-0/+236
2016-09-19net: ethernet: mediatek: add HW LRO functions of PDMA RX ringsNelson Chang2-25/+265
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai10-694/+385
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-09-19mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer1-1/+1
2016-09-19Merge branch 'ipvlan-l3'David S. Miller10-16/+243
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar6-8/+188
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2-5/+48
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2-3/+7
2016-09-18Merge branch 'net-offloaded-stats'David S. Miller5-11/+255
2016-09-18mlxsw: spectrum: Implement offload stats ndo and expose HW stats by defaultNogah Frankel2-7/+127
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel2-4/+116
2016-09-18netdevice: Add offload statistics ndoNogah Frankel1-0/+12
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller34-277/+484
2016-09-18net: r6040: add in missing white space in error message textColin Ian King1-4/+2
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-18Merge branch 'sctp-transmit-errs'David S. Miller6-104/+85
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 Long3-19/+13
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 Long4-3/+20