summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-88/+206
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-12/+28
2014-09-08Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+1
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+1
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-6/+7
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+6
2014-09-06net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck3-1/+6
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-06net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2-0/+3
2014-09-06ipv4: harden fnhe_hashfun()Eric Dumazet1-1/+2
2014-09-06net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida3-5/+5
2014-09-06ipv4: fix a race in update_or_create_fnhe()Eric Dumazet1-1/+1
2014-09-06net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-3/+1
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan2-0/+32
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-5/+44
2014-09-05Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+3
2014-09-05Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-45/+60
2014-09-05Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2014-09-05Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps6509...Mark Brown2-0/+3
2014-09-05ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa1-0/+1
2014-09-05ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa1-0/+1
2014-09-05nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker1-6/+1
2014-09-04Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...John W. Linville1-1/+1
2014-09-04Merge tag 'sound-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2014-09-04lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue1-0/+2
2014-09-04ACPI / scan: not cache _SUN value in struct acpi_device_pnpYasuaki Ishimatsu1-1/+0
2014-09-03Merge tag 'for-f2fs-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+13
2014-09-03PM / domains: Make generic_pm_domain.name constGeert Uytterhoeven1-1/+1
2014-09-03Merge remote-tracking branch 'asoc/fix/core' into asoc-linusMark Brown1-1/+1
2014-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+3
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina1-1/+2
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-0/+1
2014-09-02udp: Add support for doing checksum unnecessary conversionTom Herbert1-1/+15
2014-09-02net: Infrastructure for checksum unnecessary conversionsTom Herbert2-0/+40
2014-09-02net: Support for csum_bad in skbuffTom Herbert2-2/+23
2014-09-02Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-1/+2
2014-09-02net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-2/+2
2014-09-02net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-0/+1
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-4/+5
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+8
2014-09-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+11
2014-08-31Merge tag 'spi-v3.17-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown1-0/+7
2014-08-30net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert1-14/+12
2014-08-30net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-23/+51
2014-08-30net: Allocate a new 16 bits for flags in skbuffTom Herbert1-0/+4
2014-08-30include/rxrpc/types.h: Remove unused headerRasmus Villemoes1-41/+0