summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-27287-1732/+3708
|\
| * Merge tag 'wireless-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-06-279-30/+33
| |\
| | * MAINTAINERS: wifi: update ath.git locationKalle Valo2024-06-261-4/+4
| | * MAINTAINERS: Remembering Larry FingerKalle Valo2024-06-262-4/+5
| | * wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2024-06-262-0/+3
| | * wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet2024-06-261-1/+5
| | * wifi: wlcore: fix wlcore AP modeRussell King (Oracle)2024-06-184-21/+16
| * | Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-2763-594/+1663
| |\ \
| | * \ Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-06-274-5/+14
| | |\ \
| | | * | netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-06-273-5/+11
| | | * | netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSC...Jianguo Wu2024-06-241-0/+3
| | * | | net: mana: Fix possible double free in error handling pathMa Ke2024-06-271-0/+2
| | * | | Merge branch 'af_unix-fix-bunch-of-msg_oob-bugs-and-add-new-tests'Paolo Abeni2024-06-275-444/+766
| | |\ \ \
| | | * | | selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima2024-06-271-0/+72
| | | * | | af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-272-2/+81
| | | * | | selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima2024-06-271-0/+147
| | | * | | selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima2024-06-271-1/+50
| | | * | | selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima2024-06-271-0/+91
| | | * | | af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima2024-06-272-1/+17
| | | * | | selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima2024-06-271-5/+44
| | | * | | af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-272-4/+26
| | | * | | af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima2024-06-272-5/+29
| | | * | | selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima2024-06-272-1/+221
| | | * | | selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima2024-06-273-438/+1
| | |/ / /
| | * | | tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim2024-06-271-1/+1
| | * | | net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas2024-06-261-0/+2
| | * | | tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFONeal Cardwell2024-06-251-11/+27
| | * | | ionic: use dev_consume_skb_any outside of napiShannon Nelson2024-06-253-13/+21
| | * | | net: dsa: microchip: fix wrong register write when masking interruptTristram Ha2024-06-251-1/+1
| | * | | Fix race for duplicate reqsk on identical SYNluoxuanqiang2024-06-255-10/+30
| | * | | ibmvnic: Add tx check to prevent skb leakNick Child2024-06-251-0/+12
| | * | | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2024-06-2410-16/+412
| | |\ \ \ | | | |/ / | | |/| |
| | | * | xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov2024-06-241-3/+1
| | | * | selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov2024-06-241-0/+52
| | | * | bpf: Fix may_goto with negative offset.Alexei Starovoitov2024-06-241-3/+6
| | | * | selftests/bpf: Add more ring buffer test coverageDaniel Borkmann2024-06-243-1/+103
| | | * | bpf: Fix overrunning reservations in ringbufDaniel Borkmann2024-06-211-6/+25
| | | * | selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov2024-06-211-0/+94
| | | * | bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov2024-06-211-0/+50
| | | * | bpf: Update BPF LSM maintainer listMatt Bobrowski2024-06-181-1/+2
| | | * | bpf: Fix remap of arena.Alexei Starovoitov2024-06-181-2/+14
| | | * | Merge branch 'bpf-fix-missed-var_off-related-to-movsx-in-verifier'Alexei Starovoitov2024-06-172-0/+65
| | | |\ \
| | | | * | selftests/bpf: Add a few tests to coverYonghong Song2024-06-171-0/+63
| | | | * | bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song2024-06-171-0/+1
| | | | * | bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song2024-06-171-0/+1
| | | |/ /
| | * | | net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez2024-06-241-1/+5
| | * | | octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth2024-06-234-35/+35
| | * | | ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski2024-06-231-1/+9
| | * | | dt-bindings: net: fman: remove ptp-timer from required listFrank Li2024-06-231-1/+0
| | * | | Merge branch 'phy-microchip-ksz-9897-errata'David S. Miller2024-06-236-2/+79
| | |\ \ \