aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-7/+1
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister3-0/+24
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister3-0/+10
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister3-0/+7
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister3-0/+10
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister3-2/+13
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli1-0/+5
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli1-0/+1
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-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-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-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-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
2014-02-12ethtool: Expand documentation of struct ethtool_eepromBen Hutchings1-3/+20
2014-02-12ethtool: Expand documentation of struct ethtool_regsBen Hutchings1-3/+17
2014-02-12ethtool: Expand documentation of struct ethtool_wolBen Hutchings1-2/+11
2014-02-12ethtool: Expand documentation of struct ethtool_drvinfoBen Hutchings1-17/+39
2014-02-12ethtool: Expand documentation of struct ethtool_cmdBen Hutchings1-34/+90
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-20/+103
2014-02-10smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker1-0/+3
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+7
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.cRashika Kheria1-0/+8
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from net/ipx/af_ipx.cRashika Kheria1-0/+2
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx/af_ipx.cRashika Kheria1-0/+8
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-0/+3
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.cRashika Kheria1-0/+2
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_decnet.cRashika Kheria1-0/+2
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+32
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+7
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+11
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin567-3840/+14954