summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0914-46/+91
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-091-3/+19
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-051-3/+19
| | |\
| | | * netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-041-3/+19
| * | | Merge tag 'spi-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2015-03-091-1/+1
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...Mark Brown2015-03-061-1/+1
| | |\ \ \ \ \
| | | | * | | | spi: fix a typo in comment.Marcin Bis2015-03-031-1/+1
| | | |/ / / /
| * | | | | | Merge tag 'fbdev-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-091-0/+1
| |\ \ \ \ \ \
| | * | | | | | OMAPDSS: fix regression with display sysfs filesTomi Valkeinen2015-02-261-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-091-1/+2
| |\ \ \ \ \ \
| | * | | | | | workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-051-1/+2
| | |/ / / / /
| * | | | | | Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-2/+1
| |\ \ \ \ \ \
| | * | | | | | Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-261-2/+1
| | |/ / / / /
| * | | | | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-082-7/+11
| |\ \ \ \ \ \
| | * | | | | | serial: uapi: Declare all userspace-visible io typesPeter Hurley2015-03-072-7/+11
| | * | | | | | serial: core: Fix iotype userspace breakagePeter Hurley2015-03-071-3/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-063-28/+28
| |\ \ \ \ \ \
| | * | | | | | drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-052-2/+2
| | * | | | | | drm/mm: Support 4 GiB and larger rangesThierry Reding2015-03-051-26/+26
| | |/ / / / /
| * | | | | | Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-063-3/+24
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'irq-pm'Rafael J. Wysocki2015-03-062-1/+9
| | |\ \ \ \ \ \
| | | * | | | | | genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-042-0/+6
| | | * | | | | | genirq / PM: better describe IRQF_NO_SUSPEND semanticsMark Rutland2015-02-261-1/+3
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'suspend-to-idle'Rafael J. Wysocki2015-03-051-2/+15
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-2/+15
| | | |/ / / /
| * | | | | | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-03-061-1/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-031-0/+1
| | * | | | | NFS: Add attribute update barriers to NFS writebacksTrond Myklebust2015-03-011-0/+1
| | * | | | | NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-03-011-1/+1
| | * | | | | NFS: Add a helper to set attribute barriersTrond Myklebust2015-03-011-0/+1
| | | |/ / / | | |/| | |
* | | | | | net: Remove protocol from struct dst_opsEric W. Biederman2015-03-091-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-096-153/+93
|\ \ \ \ \ \
| * | | | | | netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso2015-03-091-12/+0
| * | | | | | netfilter: bridge: move nf_bridge_update_protocol to where its usedFlorian Westphal2015-03-091-8/+0
| * | | | | | bridge: move mac header copying into br_netfilterFlorian Westphal2015-03-091-31/+0
| * | | | | | netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso2015-03-062-1/+2
| * | | | | | netfilter: nf_tables: cleanup nf_tables.hPatrick McHardy2015-03-061-87/+87
| * | | | | | netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso2015-03-061-0/+1
| * | | | | | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-032-14/+3
* | | | | | | net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-2/+2
* | | | | | | neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-081-0/+1
* | | | | | | net/mlx4_core: Add basic elements for QCNShani Michaeli2015-03-062-1/+15
* | | | | | | net/dcb: Add IEEE QCN attributeShani Michaeli2015-03-062-0/+69
* | | | | | | Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...David S. Miller2015-03-066-39/+15
|\ \ \ \ \ \ \
| * | | | | | | bcma: move internal function declarations to private headerRafał Miłecki2015-03-055-36/+0
| * | | | | | | bcma: make bcma_host_pci_(up|down) calls safe for every configRafał Miłecki2015-03-051-0/+9
| * | | | | | | bcma: support bringing up bus hosted on PCIe Gen 2Rafał Miłecki2015-03-021-0/+2
| * | | | | | | bcma: change IRQ control function to accept bus as an argumentRafał Miłecki2015-03-021-1/+1
| * | | | | | | bcma: add helpers bringing PCIe hosted bus up / downRafał Miłecki2015-03-022-2/+3
* | | | | | | | fib: make netdev_switch_fib_ipv4_abort in header file static inlineWillem de Bruijn2015-03-061-1/+1