summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-09nl80211: fix logic inversion in start_nan()Johannes Berg1-1/+1
2016-11-21net: dsa: mv88e6xxx: Hold the mutex while freeing g1 interruptsAndrew Lunn1-1/+4
2016-11-21net: dsa: mv88e6xxx: Fix releasing for the global2 interruptsAndrew Lunn2-10/+19
2016-11-21net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setupAndrew Lunn1-11/+20
2016-11-21net: dsa: mv88e6xxx: Mask g1 interrupts and free interruptAndrew Lunn1-0/+7
2016-11-21net: dsa: mv88e6xxx: Fix unconditional irq freeingAndrew Lunn1-5/+8
2016-11-21net: dsa: mv88e6xxx: Fix typos when removing g1 interruptsAndrew Lunn1-2/+2
2016-11-20net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan3-5/+5
2016-11-20netlink: smaller nla_attr_minlen tableAlexey Dobriyan1-1/+1
2016-11-20netlink: use "unsigned int" in nla_next()Alexey Dobriyan1-1/+1
2016-11-20net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme1-12/+4
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme1-48/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme3-5/+2
2016-11-19virtio_net.h: Fix comment.Jarno Rajahalme1-1/+1
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme2-8/+5
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai11-82/+287
2016-11-18liquidio CN23XX: bitwise vs logical AND typoDan Carpenter1-1/+1
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh2-71/+38
2016-11-18net: dsa: mv88e6xxx: Select IRQ_DOMAINFlorian Fainelli1-0/+1
2016-11-18net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli1-4/+7
2016-11-18bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_infoFlorian Fainelli1-0/+8
2016-11-18net: fsl: Allow most drivers to be built with COMPILE_TESTFlorian Fainelli1-1/+3
2016-11-18net: gianfar_ptp: Rename FS bit to FIPERSTFlorian Fainelli1-2/+2
2016-11-18amd-xgbe: Update connection validation for backplane modeLendacky, Thomas1-0/+2
2016-11-18net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju1-0/+100
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: (uapi) Add ETHTOOL_PHY_DOWNSHIFT to PHY tunablesRaju Lakkaraju1-1/+4
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2-0/+94
2016-11-18ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLERaju Lakkaraju1-1/+14
2016-11-18net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman3-1/+72
2016-11-18net/mlx5: Add MPCNT register infrastructureGal Pressman3-0/+99
2016-11-18net/mlx5: Set driver version into firmwareHuy Nguyen1-0/+37
2016-11-18net/mlx5: Set driver version infrastructureSaeed Mahameed1-1/+21
2016-11-18net/mlx5e: Add port module event counters to ethtool statsHuy Nguyen2-1/+39
2016-11-18net/mlx5: Add handling for port module eventHuy Nguyen4-0/+97
2016-11-18net/mlx5: Port module event hardware structuresHuy Nguyen3-1/+16
2016-11-18net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia2-83/+76
2016-11-18sfc: remove Software TSOEdward Cree6-211/+154
2016-11-18sfc: handle failure to allocate TSOv2 contextsEdward Cree1-16/+24
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward11-768/+1035
2016-11-18sfc: Update EF10 register definitionsEdward Cree1-15/+88
2016-11-18sfc: Update MCDI protocol definitionsEdward Cree1-21/+462
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan73-81/+80
2016-11-18udp: enable busy polling for all socketsEric Dumazet3-9/+23
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...Sowmini Varadhan3-18/+26
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan6-3/+57
2016-11-17RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan1-0/+3
2016-11-17net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin1-28/+21
2016-11-17net: stmmac: replace hardcoded function name by __func__LABBE Corentin1-4/+3