summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-01-10MAINTAINERS: add entry for Dynamic Interrupt ModerationAndy Gospodarek-0/+5
2018-01-10bnxt_en: add support for software dynamic interrupt moderationAndy Gospodarek-12/+118
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek-12/+11
2018-01-10net/mlx5e: Move dynamic interrupt coalescing code to include/linuxAndy Gospodarek-134/+97
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek-202/+226
2018-01-10net/mlx5e: Move generic functions to new fileAndy Gospodarek-20/+55
2018-01-10net/mlx5e: Move AM logic enumsAndy Gospodarek-25/+26
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek-12/+21
2018-01-10net/mlx5e: Move interrupt moderation forward declarationsAndy Gospodarek-4/+5
2018-01-10net/mlx5e: Move interrupt moderation structs to new fileAndy Gospodarek-32/+70
2018-01-10Merge branch 'ipv6-Add-support-for-non-equal-cost-multipath'David S. Miller-32/+126
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel-4/+8
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel-23/+13
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel-2/+2
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel-6/+106
2018-01-10vhost_net: batch used ring update in rxJason Wang-4/+11
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-27/+649
2018-01-10Merge branch 'hns3-next'David S. Miller-81/+3
2018-01-10net: hns3: report the function type the same line with hns3_nic_get_stats64Peng Li-2/+2
2018-01-10Revert "net: hns3: Add packet statistics of netdev"Peng Li-79/+1
2018-01-10Merge branch 'Socionext-Synquacer-NETSEC-driver'David S. Miller-0/+1848
2018-01-10MAINTAINERS: Add entry for Socionext ethernet driverJassi Brar-0/+7
2018-01-10net: socionext: Add Synquacer NetSec driverJassi Brar-0/+1788
2018-01-10dt-bindings: net: Add DT bindings for Socionext NetsecJassi Brar-0/+53
2018-01-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-177/+298
2018-01-09Merge branch 'r8169-improve-runtime-pm'David S. Miller-27/+17
2018-01-09r8169: improve runtime pm in general and suspend unused portsHeiner Kallweit-8/+12
2018-01-09r8169: improve runtime pm in rtl8169_check_link_statusHeiner Kallweit-15/+6
2018-01-09r8169: remove unneeded rpm ops in rtl_shutdownHeiner Kallweit-5/+0
2018-01-09Merge branch 'tipc-improvements-to-group-messaging'David S. Miller-243/+300
2018-01-09tipc: improve poll() for group member socketJon Maloy-33/+41
2018-01-09tipc: improve groupcast scope handlingJon Maloy-75/+99
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy-15/+21
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy-42/+68
2018-01-09tipc: simplify group LEAVE sequenceJon Maloy-31/+9
2018-01-09tipc: create group member event messages when they are neededJon Maloy-44/+56
2018-01-09tipc: adjustment to group member FSMJon Maloy-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy-12/+22
2018-01-09tipc: a couple of cleanupsJon Maloy-14/+8
2018-01-09Merge branch 'ethtool-ringparam-upper-bound'David S. Miller-21/+24
2018-01-09net/mlx5e: Remove redundant checks in set_ringparamEugenia Emantayev-15/+0
2018-01-09net/mlx4_en: Align behavior of set ring size flow via ethtoolEugenia Emantayev-4/+13
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMEugenia Emantayev-2/+11
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck-11/+13
2018-01-09ixgbe: Use ring values to test for Tx pendingAlexander Duyck-16/+4
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck-43/+34
2018-01-09ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck-4/+1
2018-01-09ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck-37/+25
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck-16/+3
2018-01-09ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King-1/+1