summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-08net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+9
2014-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-55/+103
2014-10-02Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen1-3/+10
2014-10-02Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen1-11/+5
2014-10-02Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen1-2/+6
2014-10-02Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen1-0/+2
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg1-5/+8
2014-09-29Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen1-1/+2
2014-09-29Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 headerJukka Rissanen1-52/+83
2014-09-29Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen1-0/+6
2014-09-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-83/+128
2014-09-26Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-11/+158
2014-09-25Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg1-3/+3
2014-09-25Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg1-12/+11
2014-09-24ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent1-36/+89
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg1-1/+1
2014-09-24Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches1-10/+4
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-1/+8
2014-09-23Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler1-5/+17
2014-09-23net: rfkill: gpio: Fix clock statusLoic Poulain1-1/+1
2014-09-18Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg1-1/+4
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann1-20/+0
2014-09-17net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann1-0/+1
2014-09-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville5-55/+75
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville43-357/+945
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann1-0/+1
2014-09-15Bluetooth: Add BUILD_BUG_ON check for SKB control buffer sizeMarcel Holtmann1-0/+3
2014-09-12Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg1-0/+1
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller3-8/+3
2014-09-11mac80211: set smps_mode according to ap paramsEliad Peller1-2/+13
2014-09-11cfg80211: allow requesting SMPS mode on ap startEliad Peller1-0/+24
2014-09-11mac80211: set network header in TDLS framesArik Nemtsov1-0/+3
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller4-11/+33
2014-09-11cfg80211: add WMM traffic stream APIJohannes Berg3-0/+185
2014-09-11mac80211: add TDLS connection timeoutLiad Kaufman2-1/+23
2014-09-11mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn3-119/+213
2014-09-11mac80211: Unify rate statistic variables between Minstrel & Minstrel_HTThomas Huehn4-97/+85
2014-09-11cfg80211: clear nl80211 messages carrying keys after processingJohannes Berg1-4/+21
2014-09-11cfg80211: don't put kek/kck/replay counter on the stackJohannes Berg1-7/+3
2014-09-11cfg80211: clear wext keys when freeing and removing themJohannes Berg2-1/+3
2014-09-11mac80211: clear key material when freeing keysJohannes Berg1-1/+1
2014-09-11cfg80211: clear connect keys when freeing themJohannes Berg5-11/+11
2014-09-11Bluetooth: Expire RPA if encryption failsJohan Hedberg1-0/+6
2014-09-11Bluetooth: Avoid hard-coded IO capability values in SMPJohan Hedberg1-2/+2
2014-09-11Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg1-20/+33
2014-09-11Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg3-5/+10
2014-09-11Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg1-2/+10
2014-09-11Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg1-16/+1
2014-09-11Bluetooth: Fix ignoring unknown SMP authentication requirement bitsJohan Hedberg1-9/+13