summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-181-1/+1
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-182-0/+8
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-181-0/+1
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-181-0/+1
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-182-2/+8
* mlx4: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+3
* net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-161-0/+6
* Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-142-34/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1416-56/+176
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-145-2/+15
| |\
| | * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+9
| * | mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-141-0/+1
| * | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-142-0/+17
| * | Merge tag 'trace-fixes-v3.18-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-11-121-1/+1
| |\ \
| | * | tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-101-1/+1
| * | | Merge tag 'mfd-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2014-11-121-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski2014-11-101-0/+7
| * | | Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-091-8/+31
| |\ \ \
| | * | | ARM: imx: clk-vf610: define PLL's clock treeStefan Agner2014-11-041-8/+31
| * | | | Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-11-091-14/+70
| |\ \ \ \
| | * | | | of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-041-14/+70
| | |/ / /
| * | | | Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-11-061-1/+6
| |\ \ \ \
| | * | | | PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu2014-11-051-1/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-11-041-4/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | mm, cma: make parameters order consistent in func declaration and definitionWeijie Yang2014-10-271-4/+4
| * | | | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-021-18/+3
| |\ \ \ \
| | * | | | mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-211-1/+0
| | * | | | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-171-17/+3
| * | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-11-022-6/+5
| |\ \ \ \ \
| | * | | | | scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig2014-10-281-4/+4
| | * | | | | Revert "block: all blk-mq requests are tagged"Christoph Hellwig2014-10-281-2/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-11-021-1/+0
| |\ \ \ \ \
| | * | | | | drm/radeon: remove invalid pci idAlex Deucher2014-10-281-1/+0
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-11-022-3/+22
| |\ \ \ \ \ \
| | * | | | | | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-0/+1
| | * | | | | | overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-281-3/+6
| | * | | | | | rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney2014-10-281-0/+15
| | | |/ / / / | | |/| | | |
* | | | | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-131-5/+5
* | | | | | | net/mlx4_core: Support more than 64 VFsMatan Barak2014-11-131-2/+3
* | | | | | | net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak2014-11-131-1/+3
* | | | | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-131-1/+2
* | | | | | | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+2
* | | | | | | ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-122-22/+19
* | | | | | | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-122-12/+1
* | | | | | | net: phy: add module_phy_driver macroJohan Hovold2014-11-121-0/+24
* | | | | | | net: Remove __skb_alloc_page and __skb_alloc_pagesAlexander Duyck2014-11-121-43/+0
* | | | | | | net: Add device Rx page allocation functionAlexander Duyck2014-11-121-0/+48
* | | | | | | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-121-4/+0
* | | | | | | net: kill netif_copy_real_num_queues()WANG Cong2014-11-111-17/+0
* | | | | | | irda: Simplify IRDA logging macrosJoe Perches2014-11-111-3/+3