summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-29qed: avoid truncating work queue lengthArnd Bergmann
2024-03-29enetc: avoid truncating error messageArnd Bergmann
2024-03-29octeontx2-af: Increase maximum BPID channelsRadha Mohan Chintakuntla
2024-03-29Merge branch 'add-ip-port-information-to-udp-drop-tracepoint'Jakub Kicinski
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler
2024-03-29nfc: st95hf: Switch to using gpiod APIAndy Shevchenko
2024-03-29Merge branch 'add-en8811h-phy-driver-and-devicetree-binding-doc'Jakub Kicinski
2024-03-29net: phy: air_en8811h: Add the Airoha EN8811H PHY driverEric Woudstra
2024-03-29dt-bindings: net: airoha,en8811h: Add en8811hEric Woudstra
2024-03-29Merge branch 'af_unix-rework-gc'Jakub Kicinski
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2024-03-29af_unix: Detect dead SCC.Kuniyuki Iwashima
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2024-03-29af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima
2024-03-29af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2024-03-29af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet
2024-03-29net: dsa: hellcreek: Convert to gettimex64()Kurt Kanzenbach
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao
2024-03-29Merge branch 'net-sched-skip_sw'David S. Miller
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-03-28Merge branch 'bnxt_en-ptp-and-rss-updates'Jakub Kicinski
2024-03-28bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi
2024-03-28bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()Pavan Chebbi
2024-03-28bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi
2024-03-28bnxt_en: Refactor bnxt_set_rxfh()Michael Chan
2024-03-28bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi
2024-03-28bnxt_en: Simplify bnxt_rfs_capable()Michael Chan
2024-03-28bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi
2024-03-28bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi
2024-03-28bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi
2024-03-28bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi
2024-03-28bnxt_en: Retry PTP TX timestamp from FW for 1 secondPavan Chebbi
2024-03-28bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()Michael Chan
2024-03-28Merge branch 'fix-missing-phy-to-mac-rx-clock'Jakub Kicinski
2024-03-28net: pcs: rzn1-miic: Init RX clock early if MAC requires itRomain Gantois
2024-03-28net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clockRussell King (Oracle)