summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-15net: atlantic: add AQC113 TX timestamp polling and PTP TX classificationSukhdeep Singh6-15/+64
2026-06-15net: atlantic: add AQC113 PTP hardware ops in hw_atl2Sukhdeep Singh5-3/+223
2026-06-15net: atlantic: extend hw_ops and TX descriptor for AQC113 PTPSukhdeep Singh4-9/+48
2026-06-15net: atlantic: add AQC113 PTP traffic class and TX path setupSukhdeep Singh2-7/+46
2026-06-15net: atlantic: implement AQC113 L2/L3/L4 RX filter opsSukhdeep Singh1-0/+518
2026-06-15net: atlantic: fix AQC113 HW init: ART, L2 filter slot, MAC addressSukhdeep Singh2-11/+72
2026-06-15net: atlantic: add AQC113 filter data structures, firmware query and register...Sukhdeep Singh5-15/+169
2026-06-15net: atlantic: add AQC113 hardware register definitions and accessorsSukhdeep Singh3-4/+615
2026-06-15net: atlantic: decouple aq_set_data_fl3l4() from driver internalsSukhdeep Singh2-8/+26
2026-06-15net: atlantic: move active_ipv4/ipv6 bitmap updates after HW writeSukhdeep Singh1-13/+23
2026-06-15net: atlantic: correct L3L4 filter flow_type masking and IPv6 handlingSukhdeep Singh1-16/+17
2026-06-15net: dsa: netc: implement dynamic FDB entry ageingWei Fang2-0/+74
2026-06-15net: dsa: netc: add bridge mode supportWei Fang2-16/+363
2026-06-15net: dsa: netc: add VLAN filter table and egress treatment managementWei Fang2-0/+463
2026-06-15net: enetc: add helpers to set/clear table bitmapWei Fang1-0/+24
2026-06-15net: dsa: netc: initialize the group bitmap of ETT and ECTWei Fang2-1/+95
2026-06-15net: enetc: add "Update" operation to the egress count tableWei Fang1-0/+45
2026-06-15net: enetc: add interfaces to manage egress treatment tableWei Fang2-0/+114
2026-06-15net: enetc: add "Update" and "Delete" operations to VLAN filter tableWei Fang2-7/+102
2026-06-15net: enetc: add interfaces to manage dynamic FDB entriesWei Fang2-2/+164
2026-06-15net: sfp: extend SMBus supportJonas Jelonek1-27/+110
2026-06-15net: sfp: apply I2C adapter quirks to limit block sizeJonas Jelonek1-2/+10
2026-06-15octeontx2-vf: clear stale mailbox IRQ state before request_irq()Runyu Xiao1-12/+10
2026-06-15octeontx2-pf: clear stale mailbox IRQ state before request_irq()Runyu Xiao1-11/+9
2026-06-15net: phy: sfp: detect presence via I2C when no MOD_DEF0 GPIOGreg Patrick1-3/+80
2026-06-15net: dsa: mv88e6xxx: Avoid devlink resource IDs collision with PARENT_TOPDavid Yang1-4/+5
2026-06-15net: dsa: hellcreek: avoid devlink resource IDs collision with PARENT_TOPDavid Yang1-0/+1
2026-06-15net: dsa: b53: avoid devlink resource IDs collision with PARENT_TOPDavid Yang1-0/+1
2026-06-15net: dsa: dsa_loop: avoid devlink resource IDs collision with PARENT_TOPDavid Yang1-0/+1
2026-06-15net: dsa: hellcreek: replace kcalloc with struct_sizeRosen Penev2-10/+6
2026-06-15net/mlx5: SD, enable SD over ECPF and allow switchdev transitionShay Drory2-14/+0
2026-06-15net/mlx5: SD, defer vport metadata init until SD is readyShay Drory3-3/+93
2026-06-15net/mlx5: E-Switch, Tie rep load/unload to SD LAG stateShay Drory5-0/+58
2026-06-15net/mlx5: LAG, add MPESW over SD LAG supportShay Drory4-8/+105
2026-06-15net/mlx5: LAG, introduce software vport LAG implementationShay Drory5-3/+280
2026-06-15net/mlx5: LAG, disable both regular and SD LAG on lag_disable_changeShay Drory1-2/+27
2026-06-15net/mlx5: LAG, store demux resources per master lag_funcShay Drory2-34/+68
2026-06-15net/mlx5: E-Switch, notify SD on eswitch disableShay Drory1-0/+1
2026-06-15net/mlx5: SD, support switchdev mode transition with shared FDBShay Drory3-3/+154
2026-06-15net/mlx5: SD, expend vport metadata for SD secondary devicesShay Drory3-3/+25
2026-06-15net/mlx5: SD, add L2 table silent mode query supportShay Drory3-14/+114
2026-06-15net/mlx5: SD, make primary/secondary role determination more robustShay Drory1-34/+104
2026-06-15net/mlx5: devcom, add DEVCOM_CANT_FAIL for non-rollback eventsShay Drory2-1/+8
2026-06-15net/mlx5: devcom, expose locked variant of send_eventShay Drory2-7/+25
2026-06-15net/mlx5: E-Switch, skip uplink IB rep load for SD secondary devicesShay Drory1-4/+21
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds7-13/+21
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-14wifi: ath6kl: fix invalid workqueue flags in ath6kl_usb_create()wuyankun1-1/+1
2026-06-14geneve: Fix off-by-one comparing with GRO_LEGACY_MAX_SIZEAlice Mikityanska1-1/+1