summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-08Merge tag 'for-net-2025-05-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-05-09wifi: mac80211: Update MCS15 support in link_confMohan Kumar G
2025-05-08wifi: mac80211: do not offer a mesh path if forwarding is disabledBenjamin Berg
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08Bluetooth: hci_event: Fix not using key encryption size when its knownLuiz Augusto von Dentz
2025-05-08net: export a helper for adding up queue statsJakub Kicinski
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon
2025-05-07Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-05-07Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flagsLuiz Augusto von Dentz
2025-05-06Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-05-06Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-05-06Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu
2025-05-06devlink: use DEVLINK_VAR_ATTR_TYPE_* instead of NLA_* in fmsgJiri Pirko
2025-05-06devlink: avoid param type value translationsJiri Pirko
2025-05-06devlink: define enum for attr types of dynamic attributesJiri Pirko
2025-05-06wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee
2025-05-06wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...Veerendranath Jakkam
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-05-06Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-05ipv4: ip_tunnel: Replace strcpy use with strscpyRuben Wauters
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-05-05net: ethtool: netlink: Use netdev_hold for dumpit() operationsMaxime Chevallier
2025-05-05net: ethtool: phy: Convert the PHY_GET command to generic phy dumpMaxime Chevallier
2025-05-05net: ethtool: Introduce per-PHY DUMP operationsMaxime Chevallier
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert
2025-05-05strparser: Remove unused __strp_unpauseDr. David Alan Gilbert
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-05-05netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2025-05-05netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso
2025-05-05netfilter: nf_conntrack: speed up reads from nf_conntrack proc fileFlorian Westphal
2025-05-05netfilter: nft_quota: match correctly when the quota just depletedZhongqiu Duan
2025-05-05netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...Huajian Yang
2025-05-03ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selectionIdo Schimmel
2025-05-02ipv6: Restore fib6_config validation for SIOCADDRT.Kuniyuki Iwashima
2025-05-02mptcp: Align mptcp_inet6_sk with other protocolsPedro Falcato
2025-05-02bpf: net_sched: Make some Qdisc_ops ops mandatoryAmery Hung
2025-05-02bpf: net_sched: Fix bpf qdisc init prologue when set as default qdiscAmery Hung
2025-05-02bpf: udp: Avoid socket skips and repeats during iterationJordan Rife
2025-05-02bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch itemsJordan Rife
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife