summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-10-06net: phy: broadcom: add support for BCM5221 phyGiulio Benetti
2023-10-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-10-06net: atheros: replace deprecated strncpy with strscpyJustin Stitt
2023-10-06net: ax88796c: replace deprecated strncpy with strscpyJustin Stitt
2023-10-06net: ixp4xx_eth: Support changing the MTULinus Walleij
2023-10-06MAINTAINERS: Update LL TEMAC entry to OrphanHarini Katakam
2023-10-06Merge tag 'linux-can-next-for-6.7-20231005' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2023-10-06Merge wireless into wireless-nextJohannes Berg
2023-10-06net: phy: dp83867: Add support for hardware blinking LEDsSascha Hauer
2023-10-06flow_offload: Annotate struct flow_action_entry with __counted_byKees Cook
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byKees Cook
2023-10-06tools: ynl-gen: use uapi header name for the header guardJakub Kicinski
2023-10-06Merge branch 'mlxsw-ACL-region'David S. Miller
2023-10-06mlxsw: core_acl_flex_keys: Fill blocks with high entropy firstAmit Cohen
2023-10-06mlxsw: core_acl_flex_keys: Save chosen elements in all blocks per searchAmit Cohen
2023-10-06mlxsw: core_acl_flex_keys: Save chosen elements per blockAmit Cohen
2023-10-06mlxsw: core_acl_flex_keys: Add a bitmap to save which blocks are chosenAmit Cohen
2023-10-06mlxsw: Mark high entropy key blocksAmit Cohen
2023-10-06Merge branch 'sfc-conntrack-offloads'David S. Miller
2023-10-06sfc: support TC rules which require OR-AR-CT-AR flowEdward Cree
2023-10-06sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPsEdward Cree
2023-10-06sfc: offload foreign RHS rules without an encap matchEdward Cree
2023-10-06sfc: support TC left-hand-side rules on foreign netdevsEdward Cree
2023-10-06nexthop: Annotate struct nh_group with __counted_byKees Cook
2023-10-06nexthop: Annotate struct nh_notifier_grp_info with __counted_byKees Cook
2023-10-06netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook
2023-10-06nfp: nsp: Annotate struct nfp_eth_table with __counted_byKees Cook
2023-10-05nfp: Annotate struct nfp_reprs with __counted_byKees Cook
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook
2023-10-05nexthop: Annotate struct nh_notifier_res_table_info with __counted_byKees Cook
2023-10-05nexthop: Annotate struct nh_res_table with __counted_byKees Cook
2023-10-05Merge branch 'rework-tx-fault-fixups'Jakub Kicinski
2023-10-05net: sfp: improve Nokia GPON sfp fixupRussell King (Oracle)
2023-10-05net: sfp: re-implement ignoring the hardware TX_FAULT signalRussell King (Oracle)
2023-10-05net: cpmac: remove driver to prepare for platform removalWolfram Sang
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05Merge patch series "can: at91: add can_state_get_by_berr_counter() helper, cl...Marc Kleine-Budde
2023-10-05can: at91_can: switch to rx-offload implementationMarc Kleine-Budde
2023-10-05can: at91_can: at91_alloc_can_err_skb() introduce new functionMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): send error counters with state changeMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): make use of can_change_state() and can_bu...Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): take reg_sr into account for bus offMarc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_line(): make use of can_state_get_by_berr_counter()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err(): rename to at91_irq_err_line()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_frame(): move next to at91_irq_err()Marc Kleine-Budde
2023-10-05can: at91_can: at91_irq_err_frame(): call directly from IRQ handlerMarc Kleine-Budde
2023-10-05can: at91_can: at91_poll_err(): increase stats even if no quota left or OOMMarc Kleine-Budde
2023-10-05can: at91_can: at91_poll_err(): fold in at91_poll_err_frame()Marc Kleine-Budde
2023-10-05can: at91_can: add CAN transceiver supportMarc Kleine-Budde