summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann2013-10-031-1/+1
* Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann2013-10-031-0/+6
* Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann2013-10-031-0/+6
* Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann2013-10-031-4/+2
* Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann2013-10-031-1/+5
* Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann2013-10-021-2/+4
* Bluetooth: Increment management interface revisionMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg2013-10-021-7/+7
* Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg2013-10-021-25/+51
* Bluetooth: Add management command for setting static addressMarcel Holtmann2013-10-021-0/+49
* Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann2013-10-021-2/+9
* Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg2013-10-022-0/+125
* Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-023-13/+35
* Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg2013-10-011-0/+10
* Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg2013-10-011-10/+20
* Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2013-10-021-0/+2
* Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
* Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann2013-10-021-3/+16
* Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-024-41/+21
* Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann2013-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-2771-490/+852
|\
| * Bluetooth: don't release the port in rfcomm_dev_state_change()Gianluca Anzolin2013-09-201-33/+2
| * Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg2013-09-181-3/+12
| * Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg2013-09-181-5/+10
| * Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan2013-09-161-0/+7
| * Bluetooth: Fix encryption key size for peripheral roleAndre Guedes2013-09-161-0/+2
| * Bluetooth: Fix security level for peripheral roleAndre Guedes2013-09-161-1/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-073-3/+11
| |\
| | * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-302-3/+3
| | * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-281-0/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-072-5/+36
| |\ \
| | * | tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet2013-09-061-1/+4
| | * | tcp: fix no cwnd growth after timeoutYuchung Cheng2013-09-061-4/+2
| | * | net: netlink: filter particular protocols from analyzersDaniel Borkmann2013-09-061-0/+30
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+2
| |\ \ \
| | * | | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-5/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-04372-8678/+12121
| | |\ \ \
| | * | | | HID: fix unused rsize usageJiri Kosina2013-07-221-0/+1
| | * | | | HID: fix data access in implement()Jiri Kosina2013-07-221-5/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05255-4270/+10151
| |\ \ \ \ \
| | * | | | | openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross2013-09-052-1/+2
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-0534-200/+439
| | |\ \ \ \ \
| | | * | | | | tcp: Add missing braces to do_tcp_setsockoptDave Jones2013-09-051-1/+2
| | | * | | | | caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones2013-09-051-1/+2
| | | * | | | | net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann2013-09-041-1/+1
| | | * | | | | ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-041-6/+8
| | | * | | | | ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa2013-09-041-25/+23
| | | * | | | | ipv6: ipv6_create_tempaddr cleanupPetr Holasek2013-09-031-2/+0
| | | * | | | | ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-031-1/+9
OpenPOWER on IntegriCloud