summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* mlx4: use netdev_rss_key_fill() helperEric Dumazet2014-11-16
* net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-16
* Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-13
| |\
| * | mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-13
| * | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-13
| * | Merge tag 'trace-fixes-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-11-12
| |\ \
| | * | tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-10
| * | | Merge tag 'mfd-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2014-11-12
| |\ \ \ | | |/ / | |/| |
| | * | mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski2014-11-10
| * | | Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-11-09
| |\ \ \
| | * | | of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-04
| * | | | Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-11-06
| |\ \ \ \
| | * | | | PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu2014-11-05
| | | |/ / | | |/| |
| * | | | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-11-03
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | mm, cma: make parameters order consistent in func declaration and definitionWeijie Yang2014-10-27
| * | | | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-02
| |\ \ \ \
| | * | | | mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-21
| | * | | | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-17
| * | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-02
| |\ \ \ \ \
| | * | | | | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-28
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-11-02
| |\ \ \ \ \
| | * | | | | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-31
| | * | | | | overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-28
| | * | | | | rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney2014-10-28
| | |/ / / /
* | | | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-13
* | | | | | net/mlx4_core: Support more than 64 VFsMatan Barak2014-11-13
* | | | | | net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak2014-11-13
* | | | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-13
* | | | | | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-13
* | | | | | net: phy: add module_phy_driver macroJohan Hovold2014-11-12
* | | | | | net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck2014-11-12
* | | | | | net: Add device Rx page allocation functionAlexander Duyck2014-11-12
* | | | | | net: kill netif_copy_real_num_queues()WANG Cong2014-11-11
* | | | | | net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli2014-11-11
* | | | | | Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville2014-11-04
| |\ \ \ \ \ \
| | * | | | | | ieee80211: add "max length of AMPDU" enum for VHTEran Harary2014-11-04
| | * | | | | | mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2014-10-09
| * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-10-31
| |\ \ \ \ \ \ \
| | * | | | | | | ieee802154: add valid psdu length helperAlexander Aring2014-10-27
| | * | | | | | | ieee802154: move ieee802154 headerAlexander Aring2014-10-25
| | * | | | | | | ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-25
| * | | | | | | | ath9k: allow disabling bands via platform dataFelix Fietkau2014-10-27
| * | | | | | | | ath9k: add support for endian swap of eeprom from platform dataFelix Fietkau2014-10-27
| |/ / / / / / /
* | | | | | | | net: gro: add a per device gro flush timerEric Dumazet2014-11-10
* | | | | | | | net: Kill skb_copy_datagram_const_iovecHerbert Xu2014-11-07
* | | | | | | | inet: Add skb_copy_datagram_iterHerbert Xu2014-11-07
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-06
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |