summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mlxsw: spectrum: Add a replay_deslavement argument to event handlersPetr Machata2023-07-211-8/+12
| * mlxsw: spectrum: Allow event handlers to check unowned bridgesPetr Machata2023-07-211-16/+24
| * mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event()Petr Machata2023-07-211-5/+15
| * mlxsw: spectrum_router: Extract a helper to schedule neighbour workPetr Machata2023-07-211-9/+16
| * mlxsw: spectrum_router: Allow address handlers to run on bridge portsPetr Machata2023-07-211-17/+24
| * selftests: mlxsw: rtnetlink: Drop obsolete testsPetr Machata2023-07-211-31/+0
| * net: switchdev: Add a helper to replay objects on a bridge portPetr Machata2023-07-215-0/+64
| * net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata2023-07-211-1/+5
|/
* net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macrosLorenzo Bianconi2023-07-212-5/+8
* Merge branch 'nexthop-refactor-and-fix-nexthop-selection-for-multipath-routes'Jakub Kicinski2023-07-202-18/+170
|\
| * selftests: net: Add test cases for nexthop groups with invalid neighborsBenjamin Poirier2023-07-201-0/+129
| * nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier2023-07-201-6/+8
| * nexthop: Factor out neighbor validity checkBenjamin Poirier2023-07-201-13/+16
| * nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier2023-07-201-2/+20
|/
* Merge branch 'eth-bnxt-handle-invalid-tx-completions-more-gracefully'Jakub Kicinski2023-07-203-70/+91
|\
| * eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski2023-07-203-1/+31
| * eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski2023-07-201-35/+26
| * eth: bnxt: move and rename reset helpersJakub Kicinski2023-07-201-36/+36
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-20304-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
| | |\