summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-082-9/+7
* Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg2014-09-081-1/+2
* Bluetooth: Set addr_type only when it's neededJohan Hedberg2014-09-081-5/+5
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-082-2/+18
* Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg2014-09-081-2/+0
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-09-081-5/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-0812-27/+62
|\
| * Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-046-8/+17
| |\
| | * mac80211: fix agg_status debugfs file alignmentJohannes Berg2014-08-261-1/+1
| | * mac80211: fix start_seq_num in Rx reorder offloadDenton Gentry2014-08-261-2/+2
| | * mac80211: mesh_plink: handle confirm frames with new plidBob Copeland2014-08-261-1/+6
| | * mac80211: fix smps mode check for AP_VLANFelix Fietkau2014-08-261-2/+5
| | * mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantypeFelix Fietkau2014-08-261-0/+2
| | * Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg2014-08-261-2/+1
| * | net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg2014-08-251-0/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-256-19/+45
| |\ \
| | * | Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-203-4/+35
| | * | ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-12/+3
| | * | ieee802154: 6lowpan: ensure of sending 1280 packetsAlexander Aring2014-08-191-1/+1
| | * | ieee802154: mac802154: handle the reserved dest mode by dropping the packetMartin Townsend2014-08-191-1/+4
| | * | ieee802154: 6lowpan_rtnl: fix correct errno valueAlexander Aring2014-08-191-1/+1
| | * | mac802154: fixed potential skb leak with mac802154_parse_frame_startMartin Townsend2014-08-191-0/+1
* | | | Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-0421-170/+179
|\ \ \ \
| * | | | net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg2014-08-291-0/+1
| * | | | mac80211: fix chantype recalc warningMichal Kazior2014-08-291-2/+2
| * | | | mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-271-2/+2
| * | | | mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-261-1/+1
| * | | | cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+13
| * | | | cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-262-6/+16
| * | | | cfg80211: re-enable CSA for drivers that support itMichal Kazior2014-08-261-6/+0
| * | | | mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
| * | | | mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-9/+3
| * | | | cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-262-3/+3
| * | | | mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2014-08-262-95/+93
| * | | | mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland2014-08-261-7/+3
| * | | | mac80211: disable 40MHz support in case of 20MHz APEliad Peller2014-08-151-8/+22
| * | | | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-1510-28/+16
| | |_|/ | |/| |
* | | | wireless: core: Reorder wiphy_register() notifications relevantlyTomasz Bursztyka2014-08-251-4/+3
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-08-2512-548/+766
|\ \ \ \ | |_|/ / |/| | |
| * | | Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski2014-08-141-3/+5
| * | | Bluetooth: Improve data packing in SAR modeLukasz Rymanowski2014-08-141-4/+1
| * | | mac802154: common tx error pathVarka Bhadram2014-08-141-7/+8
| * | | ieee802154: 6lowpan: remove unused functionAlexander Aring2014-08-141-8/+0
| * | | mac802154: common error pathVarka Bhadram2014-08-141-4/+6
| * | | mac802154: cleanup in rx pathVarka Bhadram2014-08-141-3/+2
| * | | Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2014-08-142-52/+50
| * | | Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg2014-08-141-16/+26
| * | | Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg2014-08-141-6/+6
| * | | Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-141-17/+1
| * | | Bluetooth: Add SMP-internal timeout callbackJohan Hedberg2014-08-141-9/+43