summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-17net: sparx5: populate supported_interfaces memberRussell King (Oracle)1-0/+24
2021-11-17Merge branch 'enetc-phylink'David S. Miller1-40/+13
2021-11-17net: enetc: use phylink_generic_validate()Russell King (Oracle)1-30/+3
2021-11-17net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)1-10/+0
2021-11-17net: enetc: populate supported_interfaces memberRussell King (Oracle)1-0/+10
2021-11-17Merge branch 'xilinx-phylink'David S. Miller1-60/+11
2021-11-17net: axienet: use phylink_generic_validate()Russell King (Oracle)1-38/+3
2021-11-17net: axienet: remove interface checks in axienet_validate()Russell King (Oracle)1-22/+0
2021-11-17net: axienet: populate supported_interfaces memberRussell King (Oracle)1-0/+8
2021-11-17Merge tag 'mlx5-updates-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller23-321/+432
2021-11-16net/mlx5: E-switch, Create QoS on demandDmytro Linkin5-69/+111
2021-11-16net/mlx5: E-switch, Enable vport QoS on demandDmytro Linkin4-43/+64
2021-11-16net/mlx5: E-switch, move offloads mode callbacks to offloads fileParav Pandit2-59/+59
2021-11-16net/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_macParav Pandit1-11/+1
2021-11-16net/mlx5: E-switch, Remove vport enabled checkParav Pandit1-12/+5
2021-11-16net/mlx5e: Specify out ifindex when looking up decap routeChris Mi3-14/+16
2021-11-16net/mlx5e: TC, Move comment about mod header flag to correct placeRoi Dayan1-1/+1
2021-11-16net/mlx5e: TC, Move kfree() calls after destroying all resourcesRoi Dayan1-5/+4
2021-11-16net/mlx5e: TC, Destroy nic flow counter if existsRoi Dayan1-1/+2
2021-11-16net/mlx5: TC, using swap() instead of tmp variableYihao Han1-4/+1
2021-11-16net/mlx5: CT: Allow static allocation of mod headersPaul Blakey3-4/+35
2021-11-16net/mlx5e: Refactor mod header management APIPaul Blakey7-100/+90
2021-11-16net/mlx5: Avoid printing health buffer when firmware is unavailableAya Levin1-0/+5
2021-11-16net/mlx5: Fix format-security build warningsSaeed Mahameed2-2/+2
2021-11-16net/mlx5e: Support ethtool cq modeSaeed Mahameed4-12/+52
2021-11-16net: document SMII and correct phylink's new validation mechanismRussell King (Oracle)3-2/+7
2021-11-16Merge branch 'r8169-disable-detection-of-further-chip-versions-that-didn-t-ma...Jakub Kicinski1-4/+13
2021-11-16r8169: disable detection of chip version 41Heiner Kallweit1-1/+4
2021-11-16r8169: disable detection of chip version 45Heiner Kallweit1-1/+4
2021-11-16r8169: disable detection of chip versions 49 and 50Heiner Kallweit1-2/+5
2021-11-16r8169: enable ASPM L1/L1.1 from RTL8168hHeiner Kallweit1-6/+11
2021-11-16Merge branch 'net-better-packing-of-global-vars'Jakub Kicinski13-14/+16
2021-11-16net: align static siphash keysEric Dumazet11-12/+14
2021-11-16net: use .data.once section in netdev_level_once()Eric Dumazet1-1/+1
2021-11-16once: use __section(".data.once")Eric Dumazet1-1/+1
2021-11-16Bluetooth: btusb: enable Mediatek to support AOSP extensionmark-yw.chen1-0/+1
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka1-1/+8
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka2-0/+13
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz3-113/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz5-62/+52
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz5-38/+112
2021-11-16Bluetooth: btmrvl_main: repair a non-kernel-doc commentRandy Dunlap1-1/+1
2021-11-16Merge branch 'inuse-cleanups'David S. Miller13-69/+33
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet10-31/+10
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet3-13/+3
2021-11-16net: make sock_inuse_add() availableEric Dumazet3-13/+11
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet2-14/+11
2021-11-16Merge branch 'gro-out-of-core-files'David S. Miller25-1202/+1230
2021-11-16net: gro: populate net/core/gro.cEric Dumazet4-667/+672
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet5-119/+121