aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-23ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-23igb: remove ndo_poll_controllerEric Dumazet1-30/+0
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet1-21/+0
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet2-14/+10
2018-09-23mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata1-1/+4
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-23Linux 4.19-rc5Greg Kroah-Hartman1-1/+1
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdGreg Kroah-Hartman2-12/+15
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipGreg Kroah-Hartman2-7/+22
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman5-11/+12
2018-09-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman16-39/+245
2018-09-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman5-12/+36
2018-09-23Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGreg Kroah-Hartman1-3/+6
2018-09-22Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'David S. Miller5-39/+194
2018-09-22hv_netvsc: Update document for LRO/RSC supportHaiyang Zhang1-0/+9
2018-09-22hv_netvsc: Add handler for LRO setting changeHaiyang Zhang3-3/+42
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang4-38/+145
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-09-21Merge branch 'net-dsa-b53-SGMII-modes-fixes'David S. Miller2-5/+7
2018-09-21net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli1-4/+6
2018-09-21net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli1-1/+1
2018-09-21net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli1-4/+1
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor1-1/+1
2018-09-21selftests/net: add ipv6 tests to ip_defrag selftestPeter Oskolkov2-98/+190
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov3-3/+0
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov1-5/+6
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet1-1/+1
2018-09-21Merge branch 'tcp-switch-to-Early-Departure-Time-model'David S. Miller13-128/+103
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet1-53/+5
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet3-17/+33
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2-2/+2
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet6-14/+13
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet3-11/+19
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet1-3/+3
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet6-17/+26
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet1-1/+1
2018-09-21Merge branch 'hns3-next'David S. Miller9-107/+120
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VFFuyun Liang1-27/+39
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li3-0/+13
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen5-6/+20