summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-04-12net: bnxt: Export bnxt_xmit_get_cfa_actionJoe Damato
2026-04-12netkit: Don't emit scrub attribute for single device modeDaniel Borkmann
2026-04-12net: lan743x: rename chip_rev to fpga_revThangaraj Samynathan
2026-04-12Merge tag 'linux-can-fixes-for-7.0-20260409' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12ipvlan: avoid spinlock contention in ipvlan_multicast_enqueue()Eric Dumazet
2026-04-12ipvlan: ipvlan_handle_mode_l2() refactoringEric Dumazet
2026-04-12net: libwx: improve flow control settingJiawen Wu
2026-04-12net: libwx: wrap-around and reset qmprc counterJiawen Wu
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu
2026-04-12net: wangxun: reorder timer and work sync cancellationsJiawen Wu
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu
2026-04-12net: ngbe: remove redundant macrosJiawen Wu
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu
2026-04-12net: ngbe: remove netdev->ethtool->wol_enabled settingJiawen Wu
2026-04-12net: ethernet: ti: am65-cpsw: add support for J722S SoC familyNora Schiffer
2026-04-10iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov
2026-04-10net: airoha: Fix FE_PSE_BUF_SET configuration if PPE2 is availableLorenzo Bianconi
2026-04-10net: dsa: mxl862xx: implement VLAN functionalityDaniel Golle
2026-04-10net: dsa: mxl862xx: don't skip early bridge port configurationDaniel Golle
2026-04-10net: dsa: mxl862xx: reject DSA_PORT_TYPE_DSADaniel Golle
2026-04-10net: hamradio: 6pack: fix uninit-value in sixpack_receive_bufMashiro Chen
2026-04-10wifi: ath12k: avoid dynamic alloc when parsing wmi tbNicolas Escande
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09eth: fbnic: Use wake instead of startMohsin Bashir
2026-04-09net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()Lorenzo Bianconi
2026-04-09net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu
2026-04-09net: bcmgenet: fix racing timeout handlerJustin Chen
2026-04-09net: bcmgenet: fix leaking free_bdsJustin Chen
2026-04-09net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen
2026-04-09net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao
2026-04-09ppp: consolidate refcount decrementsQingfang Deng
2026-04-09net: phy: realtek: Add property to enable SSCMarek Vasut
2026-04-09macsec: Support VLAN-filtering lower devicesCosmin Ratiu
2026-04-09nsim: Add support for VLAN filtersCosmin Ratiu
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
2026-04-09netkit: Add xsk support for af_xdp applicationsDaniel Borkmann
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-04-09netkit: Implement rtnl_link_ops->alloc and ndo_queue_createDavid Wei
2026-04-09netkit: Add single device mode for netkitDaniel Borkmann
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov
2026-04-09can: ucan: fix devres lifetimeJohan Hovold
2026-04-09net: lan966x: fix use-after-free and leak in lan966x_fdma_reload()David Carlier
2026-04-09net: lan966x: fix page pool leak in error pathsDavid Carlier
2026-04-09net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()David Carlier
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner