summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet
2018-09-23mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata
2018-09-23rds: Fix build regression.David S. Miller
2018-09-23Linux 4.19-rc5v4.19-rc5Greg Kroah-Hartman
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman
2018-09-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2018-09-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-23Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2018-09-22Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'David S. Miller
2018-09-22hv_netvsc: Update document for LRO/RSC supportHaiyang Zhang
2018-09-22hv_netvsc: Add handler for LRO setting changeHaiyang Zhang
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski
2018-09-21Merge branch 'net-dsa-b53-SGMII-modes-fixes'David S. Miller
2018-09-21net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli
2018-09-21net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli
2018-09-21net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor
2018-09-21selftests/net: add ipv6 tests to ip_defrag selftestPeter Oskolkov
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet
2018-09-21Merge branch 'tcp-switch-to-Early-Departure-Time-model'David S. Miller
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet
2018-09-21Merge branch 'hns3-next'David S. Miller
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool e...Fuyun Liang
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li
2018-09-21net: hns3: Remove print messages for error packetJian Shen
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen
2018-09-21net: hns3: Add handle for default caseJian Shen
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen