aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long1-10/+0
2019-06-24Merge branch 'mlxsw-Thermal-and-hwmon-extensions'David S. Miller3-25/+209
2019-06-24mlxsw: core: Add support for negative temperature readoutVadim Pasternak3-20/+20
2019-06-24mlxsw: core: Add the hottest thermal zone detectionVadim Pasternak1-13/+62
2019-06-24mlxsw: core: Extend thermal core with per inter-connect device thermal zonesVadim Pasternak1-1/+136
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au1-1/+1
2019-06-24net: ethernet: ti: cpsw: Fix suspend/resume breakKeerthy1-21/+9
2019-06-24hinic: implement the statistical interface of ethtoolXue Chaojing9-3/+620
2019-06-23Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'David S. Miller6-61/+95
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang4-8/+37
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang1-3/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang3-7/+20
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang1-0/+3
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2-43/+31
2019-06-23doc: phy: document some PHY_INTERFACE_MODE_xxx settingsRussell King1-1/+44
2019-06-23inet: fix compilation warnings in fqdir_pre_exit()Qian Cai1-1/+1
2019-06-23net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lockRasmus Villemoes9-148/+158
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran1-2/+2
2019-06-22hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King1-6/+15
2019-06-22Merge branch 'net-mediatek-Add-MT7621-TRGMII-mode-support'David S. Miller4-14/+85
2019-06-22net: dsa: mt7530: Add MT7621 TRGMII mode supportRené van Dorst2-10/+40
2019-06-22net: ethernet: mediatek: Add MT7621 TRGMII mode supportRené van Dorst2-4/+45
2019-06-22netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2019-06-22ipv6: Error when route does not have any valid nexthopsIdo Schimmel1-0/+6
2019-06-22fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel5-27/+24
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5301-26605/+7190
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-112/+123
2019-06-21Merge branch 'PCI-let-pci_disable_link_state-propagate-errors'David S. Miller3-14/+21
2019-06-21r8169: don't activate ASPM in chip if OS can't control ASPMHeiner Kallweit1-2/+6
2019-06-21PCI: let pci_disable_link_state propagate errorsHeiner Kallweit2-12/+15
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-62/+174
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-16/+14
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust1-1/+0