aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/rndis_filter.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
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-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-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
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen3-9/+9
2018-09-21net: hns3: Unify the type convert for desc.dataJian Shen2-5/+5
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-09-21dt-bindings: net: ravb: Add support for r8a7744 SoCBiju Das1-0/+1
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval5-11/+12
2018-09-21ravb: Disable Pause AdvertisementAndrew Lunn1-1/+3
2018-09-21net: if_arp: use define instead of hard-coded valueHåkon Bugge1-1/+1
2018-09-21net: if_arp: Fix incorrect indentsHåkon Bugge1-9/+9
2018-09-21net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg3-188/+522
2018-09-21net: apple: fix return type of ndo_start_xmit functionYueHaibing3-6/+6
2018-09-21net: i825xx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2018-09-21net: wiznet: fix return type of ndo_start_xmit functionYueHaibing2-2/+2
2018-09-21net: sgi: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: seeq: fix return type of ndo_start_xmit functionYueHaibing2-3/+5
2018-09-21PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun1-1/+3
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2018-09-21net: micrel: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2-2/+84