summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-071-0/+2
| | * | | | | | | | | netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer2014-03-072-4/+10
| | * | | | | | | | | netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-071-1/+7
| | * | | | | | | | | netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso2014-02-271-2/+9
| | * | | | | | | | | netfilter: nf_tables: add nft_dereference() macroPatrick McHardy2014-02-251-0/+4
| | * | | | | | | | | netfilter: nft_ct: labels get supportFlorian Westphal2014-02-191-1/+3
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-1/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-141-8/+0
| * | | | | | | | | | | ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-142-9/+9
| * | | | | | | | | | | mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-141-8/+2
| * | | | | | | | | | | ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-143-4/+112
| * | | | | | | | | | | ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-143-9/+8
| * | | | | | | | | | | ieee802154: add address struct with proper endiannes and some operationsPhoebe Buckheister2014-03-141-0/+72
| * | | | | | | | | | | ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-143-11/+11
| * | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-138-75/+335
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-033-14/+101
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-281-0/+1
| | | * | | | | | | | | Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-282-0/+2
| | | * | | | | | | | | Bluetooth: Add defines for LE initiator filter policyJohan Hedberg2014-02-281-0/+3
| | | * | | | | | | | | Bluetooth: Track LE initiator and responder address informationJohan Hedberg2014-02-281-0/+4
| | | * | | | | | | | | Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-283-7/+7
| | | * | | | | | | | | Bluetooth: Add timer to force power offJohan Hedberg2014-02-271-0/+1
| | | * | | | | | | | | Bluetooth: Add support for storing LE white list entriesMarcel Holtmann2014-02-281-0/+7
| | | * | | | | | | | | Bluetooth: Add definitions for LE white list HCI commandsMarcel Holtmann2014-02-281-0/+14
| | | * | | | | | | | | Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann2014-02-281-1/+0
| | | * | | | | | | | | Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2014-02-271-0/+2
| | | * | | | | | | | | Bluetooth: Add tracking of advertising address typeJohan Hedberg2014-02-271-0/+1
| | | * | | | | | | | | Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes2014-02-261-0/+1
| | | * | | | | | | | | Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-261-3/+3
| | | * | | | | | | | | Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-261-1/+8
| | | * | | | | | | | | Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-261-0/+2
| | | * | | | | | | | | Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes2014-02-261-0/+7
| | | * | | | | | | | | Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-261-2/+4
| | | * | | | | | | | | Bluetooth: Stop scanning on LE connectionAndre Guedes2014-02-261-0/+1
| | | * | | | | | | | | Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-261-0/+2
| | | * | | | | | | | | Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-261-0/+2
| | | * | | | | | | | | Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg2014-02-241-1/+2
| | | * | | | | | | | | Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2014-02-241-0/+1
| | | * | | | | | | | | Bluetooth: Add convenience function for getting total connection countJohan Hedberg2014-02-241-0/+7
| | | * | | | | | | | | Bluetooth: Store current RPA and update it if neededMarcel Holtmann2014-02-241-0/+1
| | | * | | | | | | | | Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-241-1/+2
| | | * | | | | | | | | Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg2014-02-231-1/+0
| | | * | | | | | | | | Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg2014-02-231-0/+2
| | | * | | | | | | | | Bluetooth: Add timer for regenerating local RPAJohan Hedberg2014-02-232-0/+6
| | | * | | | | | | | | Bluetooth: Add mgmt defines for privacyJohan Hedberg2014-02-221-0/+8
| | | * | | | | | | | | Bluetooth: Add initial code for distributing local IRKJohan Hedberg2014-02-222-0/+3
| | * | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-02-246-31/+207
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | | | | | | | / / / / | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | | * | | | | | | | Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann2014-02-211-0/+1
| | | * | | | | | | | Bluetooth: Track the current configured random addressMarcel Holtmann2014-02-201-0/+1
| | | * | | | | | | | Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann2014-02-201-0/+1
OpenPOWER on IntegriCloud