aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-05SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever1-16/+7
2023-06-05SUNRPC: Resupply rq_pages from node-local memoryChuck Lever1-2/+3
2023-06-05SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever1-1/+3
2023-06-05SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever1-7/+2
2023-06-05SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever1-3/+0
2023-06-05SUNRPC: Fix an incorrect commentChuck Lever1-1/+1
2023-06-05SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-06-05Merge tag 'linux-can-fixes-for-6.4-20230605' of git://git.kernel.org/pub/scm/...David S. Miller2-11/+18
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7
2023-06-05can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin1-1/+3
2023-06-05can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin1-11/+11
2023-06-05can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel1-0/+5
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen1-0/+2
2023-06-04ipv6: lower "link become ready"'s level messageMatthieu Baerts1-2/+2
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-2/+2
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-18/+6
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2-5/+3
2023-06-02ip_gre: clean up some inconsistent indentingJiapeng Chong1-4/+4
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-4/+4
2023-06-02tls: suppress wakeups unless we have a full recordJakub Kicinski1-0/+35
2023-06-01devlink: bring port new reply backJiri Pirko1-1/+27
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-134/+219
2023-06-01ipvs: dynamically limit the connection hash tableJulian Anastasov1-9/+17
2023-06-01ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2-15/+16
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-1/+13
2023-06-01mptcp: fix active subflow finalizationPaolo Abeni1-9/+14
2023-06-01mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni1-13/+16
2023-06-01mptcp: fix data race around msk->first accessPaolo Abeni1-3/+3
2023-06-01mptcp: consolidate passive msk socket initializationPaolo Abeni3-38/+33
2023-06-01mptcp: add annotations around msk->subflow accessesPaolo Abeni2-9/+15
2023-06-01mptcp: fix connect timeout handlingPaolo Abeni2-23/+7
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long1-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long1-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2023-06-01bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet1-1/+2
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli2-4/+14
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-05-31devlink: make health report on unregistered instance warn just onceJakub Kicinski1-1/+1
2023-05-31net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit1-2/+4
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen2-11/+2
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-05-31net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean1-1/+77
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-2/+2
2023-05-31net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()Vladimir Oltean1-3/+3
2023-05-31net: Make gro complete function to return voidParav Pandit2-5/+5
2023-05-31net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela1-1/+1
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long3-8/+4
2023-05-30net/sched: flower: Allow matching on layer 2 missIdo Schimmel1-2/+28