summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: skbuff: improve comment on checksummingDaniel Borkmann2013-12-191-56/+75
* net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam2013-12-191-0/+25
* lib: hash: follow-up fixups for arch hashFrancesco Fusco2013-12-191-2/+2
* ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-183-2/+11
* inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-182-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1835-118/+160
|\
| * Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-12-171-0/+1
| |\
| | * Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-131-0/+1
| | |\
| | | * drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-081-0/+1
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-173-27/+43
| |\ \ \
| | * | | sched/fair: Rework sched_fair time accountingPeter Zijlstra2013-12-111-1/+2
| | * | | math64: Add mul_u64_u32_shr()Peter Zijlstra2013-12-111-0/+30
| | * | | sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-112-26/+11
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-159-34/+28
| |\ \ \
| | * | | net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior2013-12-121-1/+1
| | * | | micrel: add support for KSZ8041RNLISergei Shtylyov2013-12-111-0/+2
| | * | | sctp: properly latch and use autoclose value from sock to associationNeil Horman2013-12-101-6/+0
| | * | | net: unix: allow set_peek_off to failSasha Levin2013-12-101-1/+1
| * | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-12-151-2/+0
| |\ \ \ \
| | * | | | x86, build, icc: Remove uninitialized_var() from compiler-intel.hH. Peter Anvin2013-12-101-2/+0
| * | | | | Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-152-15/+18
| |\ \ \ \ \
| | * | | | | PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-071-0/+3
| | * | | | | PCI: Omit PCI ID macro strings to shorten quirk namesMichal Marek2013-11-251-15/+15
| * | | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-12-123-3/+8
| |\ \ \ \ \ \
| | * | | | | | mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-121-1/+2
| | * | | | | | include/linux/kernel.h: make might_fault() a nop for !MMUAxel Lin2013-12-121-1/+2
| | * | | | | | include/linux/hugetlb.h: make isolate_huge_page() an inlineNaoya Horiguchi2013-12-121-1/+4
| * | | | | | | Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-12-122-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ALSA: compress: Fix 64bit ABI incompatibilityTakashi Iwai2013-12-101-3/+3
| | * | | | | | ALSA: memalloc.h - fix wrong truncation of dma_addr_tStefano Panella2013-12-101-1/+1
| * | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-12-121-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | [media] videobuf2: Add support for file access mode flags for DMABUF exportingPhilipp Zabel2013-12-091-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | word-at-a-time: provide generic big-endian zero_bytemask implementationWill Deacon2013-12-121-0/+8
| * | | | | | | dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon2013-12-121-0/+2
| * | | | | | | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-12-122-3/+5
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | security: shmem: implement kernel private shmem inodesEric Paris2013-12-021-0/+2
| | * | | | | | KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-021-3/+3
| * | | | | | | Merge tag 'pm-3.13-rc3-fixup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-091-8/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-081-8/+0
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-12-091-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Input: add SW_MUTE_DEVICE switch definitionPing Cheng2013-12-051-0/+1
| | * | | | | | | Input: add key code for ambient light sensor buttonPali Rohár2013-11-261-0/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-12-091-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | crypto: scatterwalk - Use sg_chain_ptr on chain entriesTom Lendacky2013-12-091-1/+1
| * | | | | | | | | Merge tag 'staging-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-12-082-0/+14
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'iio-fixes-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-12-032-0/+14
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | * | | | | | | | iio: hid-sensors: Fix power and report stateSrinivas Pandruvada2013-12-021-0/+12
| | | * | | | | | | | HID: hid-sensor-hub: Add logical min and maxSrinivas Pandruvada2013-12-021-0/+2
| * | | | | | | | | | Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-12-081-24/+16
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | misc: mic: Fix endianness issues.Ashutosh Dixit2013-11-271-7/+7