summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-12-10net: phy: report link partner features through ethtoolFlorian Fainelli1-2/+3
2013-12-10net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann1-0/+18
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-12-07ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches1-33/+18
2013-12-07net: introduce dev_consume_skb_any()Eric Dumazet1-9/+44
2013-12-06net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli1-7/+16
2013-12-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+6
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+6
2013-12-06xen-netback: fix fragment detection in checksum setupPaul Durrant1-0/+1
2013-12-03Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller1-21/+18
2013-12-03PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki1-0/+1
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+6
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+20
2013-11-28Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+9
2013-11-28Merge tag 'staging-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2013-11-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+27
2013-11-26ARM: tegra: Provide dummy powergate implementationThierry Reding1-0/+27
2013-11-26Merge tag 'fixes-for-3.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+3
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira1-2/+6
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot1-2/+9
2013-11-24slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap1-56/+46
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+1
2013-11-22Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-37/+35
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+9
2013-11-22Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds4-12/+27
2013-11-22Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2-7/+9
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds6-23/+341
2013-11-22Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-8/+7
2013-11-22mm: place page->pmd_huge_pte to right unionKirill A. Shutemov1-3/+3
2013-11-22mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+6
2013-11-22mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-4/+0
2013-11-21net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur1-0/+1
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-0/+8
2013-11-21Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds1-9/+0
2013-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+31
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+28
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-24/+60
2013-11-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2013-11-21Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds1-0/+25
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-49/+60
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg1-29/+20
2013-11-20genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-32/+18
2013-11-19genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven1-1/+1
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe1-0/+3
2013-11-19sched: Remove unused variable in 'struct sched_domain'Alex Shi1-2/+0