summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner91-260/+259
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-146/+231
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski2-8/+8
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski3-57/+48
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-5/+6
2025-04-03net: fix geneve_opt length integer overflowLin Ma4-4/+4
2025-04-03Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linuxLinus Torvalds3-69/+69
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev1-5/+9
2025-04-03net: rename rtnl_net_debug to lock_debugStanislav Fomichev2-1/+1
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev2-2/+14
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev3-14/+14
2025-04-03net: switch to netif_disable_lro in inetdev_initStanislav Fomichev1-1/+1
2025-04-03ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-03netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma1-2/+2
2025-04-03net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
2025-04-02xsk: Fix __xsk_generic_xmit() error code when cq is fullWang Liang1-1/+4
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault2-7/+1
2025-04-02vsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-9/+17
2025-04-02rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima1-1/+1
2025-04-02Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+250
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev1-0/+2
2025-04-02sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-04-02net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-04-02netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-02netfilter: nf_tables: don't unregister hook when table is dormantFlorian Westphal1-2/+2
2025-04-02netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso1-1/+2
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-75/+48
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-31Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-153/+7
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet3-20/+6
2025-03-31mptcp: fix NULL pointer in can_accept_new_subflowGang Yan1-7/+8
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo1-2/+4
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+4
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-2/+4
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-250/+221
2025-03-28SUNRPC: Don't allow waiting for exiting tasksTrond Myklebust1-0/+2
2025-03-27net: move replay logic to tc_modify_qdiscStanislav Fomichev1-46/+27
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds283-6478/+9885
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-128/+55
2025-03-26unix: fix up for "apparmor: add fine grained af_unix mediation"Stephen Rothwell1-3/+0
2025-03-26SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2025-03-26SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust1-2/+3
2025-03-25Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-134/+345
2025-03-25atm: Fix NULL pointer dereferenceMinjoong Kim1-0/+2