summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-21304-1714/+3067
|\
| * Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2084-713/+1152
| |\
| | * Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-209-83/+217
| | |\
| | | * Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
| | | * Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014Tomasz Moń2023-07-201-0/+1
| | | * Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
| | | * Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
| | | * Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
| | | * Bluetooth: coredump: fix building with coredump disabledArnd Bergmann2023-07-201-2/+0
| | | * Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
| | | * Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
| | | * Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-206-44/+164
| | * | Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-202-3/+15
| | |\ \
| | | * | netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso2023-07-201-0/+2
| | | * | netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso2023-07-201-0/+3
| | | * | netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal2023-07-201-1/+5
| | | * | netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-07-201-2/+2
| | | * | netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-07-201-0/+3
| | | |/
| | * | net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean2023-07-201-7/+14
| | * | Merge branch 'tcp-add-missing-annotations'Jakub Kicinski2023-07-206-40/+63
| | |\ \ | | | |/ | | |/|
| | | * tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-203-4/+6
| | | * tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
| | | * tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-202-3/+7
| | | * tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-201-5/+6
| | | * tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-201-4/+4
| | | * tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-202-4/+4
| | | * tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-202-4/+10
| | | * tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-202-4/+9
| | | * tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-202-3/+7
| | | * tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-202-4/+5
| | | * tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-201-2/+2
| | |/
| | * Merge branch 'net-support-stp-on-bridge-in-non-root-netns'Paolo Abeni2023-07-207-35/+44
| | |\
| | | * Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima2023-07-201-3/+0
| | | * llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-07-201-3/+0
| | | * llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima2023-07-204-22/+33
| | | * llc: Check netns in llc_dgram_match().Kuniyuki Iwashima2023-07-201-7/+11
| | |/
| | * net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_typeDaniel Golle2023-07-201-1/+1
| | * Merge branch 'r8169-revert-two-changes-that-caused-regressions'Jakub Kicinski2023-07-201-11/+27
| | |\
| | | * Revert "r8169: disable ASPM during NAPI poll"Heiner Kallweit2023-07-201-10/+1
| | | * r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is...Heiner Kallweit2023-07-201-1/+26
| | |/
| | * Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-202-19/+6
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-203-10/+55
| | |\
| | | * bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck2023-07-191-1/+7
| | | * Merge branch 'two-more-fixes-for-check_max_stack_depth'Alexei Starovoitov2023-07-192-9/+48
| | | |\
| | | | * selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi2023-07-191-2/+23
| | | | * bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi2023-07-191-2/+19
| | | | * bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi2023-07-191-5/+6
| | | |/
| | * | ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
| | * | ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
| | * | drivers:net: fix return value check in ocelot_fdma_receive_skbYuanjun Gong2023-07-191-1/+2