summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder
2025-03-19netconsole: allow selection of egress interface via MAC addressUday Shankar
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet
2025-03-18Merge tag 'linux-can-next-for-6.15-20250314' of git://git.kernel.org/pub/scm/...Paolo Abeni
2025-03-18Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux...Paolo Abeni
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-18net: ethtool: Export the link_mode_params definitionsMaxime Chevallier
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen
2025-03-17tcp: AccECN support to tcp_add_backlogIlpo Järvinen
2025-03-17gro: prevent ACE field corruption & better AccECN handlingIlpo Järvinen
2025-03-17gso: AccECN supportIlpo Järvinen
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen
2025-03-17tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()Ilpo Järvinen
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-17tcp: create FLAG_TS_PROGRESSIlpo Järvinen
2025-03-17tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang
2025-03-14can: add protocol counter for AF_CAN socketsDavide Caratti
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-13Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets
2025-03-13gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-13net: hsr: Add KUnit test for PRPJaakko Karrenpalo
2025-03-13net: hsr: Fix PRP duplicate detectionJaakko Karrenpalo
2025-03-13netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev
2025-03-12net: add granular lock for the netdev netlink socketStanislav Fomichev
2025-03-12net: create netdev_nl_sock to wrap bindings listStanislav Fomichev
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-03-12netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-03-12Merge tag 'wireless-2025-03-12' of https://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2025-03-12wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHzBenjamin Berg
2025-03-11net: mctp: unshare packets when reassemblingMatt Johnston
2025-03-11net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen
2025-03-10mptcp: pm: move Netlink PM helpers to pm_netlink.cMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: split in-kernel PM specific codeMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: move generic PM helpers to pm.cMatthieu Baerts (NGI0)