summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: Add support connectable advertising settingMarcel Holtmann2015-03-132-9/+31
| * Bluetooth: Remove two else branches that are not neededMarcel Holtmann2015-03-121-4/+4
| * Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg2015-03-111-0/+7
| * Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg2015-03-111-1/+3
| * Bluetooth: Increment management interface revisionMarcel Holtmann2015-03-111-1/+1
| * Bluetooth: btusb: Fix incorrect type in qca_device_infoKim, Ben Young Tae2015-03-111-13/+21
| * Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg2015-03-104-0/+37
| * Bluetooth: Make Fast Connectable available while powered offJohan Hedberg2015-03-102-19/+13
| * Bluetooth: fix sco_exit compile warningAlexander Aring2015-03-071-1/+1
| * Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg2015-03-061-3/+11
| * Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg2015-03-061-87/+89
| * Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg2015-03-061-213/+229
| * Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg2015-03-061-229/+230
| * Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg2015-03-062-83/+93
| * Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg2015-03-065-30/+39
| * Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg2015-03-062-3/+99
| * Bluetooth: Introduce controller setting information for static addressMarcel Holtmann2015-03-062-2/+27
| * Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski2015-03-052-4/+5
| * Bluetooth: Refactor service discovery filter logicJakub Pawlowski2015-03-051-70/+19
| * Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski2015-03-051-62/+79
| * at86rf230: restore trx len when neededAlexander Aring2015-03-031-4/+8
| * at86rf230: remove multiple dereferencing for ctxAlexander Aring2015-03-031-13/+12
| * at86rf230: remove multiple dereferencing for irqAlexander Aring2015-03-031-11/+14
| * at86rf230: refactor receive handlingAlexander Aring2015-03-031-20/+14
| * at86rf230: cleanup and squash stack variableAlexander Aring2015-03-031-2/+1
| * at86rf230: add transmit retry supportAlexander Aring2015-03-031-3/+21
| * Bluetooth: btusb: Add support for QCA ROME chipset familyKim, Ben Young Tae2015-03-031-0/+254
| * Bluetooth: btusb: Add setup callback for chip init on USBKim, Ben Young Tae2015-03-031-0/+11
* | Merge branch 'bcmgenet_xmit_more'David S. Miller2015-03-131-15/+8
|\ \
| * | net: bcmgenet: add support for xmit_moreFlorian Fainelli2015-03-131-3/+4
| * | net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli2015-03-131-13/+5
|/ /
* | net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther2015-03-131-56/+43
* | Merge branch 'tcp_metrics_netns_debloat'David S. Miller2015-03-132-66/+73
|\ \
| * | tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-132-38/+30
| * | tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman2015-03-131-10/+11
| * | tcp_metrics: Remove the unused return code from tcp_metrics_flush_allEric W. Biederman2015-03-131-4/+5
| * | tcp_metrics: Add a field tcpm_net and verify it matches on lookupEric W. Biederman2015-03-131-5/+19
| * | tcp_metrics: Mix the network namespace into the hash function.Eric W. Biederman2015-03-131-0/+5
| * | tcp_metrics: panic when tcp_metrics_init fails.Eric W. Biederman2015-03-131-9/+3
|/ /
* | vxlan: Don't set s_addr in vxlan_create_sockSimon Horman2015-03-131-1/+0
* | mpls: In mpls_egress verify the packet length.Eric W. Biederman2015-03-131-1/+16
* | net/macb: Only adjust tx_clk on link changeJaeden Amero2015-03-131-2/+5
* | rhashtable: Fix read-side crash during rehashHerbert Xu2015-03-131-1/+1
* | rhashtable: kill ht->shift atomic operationsDaniel Borkmann2015-03-132-33/+28
* | rhashtable: Fix reader/rehash raceHerbert Xu2015-03-131-0/+6
* | Merge branch 'listener_refactor'David S. Miller2015-03-1314-41/+84
|\ \
| * | inet: introduce ireq_familyEric Dumazet2015-03-138-1/+8
| * | inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2015-03-133-8/+7
| * | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-134-1/+10
| * | net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet2015-03-131-28/+41