summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-07net: skb: allow up to 8 skb extension idsOliver Hartkopp1-1/+1
2026-02-07net: marvell: prestera: fix FEC error message for SFP portsAlok Tiwari1-5/+0
2026-02-07net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet1-13/+11
2026-02-07netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan2-13/+22
2026-02-06net/mlx5e: SHAMPO, Switch to header memcpyDragos Tatulea5-484/+188
2026-02-06net/mlx5: Fix 1600G link mode enum namingYael Chemla4-4/+4
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski187-815/+1545
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-234/+513
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti3-6/+28
2026-02-05net: stmmac: imx: fix iMX93 register definitionsRussell King (Oracle)1-11/+14
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet1-30/+27
2026-02-05Merge branch 'tcp-remove-net-core-request_sock-c-and-no-longer-inline-__reqsk...Jakub Kicinski5-138/+107
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet2-8/+11
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet2-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet2-85/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet3-26/+9
2026-02-05Merge branch 'net-stmmac-rk-final-cleanups-part'Jakub Kicinski1-211/+150
2026-02-05net: stmmac: rk: rk3506, rk3528 and rk3588 have rmii_mode in clock registerRussell King (Oracle)1-40/+24
2026-02-05net: stmmac: rk: use rk_encode_wm16() for clock selectionRussell King (Oracle)1-99/+75
2026-02-05net: stmmac: rk: rk3528: gmac0 only supports RMIIRussell King (Oracle)1-0/+1
2026-02-05net: stmmac: rk: rk3328: gmac2phy only supports RMIIRussell King (Oracle)1-0/+1
2026-02-05net: stmmac: rk: replace empty set_to_rmii() with supports_rmiiRussell King (Oracle)1-62/+24
2026-02-05net: stmmac: rk: introduce flags indicating support for RGMII/RMIIRussell King (Oracle)1-10/+25
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida1-1/+2
2026-02-05Merge tag 'nf-26-02-05' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-1/+1
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet3-31/+61
2026-02-05flow_offload: add const qualifiers to function argumentsDavid Yang1-2/+2
2026-02-05Merge branch 'dpll-core-improvements-and-ice-e825-c-synce-support'Paolo Abeni18-150/+1350
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski8-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera6-26/+41
2026-02-05dpll: Add reference count tracking supportIvan Vecera8-54/+139
2026-02-05dpll: Enhance and consolidate reference counting logicIvan Vecera1-24/+50
2026-02-05dpll: zl3073x: Add support for mux pin typeIvan Vecera1-0/+2
2026-02-05dpll: Support dynamic pin index allocationIvan Vecera2-2/+48
2026-02-05dpll: Add notifier chain for dpll eventsPetr Oros4-0/+96
2026-02-05dpll: zl3073x: Associate pin with fwnode handleIvan Vecera1-0/+1
2026-02-05dpll: Allow associating dpll pin with a firmware nodeIvan Vecera3-0/+62
2026-02-05net/mlx5: Support devlink port state for host PFMoshe Shemesh5-12/+108
2026-02-05Merge branch 'move-can-skb-headroom-content-to-skb-extensions'Paolo Abeni16-142/+287
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp2-18/+7
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp7-77/+20
2026-02-05can: move frame_len to CAN skb extensionsOliver Hartkopp1-8/+21
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp7-15/+14
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp15-14/+219
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp9-19/+15
2026-02-05MAINTAINERS: Remove myself from TC maintainersCong Wang1-1/+0
2026-02-05ppp: enable TX scatter-gatherQingfang Deng1-5/+25
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-05net/mlx5e: Extend TC max ratelimit using max_bw_value_msbAlexei Lazar4-34/+44
2026-02-05Merge branch 'net-mlx5e-rx-datapath-enhancements'Jakub Kicinski3-26/+41