summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* amd8111e: Convert to generic power managementVaibhav Gupta2020-06-241-19/+11
* pcnet32: Convert to generic power managementVaibhav Gupta2020-06-241-11/+11
* dn_route_rcv: remove redundant dev null checkGaurav Singh2020-06-241-1/+1
* dcb_doit: remove redundant skb checkGaurav Singh2020-06-241-1/+1
* net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva2020-06-243-9/+2
* xirc2ps_cs: remove dev null check from do_reset().Gaurav Singh2020-06-241-1/+1
* Merge branch 'net-address-some-sparse-warnings'David S. Miller2020-06-246-20/+19
|\
| * udp: move gro declarations to net/udp.hEric Dumazet2020-06-243-6/+8
| * net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-243-6/+5
| * tcp: move ipv4_specific to tcp include fileEric Dumazet2020-06-243-5/+2
| * tcp: move ipv6_specific declaration to remove a warningEric Dumazet2020-06-242-3/+2
| * tcp: add declarations to avoid warningsEric Dumazet2020-06-241-0/+2
|/
* r8169: rename RTL8125 to RTL8125AHeiner Kallweit2020-06-242-21/+21
* bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-245-49/+21
* Merge branch 'mlxsw-Bump-firmware-version-to-XX-2007-1168'David S. Miller2020-06-241-4/+22
|\
| * mlxsw: Enforce firmware version for Spectrum-3Petr Machata2020-06-241-0/+18
| * mlxsw: Bump firmware version to XX.2007.1168Petr Machata2020-06-241-4/+4
|/
* ipv6: fib6: avoid indirect calls from fib6_rule_lookupBrian Vazquez2020-06-244-8/+48
* indirect_call_wrapper: extend indirect wrapper to support up to 4 callsBrian Vazquez2020-06-241-0/+12
* mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.cMasanari Iida2020-06-241-1/+1
* rtnetlink: add keepalived rtm_protocolAlexandre Cassen2020-06-231-22/+23
* Merge branch 'net-atlantic-additional-A2-features'David S. Miller2020-06-2310-35/+313
|\
| * net: atlantic: A2: phy loopback supportDmitry Bogdanov2020-06-235-3/+29
| * net: atlantic: A2: report link partner capabilitiesDmitry Bogdanov2020-06-233-0/+81
| * net: atlantic: A2: flow control supportIgor Russkikh2020-06-234-1/+42
| * net: atlantic: A2: EEE supportNikita Danilov2020-06-233-5/+91
| * net: atlantic: remove baseX usageNikita Danilov2020-06-231-3/+0
| * net: atlantic: A2: half duplex supportIgor Russkikh2020-06-237-23/+70
|/
* net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell2020-06-231-1/+1
* tcindex_change: Remove redundant null checkGaurav Singh2020-06-231-1/+1
* net: mtk_eth_soc: use resolved link config in mac_link_up()Russell King2020-06-231-20/+25
* Merge branch 'Multicast-improvement-in-Ocelot-and-Felix-drivers'David S. Miller2020-06-235-41/+175
|\
| * net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean2020-06-232-15/+80
| * net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean2020-06-233-5/+20
| * net: dsa: felix: call port mdb operations from ocelotVladimir Oltean2020-06-235-20/+64
| * net: mscc: ocelot: make the NPI port a proper target for FDB and MDBVladimir Oltean2020-06-231-1/+11
| * net: mscc: ocelot: fix encoding destination ports into multicast IPv4 addressVladimir Oltean2020-06-231-8/+8
|/
* Merge branch 'mlxsw-Offload-TC-action-pedit-munge-tcp-udp-sport-dport'David S. Miller2020-06-236-7/+335
|\
| * selftests: forwarding: Add a test for pedit munge tcp, udp sport, dportPetr Machata2020-06-231-0/+198
| * mlxsw: spectrum_acl: Support FLOW_ACTION_MANGLE for TCP, UDP portsPetr Machata2020-06-233-0/+51
| * mlxsw: core_acl_flex_actions: Add L4_PORT_ACTIONPetr Machata2020-06-231-0/+26
| * mlxsw: spectrum: Split handling of pedit mangle by chip typePetr Machata2020-06-233-7/+60
|/
* Merge branch 'Add-Marvell-88E1340S-88E1548P-support'David S. Miller2020-06-232-111/+159
|\
| * net: phy: marvell: Add Marvell 88E1548P supportMaxim Kochetkov2020-06-232-0/+24
| * net: phy: marvell: Add Marvell 88E1340S supportMaxim Kochetkov2020-06-232-0/+24
| * net: phy: marvell: use a single style for referencing functionsMaxim Kochetkov2020-06-231-111/+111
|/
* Merge branch 'r8169-mark-device-as-detached-in-PCI-D3-and-improve-locking'David S. Miller2020-06-232-142/+49
|\
| * r8169: improve rtl8169_runtime_resumeHeiner Kallweit2020-06-231-10/+3
| * r8169: remove driver-specific mutexHeiner Kallweit2020-06-231-45/+0
| * r8169: use RTNL to protect critical sectionsHeiner Kallweit2020-06-231-0/+8