summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: add trace pointsAaron Conole2021-06-225-0/+179
* stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter2021-06-221-1/+2
* Merge branch 'ethtool-eeprom'David S. Miller2021-06-225-20/+17
|\
| * ethtool: Validate module EEPROM offset as part of policyIdo Schimmel2021-06-221-5/+2
| * ethtool: Validate module EEPROM length as part of policyIdo Schimmel2021-06-221-4/+2
| * ethtool: Use kernel data types for internal EEPROM structIdo Schimmel2021-06-221-6/+6
| * ethtool: Document behavior when module EEPROM bank attribute is omittedIdo Schimmel2021-06-221-0/+2
| * ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel2021-06-221-1/+1
| * ethtool: Document correct attribute typeIdo Schimmel2021-06-222-2/+2
| * ethtool: Use correct command name in titleIdo Schimmel2021-06-221-2/+2
|/
* bridge: cfm: remove redundant returngushengxian2021-06-221-1/+1
* hv_netvsc: Avoid field-overflowing memcpy()Kees Cook2021-06-222-4/+3
* net: dsa: b53: Create default VLAN entry explicitlyFlorian Fainelli2021-06-221-8/+19
* octeontx2-af: Avoid field-overflowing memcpy()Kees Cook2021-06-221-1/+1
* Merge branch 'wwan-link-creation-improvements'David S. Miller2021-06-227-108/+282
|\
| * wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-225-15/+61
| * net: iosm: create default link via WWAN coreSergey Ryazanov2021-06-222-1/+5
| * wwan: core: support default netdev creationSergey Ryazanov2021-06-225-5/+86
| * wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-224-15/+1
| * net: iosm: drop custom netdev(s) removingSergey Ryazanov2021-06-221-14/+1
| * wwan: core: remove all netdevs on ops unregisteringSergey Ryazanov2021-06-221-9/+31
| * wwan: core: multiple netdevs deletion supportSergey Ryazanov2021-06-221-1/+1
| * wwan: core: require WWAN netdev setup callback existenceSergey Ryazanov2021-06-221-1/+1
| * wwan: core: relocate ops registering codeSergey Ryazanov2021-06-221-71/+71
| * wwan_hwsim: support network interface creationSergey Ryazanov2021-06-221-0/+48
|/
* Merge branch 'mptcp-optimizations'David S. Miller2021-06-227-121/+62
|\
| * selftests: mptcp: display proper reason to abort testsMatthieu Baerts2021-06-221-16/+36
| * mptcp: add MIB counter for invalid mappingPaolo Abeni2021-06-223-1/+5
| * mptcp: drop redundant test in move_skbs_to_msk()Paolo Abeni2021-06-221-3/+0
| * mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()Paolo Abeni2021-06-221-4/+2
| * mptcp: use fast lock for subflows when possiblePaolo Abeni2021-06-222-10/+15
| * mptcp: drop tx skb cachePaolo Abeni2021-06-222-87/+4
|/
* Merge branch 'marvell-mdio-ACPI'David S. Miller2021-06-228-23/+125
|\
| * net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas2021-06-222-4/+0
| * net: mvpp2: enable using phylink with ACPIMarcin Wojtas2021-06-221-5/+17
| * net: mvmdio: add ACPI supportMarcin Wojtas2021-06-221-2/+12
| * net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas2021-06-222-12/+3
| * net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas2021-06-222-0/+34
| * Documentation: ACPI: DSD: describe additional MAC configurationMarcin Wojtas2021-06-221-0/+59
|/
* virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet2021-06-221-1/+3
* ibmvnic: Use strscpy() instead of strncpy()Kees Cook2021-06-211-3/+3
* net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit()Guillaume Nault2021-06-211-0/+1
* Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko2021-06-211-1/+2
* net: ll_temac: Remove left-over debug messageEsben Haabendal2021-06-211-3/+1
* net: add pf_family_names[] for protocol familyYejune Deng2021-06-211-2/+50
* Merge branch 'ingenic-fixes'David S. Miller2021-06-211-1/+1
|\
| * dt-bindings: dwmac: Remove unexpected item.周琰杰 (Zhou Yanjie)2021-06-211-1/+1
|/
* net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET2021-06-211-2/+4
* Merge branch 'fec-tx'David S. Miller2021-06-212-5/+43
|\
| * net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan2021-06-211-0/+32