summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-26i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov2-0/+8
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao1-0/+3
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-06-26ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet1-0/+2
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet1-5/+6
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski6-184/+11
2019-06-26Merge branch 'net-hns3-some-code-optimizations-bugfixes'David S. Miller9-80/+279
2019-06-26net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li1-3/+5
2019-06-26net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan1-6/+8
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2-0/+41
2019-06-26net: hns3: add check to number of buffer descriptorsWeihang Li2-33/+58
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li3-6/+2
2019-06-26net: hns3: modify handling of out of memory in hclge_err.cWeihang Li1-2/+4
2019-06-26net: hns3: code optimizaition of hclge_handle_hw_ras_error()Weihang Li1-12/+12
2019-06-26net: hns3: restore the MAC autoneg state after resetJian Shen1-0/+9
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen4-16/+112
2019-06-26net: hns3: remove VF VLAN filter entry inexistent warning printJian Shen1-5/+6
2019-06-26net: hns3: fix selftest fail issue for fibre port with autoneg onJian Shen3-0/+25
2019-06-25tc-testing: add ingress qdisc testsRoman Mashak1-0/+102
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy4-6/+6
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy1-1/+1
2019-06-25tipc: simplify stale link failure criteriaJon Maloy1-7/+2
2019-06-25tc-testing: Restore original behaviour for namespaces in tdcLucas Bates8-20/+296
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller58-1127/+1611
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso17761-133671/+51310
2019-06-25Merge branch 'cxgb4-Reference-count-MPS-TCAM-entries-within-a-PF'David S. Miller5-32/+312
2019-06-25cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju3-3/+87
2019-06-25cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju3-7/+29
2019-06-25cxgb4: Add MPS TCAM refcounting for raw mac filtersRaju Rangoju2-0/+62
2019-06-25cxgb4: Re-work the logic for mps refcountingRaju Rangoju5-22/+134
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng1-0/+5
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng1-0/+16
2019-06-24Merge branch 'cached-route-listings'David S. Miller10-73/+353
2019-06-24selftests: pmtu: Make list_flush_ipv6_exception test more demandingStefano Brivio1-8/+14
2019-06-24selftests: pmtu: Introduce list_flush_ipv4_exception test caseStefano Brivio1-0/+60
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio4-13/+116
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2-7/+11
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio1-1/+2
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio1-5/+2
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio3-13/+108
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio1-26/+30
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio1-2/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio3-2/+11
2019-06-24net: macb: use GROAntoine Tenart2-9/+12
2019-06-24net: macb: use NAPI_POLL_WEIGHTAntoine Tenart1-1/+1
2019-06-24Merge branch 'ipv4-fix-bugs-when-enable-route_localnet'David S. Miller2-3/+87
2019-06-24selftests: add route_localnet test scriptShijie Luo1-0/+74
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo1-2/+8
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo1-1/+5