summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
7 daysatm: remove the unused send_oam / push_oam callbacksJakub Kicinski1-8/+0
8 daysnet: dsa: netc: add VLAN filter table and egress treatment managementWei Fang1-0/+15
8 daysnet: enetc: add helpers to set/clear table bitmapWei Fang1-0/+2
8 daysnet: dsa: netc: initialize the group bitmap of ETT and ECTWei Fang1-0/+7
8 daysnet: enetc: add "Update" operation to the egress count tableWei Fang1-0/+2
8 daysnet: enetc: add interfaces to manage egress treatment tableWei Fang1-0/+23
8 daysnet: enetc: add "Update" and "Delete" operations to VLAN filter tableWei Fang1-0/+3
8 daysnet: enetc: add interfaces to manage dynamic FDB entriesWei Fang1-0/+3
10 daysdpll: extend pin notifier with notification source IDGrzegorz Nitka1-0/+1
11 daystls: remove tls_toe and the related driverSabrina Dubroca1-2/+1
12 daysipmr: Convert mr_table.cache_resolve_queue_len to u32.Kuniyuki Iwashima1-1/+1
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+13
12 daysMerge tag 'net-7.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
13 daysMerge tag 'wireless-next-2026-06-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-21/+445
14 daysnet: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev1-0/+5
14 daysnet: change ndo_set_rx_mode_async return type to intStanislav Fomichev1-5/+6
2026-06-09docs: net: ethtool: document ops-locked drivers and op_needs_rtnlJakub Kicinski1-2/+8
2026-06-09net: ethtool: optionally skip rtnl_lock on IOCTL pathJakub Kicinski1-0/+2
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski1-1/+1
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski2-2/+10
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski1-1/+17
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski1-0/+3
2026-06-09net: ethtool: relax ethnl_req_get_phydev() locking assertionJakub Kicinski1-0/+5
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao1-0/+16
2026-06-09net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_listDragos Tatulea1-2/+2
2026-06-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-4/+7
2026-06-08Merge tag 'hyperv-fixes-signed-20260607' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+7
2026-06-08wifi: mac80211: bound S1G TIM PVB walk to the TIM elementBryam Vargas1-1/+1
2026-06-07Merge tag 'sched-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2026-06-07net/mlx5: Add sd_group_size bits for SD managementShay Drory1-2/+5
2026-06-07net/mlx5: Update IFC allowed_list_size field bitsDragos Tatulea1-2/+2
2026-06-07cfi: Include uaccess.h for get_kernel_nofault()Nathan Chancellor1-0/+1
2026-06-06bridge: add bridge_flags_bit enumEric Dumazet1-25/+53
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-18/+23
2026-06-05net: ethtool: add netif_get_link_ksettings() for correct ops-locked useJakub Kicinski1-0/+2
2026-06-04Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+8
2026-06-04tracing: Fix CFI violation in probestub being called by tprobesEva Kurchatova1-0/+8
2026-06-03wifi: mac80211: AP: handle DBE for clientsJohannes Berg2-3/+29
2026-06-03wifi: mac80211: parse and apply UHR DBE channelJohannes Berg2-7/+103
2026-06-03wifi: Update UHR MAC capabilities to D1.4Johannes Berg1-1/+1
2026-06-03wifi: Update UHR PHY capabilities to D1.4Johannes Berg1-9/+31
2026-06-03wifi: ieee80211: define some UHR link reconfiguration frame typesJohannes Berg2-0/+68
2026-06-03wifi: mac80211: Fix PERR frame processingMasashi Honma1-0/+36
2026-06-03wifi: mac80211: Fix overread in PREP frame processingMasashi Honma1-0/+16
2026-06-03wifi: mac80211: Fix overread in PREQ frame processingMasashi Honma1-0/+29
2026-06-03wifi: mac80211: Use struct instead of macro for PERR frameMasashi Honma1-0/+62
2026-06-03wifi: mac80211: Use struct instead of macro for PREP frameMasashi Honma1-0/+27
2026-06-03wifi: mac80211: Use struct instead of macro for PREQ frameMasashi Honma1-0/+42
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds2-16/+0
2026-06-02rseq: Fix using an uninitialized stack variable in rseq_exit_user_update()Qing Wang1-2/+3