summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-04-08sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang
2025-04-08tipc: fix memory leak in tipc_link_xmitTung Nguyen
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-07net: ethtool: fix ethtool_ringparam_get_cfg() returns a hds_thresh value alwa...Taehee Yoo
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-04-03net: fix geneve_opt length integer overflowLin Ma
2025-04-03Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev
2025-04-03net: rename rtnl_net_debug to lock_debugStanislav Fomichev
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev
2025-04-03net: switch to netif_disable_lro in inetdev_initStanislav Fomichev
2025-04-03ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert
2025-04-03netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma
2025-04-03net: decrease cached dst counters in dst_releaseAntoine Tenart
2025-04-02xsk: Fix __xsk_generic_xmit() error code when cq is fullWang Liang
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-02vsock: avoid timeout during connect() if the socket is closingStefano Garzarella
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima
2025-04-02rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev
2025-04-02sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet
2025-04-02net_sched: skbprio: Remove overly strict queue assertionsCong Wang
2025-04-02netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal
2025-04-02netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso
2025-04-02wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel
2025-04-02wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-31mptcp: fix NULL pointer in can_accept_new_subflowGang Yan
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo