summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-07net/mlx5e: Remove jumbo_remove step from TX pathAlice Mikityanska1-63/+12
2026-02-07net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska2-8/+3
2026-02-07net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska2-29/+1
2026-02-07net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska2-18/+3
2026-02-07net/ipv6: Introduce payload_len helpersAlice Mikityanska12-22/+36
2026-02-07Merge branch 'dpll-zl3073x-include-current-frequency-in-supported-frequencies...Jakub Kicinski4-49/+69
2026-02-07dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera1-11/+21
2026-02-07dpll: zl3073x: Add output pin frequency helperIvan Vecera3-38/+48
2026-02-07ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet1-16/+16
2026-02-07net: ti: icssg: Remove dedicated workqueue for ndo_set_rx_mode callbackKevin Hao4-19/+5
2026-02-07tcp: inline tcp_filter()Eric Dumazet2-9/+7
2026-02-07myri10ge: avoid uninitialized variable useArnd Bergmann1-1/+27
2026-02-07hinic3: select CONFIG_DIMLIBArnd Bergmann1-0/+1
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