summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-265-8/+15
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller2016-04-262-0/+2
| | * | | | | | | ipv6: Revert optional address flusing on ifdown.David S. Miller2016-04-252-2/+0
| | * | | | | | | net/mlx5: Add pci shutdown callbackMajd Dibbiny2016-04-241-3/+4
| | * | | | | | | net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2016-04-241-0/+2
| | * | | | | | | net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-241-3/+3
| | * | | | | | | macsec: add missing macsec prefix in uapiSabrina Dubroca2016-04-241-2/+2
| | * | | | | | | switchdev: Adding complete operation to deferred switchdev opsElad Raz2016-04-241-0/+4
| * | | | | | | | devpts: more pty driver interface cleanupsLinus Torvalds2016-04-262-5/+5
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2016-04-231-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | thermal: consistently use int for trip tempWei Ni2016-04-201-2/+2
| * | | | | | | | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-231-1/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara2016-04-231-1/+5
| * | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-231-2/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier2016-04-211-2/+6
| | |/ / / / / / /
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-04-221-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm: Loongson-3 doesn't fully support wc memoryHuacai Chen2016-04-221-0/+2
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-221-0/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| | * | | | | | ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai2016-04-211-0/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2110-4/+74
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-0/+7
| | * | | | | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-211-0/+2
| | * | | | | cls_cgroup: get sk_classid only from full socketsKonstantin Khlebnikov2016-04-191-2/+5
| | * | | | | soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-142-1/+44
| | * | | | | ipv6: udp: Do a route lookup and update during release_cbMartin KaFai Lau2016-04-141-0/+1
| | * | | | | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau2016-04-141-0/+1
| | * | | | | devlink: add missing install of headerstephen hemminger2016-04-111-0/+1
| | * | | | | net: vrf: Fix dst reference countingDavid Ahern2016-04-112-0/+6
| | * | | | | sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-101-1/+7
| * | | | | | Merge branch 'ptmx-cleanup'Linus Torvalds2016-04-191-24/+10
| |\ \ \ \ \ \
| | * | | | | | devpts: clean up interface to pty driversLinus Torvalds2016-04-181-24/+10
| * | | | | | | Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-181-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai2016-04-151-0/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-2/+6
* | | | | | | perf/core: Add ::write_backward attribute to perf eventWang Nan2016-04-232-4/+27
* | | | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-235-80/+30
|\| | | | | |
| * | | | | | Merge tag 'usb-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-161-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede2016-04-131-0/+2
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-151-6/+16
| |\ \ \ \ \
| | * | | | | pmem: fix BUG() error in pmem.h:48 on X86_32Toshi Kani2016-04-141-6/+16
| | |/ / / /
| * | | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-04-141-61/+3
| |\ \ \ \ \
| | * | | | | mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar2016-04-071-61/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-141-4/+5
| |\ \ \ \ \
| | * | | | | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-121-4/+5
| | | |/ / / | | |/| | |
| * / | | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-9/+4
| |/ / / /
* | | | | Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-13553-3696/+16443
|\| | | |
| * | | | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-091-1/+1
| |\ \ \ \
| | * | | | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-0813-31/+55
| | |\| | |
| | * | | | usb: ch9: Fix SSP Device Cap wFunctionalitySupport typeJohn Youn2016-03-291-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-04-091-0/+25
| |\ \ \ \