summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-071-1/+11
* selftests/bpf: Fix sockopt_sk selftestYonghong Song2023-06-061-1/+1
* bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-065-1/+15
* Merge branch 'Fix elem_size not being set for inner maps'Martin KaFai Lau2023-06-033-2/+82
|\
| * selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott2023-06-032-0/+76
| * bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott2023-06-031-2/+6
|/
* bpf: Fix UAF in task local storageKP Singh2023-06-021-1/+1
* bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-011-1/+2
* net: ipa: Use correct value for IPA_STATUS_SIZEBert Karwatzki2023-06-011-1/+1
* tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-013-4/+15
* net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
* sfc: fix error unwinds in TC offloadEdward Cree2023-06-011-15/+12
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
* net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-05-311-1/+1
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-311-0/+4
* Merge branch 'net-sched-fixes-for-sch_ingress-and-sch_clsact'Jakub Kicinski2023-05-312-3/+25
|\
| * net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-311-0/+5
| * net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-312-3/+8
| * net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-311-0/+6
| * net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-311-0/+6
|/
* Merge branch 'selftests-mptcp-skip-tests-not-supported-by-old-kernels-part-1'Paolo Abeni2023-05-309-3/+80
|\
| * selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| * selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts2023-05-303-1/+45
| * selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts2023-05-301-2/+11
|/
* net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang2023-05-303-14/+0
* Merge branch 'two-fixes-for-smcrv2'Paolo Abeni2023-05-301-3/+6
|\
| * net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu2023-05-301-2/+2
| * net/smc: Scan from current RMB list when no position specifiedWen Gu2023-05-301-1/+4
|/
* rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-303-1/+12
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-05-301-1/+2
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-304-0/+13
* af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-05-301-3/+5
* netlink: specs: correct types of legacy arraysJakub Kicinski2023-05-301-24/+8
* net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak2023-05-301-1/+1
* nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-05-261-4/+0
* amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju2023-05-261-3/+9
* tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-262-2/+6
* Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-05-2619-190/+279
|\
| * Documentation: net/mlx5: Wrap notes in admonition blocksBagas Sanjaya2023-05-251-5/+9
| * Documentation: net/mlx5: Add blank line separator before numbered listsBagas Sanjaya2023-05-251-0/+2
| * Documentation: net/mlx5: Use bullet and definition lists for vnic counters de...Bagas Sanjaya2023-05-251-16/+20
| * Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocksBagas Sanjaya2023-05-251-2/+6
| * net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()Dan Carpenter2023-05-251-1/+1
| * net/mlx5: DR, Add missing mutex init/destroy in pattern managerYevgeny Kliteynik2023-05-251-0/+3
| * net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu2023-05-252-5/+11