summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-142-1/+289
* ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-1411-59/+84
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-149-30/+31
* 6lowpan: reassembly: un-export local functionsFlorian Westphal2014-03-131-19/+11
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-138-18/+9
* consolidate duplicate code is skb_checksum_setup() helpersJan Beulich2014-03-131-90/+50
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-1335-1032/+3631
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-0410-65/+131
| |\
| * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-037-238/+1484
| |\ \
| | * | Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-282-43/+15
| | * | Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-282-1/+5
| | * | Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2014-02-282-3/+22
| | * | Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2014-02-282-6/+29
| | * | Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-282-0/+25
| | * | Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg2014-02-281-16/+6
| | * | Bluetooth: Track LE initiator and responder address informationJohan Hedberg2014-02-281-0/+78
| | * | Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg2014-02-281-1/+2
| | * | Bluetooth: Add protections for updating local random addressJohan Hedberg2014-02-282-2/+32
| | * | Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg2014-02-281-0/+18
| | * | Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-286-25/+22
| | * | Bluetooth: Add timer to force power offJohan Hedberg2014-02-271-3/+13
| | * | Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg2014-02-271-4/+40
| | * | Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann2014-02-281-0/+55
| | * | Bluetooth: Add support for storing LE white list entriesMarcel Holtmann2014-02-281-0/+90
| | * | Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann2014-02-281-2/+5
| | * | Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann2014-02-281-1/+1
| | * | Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2014-02-272-26/+26
| | * | Bluetooth: Add tracking of advertising address typeJohan Hedberg2014-02-271-0/+23
| | * | Bluetooth: Fix response on confirm_nameLukasz Rymanowski2014-02-271-4/+6
| | * | Bluetooth: Update background scan parametersAndre Guedes2014-02-261-0/+15
| | * | Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes2014-02-261-25/+31
| | * | Bluetooth: Add le_auto_conn file on debugfsAndre Guedes2014-02-261-0/+111
| | * | Bluetooth: Support resolvable private addressesAndre Guedes2014-02-261-0/+10
| | * | Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-262-4/+23
| | * | Bluetooth: Auto connection and power onAndre Guedes2014-02-262-0/+14
| | * | Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2014-02-262-6/+8
| | * | Bluetooth: Connection parameters and auto connectionAndre Guedes2014-02-261-7/+35
| | * | Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-262-4/+25
| | * | Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-263-2/+135
| | * | Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes2014-02-261-0/+68
| | * | Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-263-11/+23
| | * | Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-263-28/+11
| | * | Bluetooth: Remove unused functionAndre Guedes2014-02-261-43/+0
| | * | Bluetooth: Stop scanning on LE connectionAndre Guedes2014-02-261-2/+90
| | * | Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-262-7/+3
| | * | Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-262-14/+12
| | * | Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-263-7/+7
| | * | Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg2014-02-261-8/+11
| | * | Bluetooth: Track not yet received keys in SMPJohan Hedberg2014-02-261-0/+6
| | * | Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg2014-02-251-0/+13