summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* geneve: Check family when reusing sockets.Jesse Gross2015-01-041-4/+5
* geneve: Remove socket hash table.Jesse Gross2015-01-041-19/+7
* geneve: Simplify locking.Jesse Gross2015-01-041-33/+26
* geneve: Remove workqueue.Jesse Gross2015-01-041-19/+2
* netlink: Lockless lookup with RCU grace period in socket releaseThomas Graf2015-01-032-16/+17
* rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-032-28/+14
* nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-8/+3
* rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-033-11/+17
* rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-032-21/+30
* 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
OpenPOWER on IntegriCloud