summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-03wifi: iwlwifi: s/iwl_mvm_remove_sta_cmd/iwl_remove_sta_cmdMiri Korenblit2-4/+4
2024-09-03wifi: iwlwifi: STA command structure shouldn't be mvm specificMiri Korenblit2-6/+6
2024-09-03wifi: iwlwifi: s/IWL_MVM_STATION_COUNT_MAX/IWL_STATION_COUNT_MAXMiri Korenblit9-19/+19
2024-09-03wifi: iwlwifi: mvm: tell the firmware about CSA with mode=1Emmanuel Grumbach4-4/+33
2024-09-03wifi: iwlwifi: mvm: refactor scan channel description a bitJohannes Berg2-19/+26
2024-09-03wifi: cfg80211: wext: Update spelling and grammarSimon Horman1-6/+6
2024-09-03Merge branch 'netdev_features-start-cleaning-netdev_features_t-up'Paolo Abeni83-194/+208
2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin2-4/+3
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin12-24/+20
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin34-62/+61
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin57-84/+93
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin9-24/+35
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki2-0/+357
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski7-130/+170
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-09-02netdev-genl: Set extack and fix error on napi-getJoe Damato1-3/+5
2024-09-02net: stmmac: drop the ethtool begin() callbackAndrew Halaney1-8/+0
2024-09-01Merge branch 'octeontx2-af-cpt-update'David S. Miller5-23/+143
2024-09-01octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa3-0/+39
2024-09-01octeontx2-af: avoid RXC register access for CN10KBSrujana Challa2-3/+24
2024-09-01octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa3-20/+80
2024-08-31Merge branch 'unmask-dscp-bits'David S. Miller10-16/+25
2024-08-31bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel1-1/+1
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel1-1/+2
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel1-1/+3
2024-08-31ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()Ido Schimmel1-2/+3
2024-08-31ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()Ido Schimmel1-1/+2
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2-3/+2
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel1-2/+2
2024-08-31ipv4: Unmask upper DSCP bits in get_rttos()Ido Schimmel1-1/+4
2024-08-31ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel1-1/+2
2024-08-31ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()Ido Schimmel1-1/+2
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel1-1/+1
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel1-1/+1
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen1-26/+16
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic1-13/+13
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje1-51/+51
2024-08-30can: j1939: use correct function name in commentZhang Changzhong1-4/+4
2024-08-30dt-bindings: can: convert microchip,mcp251x.txt to yamlFrank Li2-30/+70
2024-08-30dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M supportDuy Nguyen1-6/+16
2024-08-30ieee802154: Correct spelling in nl802154.hSimon Horman1-1/+1
2024-08-30mac802154: Correct spelling in mac802154.hSimon Horman1-2/+2
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov3-7/+54
2024-08-30e1000e: avoid failing the system during pm_suspendVitaly Lifshits1-8/+11
2024-08-30ethtool: pse-pd: move pse validation into setDiogo Jahchan Koike1-9/+6
2024-08-30Documentation: Add missing fields to net_cachelinesJoe Damato1-0/+2
2024-08-30Merge branch 'icmp-avoid-possible-side-channels-attacks'Jakub Kicinski5-84/+98
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet4-24/+22
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet4-20/+17
2024-08-30icmp: change the order of rate limitsEric Dumazet3-57/+76