summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-062-43/+83
* net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann2015-01-061-7/+6Star
* net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski2015-01-062-3/+9
* ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-062-2/+41
* ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-061-2/+3
* ip: IP cmsg cleanupTom Herbert2015-01-061-27/+37
* ip: Move checksum convert defines to inetTom Herbert2015-01-064-4/+4
* geneve: Check family when reusing sockets.Jesse Gross2015-01-051-4/+5
* geneve: Remove socket hash table.Jesse Gross2015-01-051-19/+7Star
* geneve: Simplify locking.Jesse Gross2015-01-051-33/+26Star
* geneve: Remove workqueue.Jesse Gross2015-01-051-19/+2Star
* 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/+14Star
* nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-8/+3Star
* 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/+0Star
* 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/+474Star
| * 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/+200Star
| * 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/+9Star
| * 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 Duyck2015-01-011-6/+116