summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon1-6/+5
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon1-2/+2
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon16-31/+15
2024-12-08rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-08Merge branch 'ocelot-ptp-fixes'Jakub Kicinski3-82/+130
2024-12-08net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()Vladimir Oltean1-17/+42
2024-12-08net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean3-57/+80
2024-12-08net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safeVladimir Oltean1-8/+6
2024-12-08net: mscc: ocelot: improve handling of TX timestamp for unknown skbVladimir Oltean1-2/+2
2024-12-08net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()Vladimir Oltean1-1/+3
2024-12-08ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-08net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)1-3/+4
2024-12-07net: defer final 'struct net' free in netns dismantleEric Dumazet2-1/+20
2024-12-07net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-07Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2-10/+11
2024-12-07bnxt_en: Fix potential crash when dumping FW log coredumpHongguang Gao1-2/+2
2024-12-07bnxt_en: Fix GSO type for HW GRO packets on 5750X chipsMichael Chan2-8/+9
2024-12-07ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh1-3/+3
2024-12-07Merge branch 'selftests-mlxsw-add-few-fixes-for-sharedbuffer-test'Jakub Kicinski1-15/+40
2024-12-07selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson1-0/+40
2024-12-07selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson1-10/+0
2024-12-07selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson1-5/+0
2024-12-06net/mlx5: DR, prevent potential error pointer dereferenceDan Carpenter1-1/+3
2024-12-06tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds87-454/+985
2024-12-05Merge tag 'trace-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+38
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-39/+40
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds35-394/+631
2024-12-05tracing: Fix archs that still call tracepoints without RCU watchingSteven Rostedt1-6/+37
2024-12-05net :mana :Request a V2 response version for MANA_QUERY_GF_STATShradha Gupta1-0/+1
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet1-1/+6
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni7-17/+72
2024-12-05Merge branch 'vsock-test-fix-wrong-setsockopt-parameters'Paolo Abeni9-64/+204
2024-12-05vsock/test: verify socket options after setting themKonstantin Shkolnyy9-53/+181
2024-12-05vsock/test: fix parameter types in SO_VM_SOCKETS_* callsKonstantin Shkolnyy2-7/+19
2024-12-05vsock/test: fix failures due to wrong SO_RCVLOWAT parameterKonstantin Shkolnyy2-5/+5
2024-12-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski11-18/+41
2024-12-05Merge branch 'mlx5-misc-fixes-2024-12-03'Jakub Kicinski5-19/+34
2024-12-05net/mlx5e: Remove workaround to avoid syndrome for internal portJianbo Liu1-2/+11
2024-12-05net/mlx5e: SD, Use correct mdev to build channel paramTariq Toukan1-15/+17
2024-12-05net/mlx5: E-Switch, Fix switching to switchdev mode in MPVPatrisious Haddad1-2/+2
2024-12-05net/mlx5: E-Switch, Fix switching to switchdev mode with IB device disabledPatrisious Haddad1-0/+1
2024-12-05net/mlx5: HWS: Properly set bwc queue locks lock classesCosmin Ratiu1-0/+1
2024-12-05net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layoutCosmin Ratiu1-0/+2
2024-12-05Merge branch 'bnxt_en-support-header-page-pool-in-queue-api'Jakub Kicinski1-76/+129
2024-12-05bnxt_en: handle tpa_info in queue API implementationDavid Wei1-4/+23
2024-12-05bnxt_en: refactor bnxt_alloc_rx_rings() to call bnxt_alloc_rx_agg_bmap()David Wei1-20/+16
2024-12-05bnxt_en: refactor tpa_info alloc/free into helpersDavid Wei1-52/+90
2024-12-05geneve: do not assume mac header is set in geneve_xmit_skb()Eric Dumazet1-1/+1
2024-12-05mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4Ido Schimmel1-1/+5