summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: don't zero tc members when freeing skbFlorian Westphal2015-01-021-7/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-01-0224-1687/+2869
|\
| * Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann2014-12-301-1/+9
| * Bluetooth: Add timing information to SMP test case runsMarcel Holtmann2014-12-301-1/+9
| * Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg2014-12-301-0/+186
| * Bluetooth: Add legacy SMP testsJohan Hedberg2014-12-301-0/+95
| * Bluetooth: Add skeleton for SMP self-testsJohan Hedberg2014-12-304-0/+66
| * Bluetooth: Add support for ECDH test casesJohan Hedberg2014-12-302-1/+175
| * Bluetooth: Add support for self testing frameworkMarcel Holtmann2014-12-305-0/+128
| * Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg2014-12-301-3/+4
| * Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann2014-12-261-3/+9
| * Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann2014-12-201-2/+2
| * Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann2014-12-204-0/+21
| * Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann2014-12-202-0/+67
| * Bluetooth: Enable basics for LE Data Length Extension featureMarcel Holtmann2014-12-201-0/+14
| * Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-478/+474
| * Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-349/+350
| * Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-202-201/+200
| * Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann2014-12-204-1/+74
| * Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann2014-12-202-2/+14
| * ieee802154: iface: move multiple node type checkAlexander Aring2014-12-201-14/+9
| * mac802154: iface: check concurrent ifacesAlexander Aring2014-12-201-0/+77
| * Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg2014-12-192-56/+56
| * Bluetooth: Add return parameter to cmd_complete callbacksJohan Hedberg2014-12-191-40/+45
| * Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-192-68/+109
| * Bluetooth: Fix Remove Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-22/+62
| * Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-194-95/+105
| * Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-197-370/+453
| * Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-193-15/+22
| * nl802154: introduce support for cca settingsAlexander Aring2014-12-193-3/+71
| * ieee802154: rework cca settingAlexander Aring2014-12-195-9/+10
* | geneve: Add Geneve GRO supportJoe Stringer2015-01-021-2/+95
* | net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-021-0/+92
* | fib_trie: Add tracking value for suffix lengthAlexander Duyck2014-12-311-6/+116
* | fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck2014-12-311-9/+5
* | fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck2014-12-311-121/+115
* | fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck2014-12-311-53/+50
* | fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck2014-12-311-83/+66
* | fib_trie: Add functions should_inflate and should_halveAlexander Duyck2014-12-311-86/+89
* | fib_trie: Move resize to after inflate/halveAlexander Duyck2014-12-311-157/+154
* | fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck2014-12-313-101/+85
* | fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck2014-12-311-27/+26
* | fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck2014-12-311-113/+81
* | fib_trie: Optimize fib_table_insertAlexander Duyck2014-12-311-125/+71
* | fib_trie: Optimize fib_find_nodeAlexander Duyck2014-12-311-15/+21
* | fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck2014-12-311-157/+93
* | fib_trie: Merge leaf into tnodeAlexander Duyck2014-12-311-182/+140
* | fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck2014-12-311-50/+40
* | fib_trie: Make leaf and tnode more uniformAlexander Duyck2014-12-311-110/+82
* | fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck2014-12-312-21/+49