summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ebpf_helpers'David S. Miller2015-03-155-0/+36
|\
| * ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-155-0/+17
| * ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-155-0/+19
|/
* Merge branch 'gianfar-next'David S. Miller2015-03-152-96/+138
|\
| * gianfar: Consider dts property endianess on handlingJingchang Lu2015-03-151-30/+47
| * gianfar: Make FCB access endian safeClaudiu Manoil2015-03-152-12/+13
| * gianfar: Make BDs access endian safeClaudiu Manoil2015-03-152-54/+78
|/
* Merge branch 'rhashtable-next'David S. Miller2015-03-153-62/+80
|\
| * rhashtable: Move future_tbl into struct bucket_tableHerbert Xu2015-03-152-18/+14
| * rhashtable: Add rehash counter to bucket_tableHerbert Xu2015-03-153-2/+5
| * rhashtable: Free bucket tables asynchronously after rehashHerbert Xu2015-03-152-3/+8
| * rhashtable: Move seed init into bucket_table_allocHerbert Xu2015-03-151-10/+6
| * rhashtable: Use SINGLE_DEPTH_NESTINGHerbert Xu2015-03-151-7/+2
| * rhashtable: Fix walker behaviour during rehashHerbert Xu2015-03-152-27/+50
|/
* net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli2015-03-141-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-1419-536/+636
|\
| * ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher2015-03-131-4/+4
| * ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-139-495/+498
| * ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2015-03-132-15/+4
| * ixgbe: enable relaxed ordering for SPARCJeff Kirsher2015-03-132-4/+12
| * ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore2015-03-131-2/+2
| * ixgbe: Clean up type inconsistencyDon Skidmore2015-03-131-2/+2
| * ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-139-14/+114
* | Merge branch 'listener_refactor_part_9'David S. Miller2015-03-145-104/+54
|\ \
| * | inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet2015-03-141-101/+47
| * | inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet2015-03-141-1/+1
| * | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-145-3/+7
|/ /
* | Merge branch 'tipc-next'David S. Miller2015-03-148-341/+300
|\ \
| * | tipc: clean up handling of message prioritiesJon Paul Maloy2015-03-144-61/+50
| * | tipc: split link outqueueJon Paul Maloy2015-03-147-167/+150
| * | tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy2015-03-142-1/+5
| * | tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy2015-03-142-47/+28
| * | tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy2015-03-142-9/+10
| * | tipc: move message validation function to msg.cJon Paul Maloy2015-03-143-60/+47
| * | tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-143-2/+16
|/ /
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-1423-1386/+1888
|\ \ | |/ |/|
| * ieee802154: don't export static symbolJulia Lawall2015-03-141-1/+0
| * at86rf230: fix volatile regmap registersAlexander Aring2015-03-141-0/+2
| * at86rf230: add support for calibration timeoutAlexander Aring2015-03-141-14/+58
| * at86rf230: replace state change sleeps with hrtimerAlexander Aring2015-03-141-10/+29
| * at86rf230: init xtal_trim with zeroAlexander Aring2015-03-141-1/+1
| * mac802154: correct max sifs size handlingAlexander Aring2015-03-142-1/+14
| * ieee802154: remove deprecated sysfs entriesAlexander Aring2015-03-141-49/+0
| * ieee802154: change wpan-phy name to phyAlexander Aring2015-03-141-1/+4
| * ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring2015-03-141-1/+1
| * Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-138-25/+20
| * Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann2015-03-134-17/+18
| * Bluetooth: btusb: Add helper for READ_LOCAL_VERSION commandDaniel Drake2015-03-131-32/+28
| * Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann2015-03-134-31/+26
| * Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann2015-03-135-48/+44