summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: neighbor: add fdb extended attributeNikolay Aleksandrov2020-06-242-0/+13
* net: bridge: fdb_add_entry takes ndm as argumentNikolay Aleksandrov2020-06-241-5/+4
* Merge branch 'net-phy-mscc-PHC-and-timestamping-support'David S. Miller2020-06-2412-21/+2225
|\
| * MIPS: dts: ocelot: describe the load/save GPIOQuentin Schulz2020-06-241-1/+11
| * dt-bindings: net: phy: vsc8531: document the load/save GPIOAntoine Tenart2020-06-241-0/+3
| * net: phy: mscc: timestamping and PHC supportAntoine Tenart2020-06-243-4/+630
| * net: phy: mscc: 1588 block initializationQuentin Schulz2020-06-245-2/+1552
| * net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart2020-06-241-1/+3
| * net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz2020-06-242-5/+6
| * net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart2020-06-244-6/+6
| * net: phy: add support for a common probe between shared PHYsAntoine Tenart2020-06-241-3/+15
|/
* Merge branch 'cxgb4-fix-more-warnings-reported-by-sparse'David S. Miller2020-06-238-424/+420
|\
| * cxgb4: move device dump arrays in header to C fileRahul Lakkireddy2020-06-234-407/+410
| * cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy2020-06-234-17/+10
|/
* selftests/net: plug rxtimestamp test into kselftest frameworktannerlove2020-06-233-2/+14
* net: thunderbolt: Add comment clarifying prtcstns flagsMika Westerberg2020-06-231-0/+4
* Merge branch 'ACPI-support-for-xgmac_mdio-drivers'David S. Miller2020-06-233-12/+47
|\
| * net/fsl: enable extended scanning in xgmac_mdioJeremy Linton2020-06-231-0/+1
| * net/fsl: acpize xgmac_mdioCalvin Johnson2020-06-231-10/+22
| * net: phy: Allow mdio buses to auto-probe c45 devicesJeremy Linton2020-06-232-2/+24
|/
* Merge branch 'ethernet-dec-tulip-use-generic-power-management'David S. Miller2020-06-235-154/+45
|\
| * tulip: uli526x: use generic power managementVaibhav Gupta2020-06-231-40/+8
| * tulip: tulip_core: use generic power managementVaibhav Gupta2020-06-231-39/+12
| * tulip: de2104x: use generic power managementVaibhav Gupta2020-06-231-17/+8
| * tulip: windbond-840: use generic power managementVaibhav Gupta2020-06-231-18/+8
| * tulip: dmfe: use generic power managementVaibhav Gupta2020-06-231-40/+9
|/
* Merge branch 'ethernet-amd-Convert-to-generic-power-management'David S. Miller2020-06-233-40/+31
|\
| * amd-xgbe: Convert to generic power managementVaibhav Gupta2020-06-231-10/+9
| * amd8111e: Convert to generic power managementVaibhav Gupta2020-06-231-19/+11
| * pcnet32: Convert to generic power managementVaibhav Gupta2020-06-231-11/+11
|/
* dn_route_rcv: remove redundant dev null checkGaurav Singh2020-06-231-1/+1
* dcb_doit: remove redundant skb checkGaurav Singh2020-06-231-1/+1
* net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2020-06-233-9/+2
* xirc2ps_cs: remove dev null check from do_reset().Gaurav Singh2020-06-231-1/+1
* Merge branch 'net-address-some-sparse-warnings'David S. Miller2020-06-236-20/+19
|\
| * udp: move gro declarations to net/udp.hEric Dumazet2020-06-233-6/+8
| * net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-233-6/+5
| * tcp: move ipv4_specific to tcp include fileEric Dumazet2020-06-233-5/+2
| * tcp: move ipv6_specific declaration to remove a warningEric Dumazet2020-06-232-3/+2
| * tcp: add declarations to avoid warningsEric Dumazet2020-06-231-0/+2
|/
* r8169: rename RTL8125 to RTL8125AHeiner Kallweit2020-06-232-21/+21
* bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-235-49/+21
* Merge branch 'mlxsw-Bump-firmware-version-to-XX-2007-1168'David S. Miller2020-06-231-4/+22
|\
| * mlxsw: Enforce firmware version for Spectrum-3Petr Machata2020-06-231-0/+18
| * mlxsw: Bump firmware version to XX.2007.1168Petr Machata2020-06-231-4/+4
|/
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-234-8/+48
* indirect_call_wrapper: extend indirect wrapper to support up to 4 callsBrian Vazquez2020-06-231-0/+12
* mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.cMasanari Iida2020-06-231-1/+1
* rtnetlink: add keepalived rtm_protocolAlexandre Cassen2020-06-231-22/+23
* Merge branch 'net-atlantic-additional-A2-features'David S. Miller2020-06-2210-35/+313
|\