summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-11mlxsw: spectrum: Fix typo in firmware upgrade messageIdo Schimmel1-1/+1
2018-01-11ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-11ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-10Merge branch 'mlxsw-couple-of-fixes'David S. Miller3-4/+11
2018-01-10mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko1-3/+4
2018-01-10mlxsw: pci: Wait after reset before accessing HWYuval Mintz2-1/+7
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun1-2/+2
2018-01-10net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun1-1/+2
2018-01-10cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath1-6/+17
2018-01-10tuntap: fix for "tuntap: XDP transmission"Stephen Rothwell1-2/+2
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski1-0/+2
2018-01-10i40e: track id can be 0Jingjing Wu2-10/+0
2018-01-10i40e: change ppp name to ddpJingjing Wu8-69/+73
2018-01-10i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck1-34/+0
2018-01-10i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck1-2/+4
2018-01-10i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck1-13/+5
2018-01-10i40e: remove redundant initialization of read_sizeColin Ian King1-1/+1
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael2-4/+4
2018-01-10i40e: add helper conversion function for link_speedJacob Keller2-2/+33
2018-01-10i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller1-0/+1
2018-01-10i40evf: hold the critical task bit lock while openingJacob Keller1-9/+31
2018-01-10i40evf: release bit locks in reverse orderJacob Keller1-1/+1
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller3-49/+81
2018-01-10i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller1-3/+17
2018-01-10i40e: display priority_xon and priority_xoff statsAlice Michael1-0/+4
2018-01-10net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not setJesper Dangaard Brouer1-3/+0
2018-01-10net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn1-1/+150
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2018-01-10Merge branch 'net-create-dynamic-software-irq-moderation-library'David S. Miller15-411/+592
2018-01-10MAINTAINERS: add entry for Dynamic Interrupt ModerationAndy Gospodarek1-0/+5
2018-01-10bnxt_en: add support for software dynamic interrupt moderationAndy Gospodarek5-12/+118
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek2-12/+11
2018-01-10net/mlx5e: Move dynamic interrupt coalescing code to include/linuxAndy Gospodarek5-134/+97
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek8-202/+226
2018-01-10net/mlx5e: Move generic functions to new fileAndy Gospodarek5-20/+55
2018-01-10net/mlx5e: Move AM logic enumsAndy Gospodarek2-25/+26
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek3-12/+21
2018-01-10net/mlx5e: Move interrupt moderation forward declarationsAndy Gospodarek2-4/+5
2018-01-10net/mlx5e: Move interrupt moderation structs to new fileAndy Gospodarek2-32/+70
2018-01-10Merge branch 'ipv6-Add-support-for-non-equal-cost-multipath'David S. Miller4-32/+126
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel2-4/+8
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel1-23/+13
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel1-2/+2
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel4-6/+106
2018-01-10Merge tag 'wireless-drivers-for-davem-2018-01-09' of git://git.kernel.org/pub...David S. Miller5-28/+30
2018-01-10of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur1-2/+7
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang1-3/+1
2018-01-10vhost_net: batch used ring update in rxJason Wang1-4/+11
2018-01-10doc: clarification about setting SO_ZEROCOPYKornilios Kourtis1-0/+4
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-27/+649