summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu2015-03-202-300/+3
* tipc: Use inlined rhashtable interfaceHerbert Xu2015-03-201-14/+18
* test_rhashtable: Use inlined rhashtable interfaceHerbert Xu2015-03-201-14/+19
* netfilter: Convert nft_hash to inlined rhashtableHerbert Xu2015-03-201-41/+29
* netlink: Move namespace into hash keyHerbert Xu2015-03-201-32/+56
* rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu2015-03-202-113/+436
* rhashtable: Make rhashtable_init params argument constHerbert Xu2015-03-202-4/+6
* ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann2015-03-201-15/+14
* ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2015-03-202-7/+7
* vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner2015-03-201-2/+2
* xen-netback: making the bandwidth limiter runtime settablePalik, Imre2015-03-204-3/+63
* Merge branch 'listener_refactor_part_14'David S. Miller2015-03-2024-254/+220
|\
| * net: increase sk_[max_]ack_backlogEric Dumazet2015-03-202-4/+2
| * inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-2018-198/+173
| * inet: drop prev pointer handling in request sockEric Dumazet2015-03-2014-74/+67
|/
* rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf2015-03-191-2/+8
* i40e: add NVM update events to AQ cleanShannon Nelson2015-03-191-0/+4
* tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner2015-03-191-1/+5
* Merge branch 'cxgb4-next'David S. Miller2015-03-194-7/+4
|\
| * cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai2015-03-194-7/+3
| * cxgb4: Add device ID for new adapterHariprasad Shenai2015-03-191-0/+1
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-1920-640/+1485
|\
| * mac802154: fix typo in header guardNicolas Iooss2015-03-191-2/+2
| * cc2520: Add support for CC2591 amplifier.Brad Campbell2015-03-183-8/+52
| * cc2520: Do not store platform_data in spi_deviceBrad Campbell2015-03-181-49/+46
| * Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann2015-03-181-3/+5
| * Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg2015-03-171-8/+67
| * Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2015-03-173-115/+115
| * Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg2015-03-172-2/+4
| * Bluetooth: Add generic mgmt helper APIJohan Hedberg2015-03-174-197/+265
| * Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg2015-03-171-46/+62
| * Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg2015-03-172-0/+6
| * Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSRJakub Pawlowski2015-03-171-0/+2
| * Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTELJakub Pawlowski2015-03-171-0/+1
| * Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012Jakub Pawlowski2015-03-171-0/+1
| * Bluetooth: Add simultaneous dual mode scanJakub Pawlowski2015-03-173-10/+70
| * Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.Jakub Pawlowski2015-03-171-65/+85
| * Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERYJakub Pawlowski2015-03-171-0/+8
| * at86rf230: fix at86rf230_read_subreg succeed handlingAlexander Aring2015-03-171-1/+1
| * Bluetooth: btusb: Fix minor whitespace issue in QCA ROME device entriesMarcel Holtmann2015-03-171-2/+2
| * Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann2015-03-173-0/+24
| * Bluetooth: Fix length for Read Local OOB Extended Data respone packetMarcel Holtmann2015-03-171-1/+1
| * Bluetooth: Do not include LE SC out-of-band data if not enabledMarcel Holtmann2015-03-161-8/+13
| * Bluetooth: The P-256 randomizer is 16 octets long and not 19 octetsMarcel Holtmann2015-03-161-1/+1
| * Bluetooth: Rename smp->local_rr into smp->local_randMarcel Holtmann2015-03-161-5/+5
| * Bluetooth: Add extra SMP_DBG statement for remote OOB dataMarcel Holtmann2015-03-161-0/+2
| * Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Marcel Holtmann2015-03-161-1/+1
| * Bluetooth: Add clarifying comment when setting local OOB flagJohan Hedberg2015-03-161-0/+8
| * Bluetooth: Don't send public key if OOB data verification failsJohan Hedberg2015-03-161-10/+10
| * Bluetooth: Fix verifying confirm value when lacking remote OOB dataJohan Hedberg2015-03-161-1/+3
OpenPOWER on IntegriCloud