summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann1-4/+2
2013-10-03Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann1-1/+5
2013-10-02ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches57-149/+146
2013-10-02include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov1-5/+2
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet2-14/+26
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang1-6/+3
2013-10-02Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann1-2/+4
2013-10-02isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl1-1/+1
2013-10-02xen-netfront: convert to GRO APIWei Liu1-1/+3
2013-10-02tg3: use phylib when robo switch is in useHauke Mehrtens1-1/+10
2013-10-02ssb: provide phy address for Gigabit Ethernet driverHauke Mehrtens1-0/+14
2013-10-02tg3: add support a phy at an address different than 01Hauke Mehrtens1-19/+19
2013-10-02Bluetooth: Add the definition for Slave Page Response TimeoutDoHyun Pyun1-0/+2
2013-10-02Bluetooth: Add the definition and stcuture for Sync Train CompleteDoHyun Pyun1-0/+5
2013-10-02Bluetooth: Add the definition for Start Synchronization TrainDoHyun Pyun1-0/+2
2013-10-02Bluetooth: Add the definition and structure for Set CSBDoHyun Pyun1-0/+16
2013-10-02Bluetooth: Add the structure for Write Sync Train ParametersDoHyun Pyun1-0/+12
2013-10-02Bluetooth: Add the definition and structure for Set CSB DataDoHyun Pyun1-0/+14
2013-10-02Bluetooth: Add the definition and structure for Delete Reserved LT_ADDRDoHyun Pyun1-0/+9
2013-10-02Bluetooth: Add the definition and structure for Set Reserved LT_ADDRDoHyun Pyun1-0/+9
2013-10-02iwlwifi: pcie: fix merge damageJohannes Berg1-4/+4
2013-10-02Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2013-10-02Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg1-7/+7
2013-10-02Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg1-25/+51
2013-10-02Bluetooth: Add management command for setting static addressMarcel Holtmann4-0/+58
2013-10-02Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann1-2/+9
2013-10-02Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg3-0/+127
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg4-13/+36
2013-10-02Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar4-1/+134
2013-10-02Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2-8/+16
2013-10-02Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2-12/+6
2013-10-02Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar1-88/+41
2013-10-01Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg1-0/+10
2013-10-01Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg1-10/+20
2013-10-02Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2-0/+4
2013-10-02Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann1-1/+1
2013-10-02Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann1-3/+16
2013-10-02Bluetooth: Provide high speed configuration optionMarcel Holtmann5-41/+22
2013-10-02Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEMarcel Holtmann1-2/+2
2013-10-02Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann1-1/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller533-3021/+5170
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds107-845/+1301
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2013-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-10-01Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+6
2013-10-01fs/super.c: fix lru_list leak for realAl Viro1-2/+2
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet1-19/+26