aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* filter: refactor common filter attach code into __sk_attach_progDaniel Borkmann2015-03-021-38/+33
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-0238-489/+1283
|\
| * at86rf230: add warning if edge-triggered irqAlexander Aring2015-02-272-2/+7
| * at86rf230: add irq low-level for polarityAlexander Aring2015-02-271-1/+2
| * at86rf230: add irqmask mode settingAlexander Aring2015-02-271-0/+5
| * at86rf230: remove tx_timeoutAlexander Aring2015-02-271-5/+0
| * at86rf230: add support for external xtal trimAlexander Aring2015-02-273-4/+54
| * at86rf230: copy pdata to driver allocated spaceAlexander Aring2015-02-271-26/+25
| * Bluetooth: make hci_test_bit's addr constJiri Slaby2015-02-271-2/+2
| * Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg2015-02-274-5/+16
| * Bluetooth: Remove unnecessary queue_monitor_skb() functionJohan Hedberg2015-02-201-30/+2
| * Bluetooth: Rename hci_send_to_control to hci_send_to_channelJohan Hedberg2015-02-203-6/+9
| * Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg2015-02-201-17/+7
| * Bluetooth: Fix checking for pending Set SSP in Set HS handlerJohan Hedberg2015-02-191-0/+6
| * Bluetooth: Remove bogus check for pending mgmt Set HS commandJohan Hedberg2015-02-191-2/+1
| * Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-195-32/+28
| * Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-195-46/+55
| * Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-192-38/+16
| * Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-192-14/+14
| * Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg2015-02-191-1/+1
| * Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg2015-02-171-10/+20
| * Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg2015-02-161-0/+14
| * Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann2015-02-153-1/+32
| * Bluetooth: btusb: Use matching names for Broadcom firmware filesMarcel Holtmann2015-02-151-22/+53
| * Bluetooth: Make __next_ident function static.Marcel Holtmann2015-02-152-2/+1
| * Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-152-2/+1
| * Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-152-18/+17
| * Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-152-5/+2
| * Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2015-02-152-2/+2
| * Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe cardAlexander Ploumistos2015-02-152-0/+2
| * Bluetooth: Add device shutdown routine for Intel Bluetooth deviceTedd Ho-Jeong An2015-02-151-0/+22
| * Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-152-0/+7
| * at86rf230: assign wait_for_completion_timeout to appropriately typed varNicholas Mc Guire2015-02-151-1/+1
| * 6lowpan: nhc: add other known rfc6282 compressionsAlexander Aring2015-02-149-0/+213
| * 6lowpan: add udp compression via nhc layerAlexander Aring2015-02-144-170/+205
| * 6lowpan: add generic nhc layer interfaceAlexander Aring2015-02-143-1/+388
| * Bluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout()Johan Hedberg2015-02-141-16/+6
| * Bluetooth: Enhance error codes pair device commandLukasz Rymanowski2015-02-141-0/+4
| * Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
| * Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
| * ieee802154: cleanup ieee802154_le64_to_be64Alexander Aring2015-02-141-3/+1
| * ieee802154: cleanup ieee802154_be64_to_le64Alexander Aring2015-02-141-3/+2
| * ieee802154: correct ieee802154_is_valid_psdu_lenAlexander Aring2015-02-141-2/+10
| * ieee802154: fix netns settingsNicolas Dichtel2015-02-142-2/+5
| * Bluetooth: btmrvl: support SCO routing to host interfaceAmitkumar Karwar2015-02-142-0/+15
* | Merge branch 'sendmsg_recvmsg_iocb_removal'David S. Miller2015-03-0275-480/+346
|\ \
| * | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-0275-442/+302
| * | tipc: Don't use iocb argument in socket layerYing Xue2015-03-021-38/+44
|/ /
* | Merge branch 'dropcount'David S. Miller2015-03-0218-48/+79
|\ \
| * | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-023-6/+18