summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
* net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-011-1/+1
* mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-05-011-0/+3
* e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-05-011-4/+4
* net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún2024-05-011-2/+2
* cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-05-011-3/+3
* rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin2024-05-013-7/+7
* Merge branch 'vxlan-stats'David S. Miller2024-04-291-14/+16
|\
| * vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
| * vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
|/
* Merge branch 'qed-error-codes'David S. Miller2024-04-291-6/+8
|\
| * net: qede: use return from qede_parse_actions()Asbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen2024-04-291-3/+8
|/
* MAINTAINERS: add an explicit entry for YNLJakub Kicinski2024-04-291-0/+8
* Merge branch 'bcmgenet-protect-contended-accesses'David S. Miller2024-04-294-5/+29
|\
| * net: bcmgenet: synchronize UMAC_CMD accessDoug Berger2024-04-294-3/+23
| * net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger2024-04-291-1/+3
| * net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger2024-04-291-1/+3
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-2714-72/+168
|\
| * Merge branch 'bpf-prevent-userspace-memory-access'Alexei Starovoitov2024-04-265-32/+74
| |\
| | * selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Puranjay Mohan2024-04-261-0/+3
| | * bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan2024-04-261-32/+25
| | * bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-264-0/+46
| |/
| * xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen2024-04-221-10/+32
| * arm32, bpf: Reimplement sign-extension mov instructionPuranjay Mohan2024-04-221-13/+43
| * riscv, bpf: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
| * bpf, arm64: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
| * bpf: Fix a verifier verbose messageAnton Protopopov2024-04-121-2/+1
| * bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-082-4/+3
| * MAINTAINERS: bpf: Add Lehui and Puranjay as riscv64 reviewersBjörn Töpel2024-04-051-0/+2
| * MAINTAINERS: Update email address for Puranjay MohanPuranjay Mohan2024-04-052-3/+4
| * bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko2024-04-051-2/+3
* | Fix a potential infinite loop in extract_user_to_sg()David Howells2024-04-261-1/+1
* | net l2tp: drop flow hash on forwardDavid Bauer2024-04-261-0/+3
* | nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima2024-04-261-6/+8
* | Merge branch 'ensure-the-copied-buf-is-nul-terminated'Jakub Kicinski2024-04-263-9/+7
|\ \
| * | octeontx2-af: avoid off-by-one read from userspaceBui Quang Minh2024-04-261-3/+1
| * | bna: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-261-2/+2
| * | ice: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-261-4/+4
|/ /
* | Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-2585-384/+830
|\ \
| * \ Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-252-3/+7
| |\ \
| | * | netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso2024-04-251-1/+3
| | * | ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
| * | | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-252-1/+4
| * | | net: b44: set pause params only when interface is upPeter Münster2024-04-251-6/+8
| * | | tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-253-5/+6
| * | | dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski2024-04-251-25/+33
| * | | net: ravb: Fix registered interrupt namesGeert Uytterhoeven2024-04-251-6/+5