aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-0/+20
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+6
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's bufferMatija Glavinic Pecotic1-13/+1
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-0/+39
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+0
2014-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+0
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2014-02-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+14
2014-02-14Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+0
2014-02-14Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+2
2014-02-14Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason1-1/+0
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-0/+14
2014-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2014-02-14Merge tag 'pm+acpi-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+1
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-30/+36
2014-02-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-1/+5
2014-02-14Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'usnic' into for-nextRoland Dreier1-0/+3
2014-02-14net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli1-0/+9
2014-02-14net: phy: broadcom: extract register definitionsFlorian Fainelli1-0/+51
2014-02-14net: phy: add MoCA PHY typeFlorian Fainelli1-0/+3
2014-02-13mlx5: Add include of <linux/slab.h> because of kzalloc()/kfree() useRoland Dreier1-0/+2
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev1-3/+0
2014-02-13Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-0/+34
2014-02-13IB: Report using RoCE IP based gids in port capsMoni Shoua1-1/+2
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-0/+17
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal1-1/+6
2014-02-13compiler/gcc4: Make quirk for asm_volatile_goto() unconditionalSteven Noonan1-5/+1
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta1-0/+15
2014-02-13dma-buf: update debugfs outputSumit Semwal1-1/+1
2014-02-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-6/+1
2014-02-13intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie1-6/+1
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong1-1/+1
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong1-1/+1
2014-02-12net_sched: act: refactor cleanup opsWANG Cong1-1/+1
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong9-25/+23
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-12net: phy: re-design phy_modes to be self-containedFlorian Fainelli1-0/+42
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli1-0/+3
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli1-0/+1
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier1-1/+0
2014-02-12ethtool: Fix unwanted section breaks in kernel-docBen Hutchings1-7/+9
2014-02-12ethtool: Move kernel-doc comment next to struct ethtool_dump definitionBen Hutchings1-3/+2
2014-02-12ethtool: Document the general convention for VLAs in kernel spaceBen Hutchings1-0/+3
2014-02-12ethtool: Expand documentation of struct ethtool_perm_addrBen Hutchings1-1/+12
2014-02-12ethtool: Expand documentation of struct ethtool_statsBen Hutchings1-3/+13
2014-02-12ethtool: Expand documentation of struct ethtool_testBen Hutchings1-4/+17
2014-02-12ethtool: Expand documentation of string set typesBen Hutchings1-12/+47
2014-02-12ethtool: Update documentation of struct ethtool_pauseparamBen Hutchings1-13/+23
2014-02-12ethtool: Expand documentation of struct ethtool_ringparamBen Hutchings1-11/+26