summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: copy configured beacon tx rate to driverRajkumar Manoharan2020-10-082-0/+6
* docs: net: 80211: reduce docs build timeMauro Carvalho Chehab2020-10-083-492/+199
* cfg80211: only allow S1G channels on S1G bandThomas Pedersen2020-10-081-1/+4
* mac80211: initialize last_rate for S1G STAsThomas Pedersen2020-10-086-1/+25
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-082-1/+6
* Merge branch 'ethtool-allow-dumping-policies-to-user-space'David S. Miller2020-10-0623-414/+317
|\
| * ethtool: specify which header flags are supported per commandJakub Kicinski2020-10-063-11/+21
| * netlink: add mask validationJakub Kicinski2020-10-064-0/+56
| * netlink: create helpers for checking type is an intJakub Kicinski2020-10-061-8/+9
| * ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-0618-29/+58
| * ethtool: trim policy tablesJakub Kicinski2020-10-0619-229/+83
| * ethtool: wire up set policies to opsJakub Kicinski2020-10-0614-104/+74
| * ethtool: wire up get policies to opsJakub Kicinski2020-10-0617-107/+90
|/
* Merge branch 'drivers-net-add-sw_netstats_rx_add-helper'David S. Miller2020-10-0610-67/+23
|\
| * ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-062-15/+2
| * net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
| * xfrm: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+1
| * ipv6: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
| * gtp: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
| * bareudp: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+3
| * geneve: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+3
| * vxlan: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
| * net: netdevice.h: sw_netstats_rx_add helperFabian Frederick2020-10-061-0/+10
|/
* Merge branch 'net-atlantic-phy-tunables-from-mac-driver'David S. Miller2020-10-068-13/+191
|\
| * net: atlantic: implement media detect feature via phy tunablesIgor Russkikh2020-10-065-0/+60
| * net: atlantic: implement phy downshift featureIgor Russkikh2020-10-066-0/+103
| * ethtool: allow netdev driver to define phy tunablesIgor Russkikh2020-10-062-13/+28
|/
* net: always dump full packets with skb_dumpVladimir Oltean2020-10-061-5/+1
* mptcp: don't skip needed ackPaolo Abeni2020-10-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-06355-1822/+3464
|\
| * Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-plat...Linus Torvalds2020-10-0512-55/+113
| |\
| | * platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma2020-10-051-1/+3
| | * MAINTAINERS: Add Mark Gross and Hans de Goede as x86 platform drivers maintai...Hans de Goede2020-10-021-3/+3
| | * platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede2020-10-021-9/+43
| | * platform/x86: intel-vbtn: Revert "Fix SW_TABLET_MODE always reporting 1 on th...Andy Shevchenko2020-10-021-8/+4
| | * platform/x86: intel_pmc_core: do not create a static struct deviceGreg Kroah-Hartman2020-09-241-9/+17
| | * platform/x86: mlx-platform: Fix extended topology configuration for power sup...Vadim Pasternak2020-09-241-5/+13
| | * platform/x86: pcengines-apuv2: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_...Ed Wildgoose2020-09-242-2/+2
| | * platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
| | * platform/x86: fix kconfig dependency warning for LG_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
| | * platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix2020-09-241-1/+1
| | * platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pav...Hans de Goede2020-09-241-4/+8
| | * platform/x86: asus-wmi: Add BATC battery name to the list of supportedMarius Iacob2020-09-241-0/+1
| | * platform/x86: asus-nb-wmi: Revert "Do not load on Asus T100TA and T200TA"Hans de Goede2020-09-241-24/+0
| | * platform/x86: touchscreen_dmi: Add info for the MPMAN Converter9 2-in-1Hans de Goede2020-09-241-0/+25
| | * Documentation: laptops: thinkpad-acpi: fix underline length build warningRandy Dunlap2020-09-241-1/+1
| | * Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu2020-09-241-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-05140-690/+1380
| |\ \
| | * | net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-051-2/+2
| | * | net: mvneta: fix double free of txq->bufTom Rix2020-10-051-11/+2