summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang
2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-06-05octeontx2-af: Add debugfs support to dump NIX TM topologyAnshumali Gaur
2024-06-05Merge branch 'devlink-const'David S. Miller
2024-06-05mlxsw: spectrum_router: Constify struct devlink_dpipe_table_opsChristophe JAILLET
2024-06-05devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET
2024-06-05net: phy: aquantia: add support for PHY LEDsDaniel Golle
2024-06-05net: phy: aquantia: move priv and hw stat to headerChristian Marangi
2024-06-05net: ethtool: remove unused struct 'cable_test_tdr_req_info'Dr. David Alan Gilbert
2024-06-05net: caif: remove unused structsDr. David Alan Gilbert
2024-06-05net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-06-05net: bridge: fix an inconsistent indentationChen Hanxiao
2024-06-05dt-bindings: dsa: Rewrite Vitesse VSC73xx in schemaLinus Walleij
2024-06-04Revert "ethernet: octeontx2: avoid linking objects into multiple modules"Jakub Kicinski
2024-06-04openvswitch: Remove generic .ndo_get_stats64Breno Leitao
2024-06-04openvswitch: Move stats allocation to coreBreno Leitao
2024-06-04Merge branch 'tcp-refactor-skb_cmp_decrypted-checks'Paolo Abeni
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
2024-06-04tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()Jakub Kicinski
2024-06-04Merge branch 'net-allow-dissecting-matching-tunnel-control-flags'Paolo Abeni
2024-06-04net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti
2024-06-04net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski
2024-06-03r8152: Wake up the system if the we need a resetDouglas Anderson
2024-06-03r8152: If inaccessible at resume time, issue a resetDouglas Anderson
2024-06-03Merge branch 'Felix-DSA-probing-cleanup'David S. Miller
2024-06-03net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_opsVladimir Oltean
2024-06-03net: dsa: ocelot: common probing codeVladimir Oltean
2024-06-03net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all modelsVladimir Oltean
2024-06-03net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()Vladimir Oltean
2024-06-03net: dsa: ocelot: consistently use devres in felix_pci_probe()Vladimir Oltean
2024-06-03net: dsa: ocelot: delete open coded status = "disabled" parsingVladimir Oltean
2024-06-03net: dsa: ocelot: use devres in seville_probe()Vladimir Oltean
2024-06-03net: dsa: ocelot: use devres in ocelot_ext_probe()Vladimir Oltean
2024-06-03Merge branch 'net-smc-snd_buf-rcv_buf'David S. Miller
2024-06-03net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang
2024-06-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang
2024-06-01af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima
2024-06-01Merge branch 'lan78xx-enable-125-mhz-clk-and-auto-speed-configuration-for-lan...Jakub Kicinski
2024-06-01lan78xx: Enable Auto Speed and Auto Duplex configuration for LAN7801 if NO EE...Rengarajan S
2024-06-01lan78xx: Enable 125 MHz CLK configuration for LAN7801 if NO EEPROM is detectedRengarajan S
2024-06-01Merge branch 'net-ethernet-cortina-use-phylib-for-rx-and-tx-pause'Jakub Kicinski
2024-06-01net: ethernet: cortina: Implement .set_pauseparam()Linus Walleij
2024-06-01net: ethernet: cortina: Use negotiated TX/RX pauseLinus Walleij
2024-06-01net: ethernet: cortina: Rename adjust link callbackLinus Walleij
2024-06-01Merge branch 'net-visibility-of-memory-limits-in-netns'Jakub Kicinski
2024-06-01selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netnsMatteo Croce
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce