summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: qca: fix info leak when fetching board idJohan Hovold2024-05-031-0/+5
* Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2024-05-032-5/+21
* Bluetooth: qca: generalise device address checkJohan Hovold2024-05-032-9/+14
* Bluetooth: qca: fix NVM configuration parsingJohan Hovold2024-05-031-2/+22
* Bluetooth: qca: add missing firmware sanity checksJohan Hovold2024-05-031-6/+32
* Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim2024-05-033-5/+4
* Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim2024-05-031-11/+10
* Bluetooth: qca: fix wcn3991 device address checkJohan Hovold2024-05-031-1/+4
* Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou2024-05-031-0/+4
* tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima2024-05-031-1/+7
* tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-033-3/+7
* Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-0249-193/+378
|\
| * MAINTAINERS: mark MYRICOM MYRI-10G as OrphanJakub Kicinski2024-05-021-2/+1
| * MAINTAINERS: remove Ariel EliorJakub Kicinski2024-05-021-3/+0
| * Merge branch 'net-gro-add-flush-flush_id-checks-and-fix-wrong-offset-in-udp'Paolo Abeni2024-05-029-5/+33
| |\
| | * net: gro: add flush check in udp_gro_receive_segmentRichard Gobert2024-05-021-1/+11
| | * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-029-4/+22
| |/
| * ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-022-1/+4
| * s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter2024-05-021-34/+27
| * vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-021-1/+18
| * tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-021-1/+1
| * tipc: fix UAF in error pathPaolo Abeni2024-05-021-1/+5
| * rxrpc: Clients must accept conn from any addressJeffrey Altman2024-05-011-7/+2
| * 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