summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-25mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi
2019-06-25mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi
2019-06-25rtlwifi: remove redundant assignment to variable kColin Ian King
2019-06-25rtlwifi: remove redundant assignment to variable badwordenColin Ian King
2019-06-25rtlwifi: rtl8192cu: fix error handle when usb probe failedPing-Ke Shih
2019-06-25mwifiex: ignore processing invalid command responseSwati Kushwaha
2019-06-25mwifiex: update set_mac_address logicSharvari Harisangam
2019-06-25mwifiex: print PCI mmap with %pKBrian Norris
2019-06-25mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris
2019-06-25p54usb: Fix race between disconnect and firmware loadingAlan Stern
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-24Merge branch 'cxgb4-Reference-count-MPS-TCAM-entries-within-a-PF'David S. Miller
2019-06-24cxgb4: Add MPS refcounting for alloc/free mac filtersRaju Rangoju
2019-06-24cxgb4: Add MPS TCAM refcounting for cxgb4 change macRaju Rangoju
2019-06-24cxgb4: Add MPS TCAM refcounting for raw mac filtersRaju Rangoju
2019-06-24cxgb4: Re-work the logic for mps refcountingRaju Rangoju
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng
2019-06-24Merge branch 'cached-route-listings'David S. Miller
2019-06-24selftests: pmtu: Make list_flush_ipv6_exception test more demandingStefano Brivio
2019-06-24selftests: pmtu: Introduce list_flush_ipv4_exception test caseStefano Brivio
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio
2019-06-24net: macb: use GROAntoine Tenart
2019-06-24net: macb: use NAPI_POLL_WEIGHTAntoine Tenart
2019-06-24Merge branch 'ipv4-fix-bugs-when-enable-route_localnet'David S. Miller
2019-06-24selftests: add route_localnet test scriptShijie Luo
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long
2019-06-24Merge branch 'mlxsw-Thermal-and-hwmon-extensions'David S. Miller
2019-06-24mlxsw: core: Add support for negative temperature readoutVadim Pasternak
2019-06-24mlxsw: core: Add the hottest thermal zone detectionVadim Pasternak
2019-06-24mlxsw: core: Extend thermal core with per inter-connect device thermal zonesVadim Pasternak
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au
2019-06-24net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing
2019-06-23Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'David S. Miller
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang