summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni3-0/+11
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni2-2/+30
2023-07-22net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski1-10/+2
2023-07-22net: page_pool: hide page_pool_release_page()Jakub Kicinski3-17/+7
2023-07-22eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-22eth: tsnep: let page recycling happen with skbsJakub Kicinski1-1/+1
2023-07-22genetlink: add explicit ordering break check for split opsJiri Pirko1-1/+5
2023-07-22MAINTAINERS: net: fix sort orderMarc Kleine-Budde1-9/+9
2023-07-21docs: octeontx2: extend documentation for Round Robin schedulingHariprasad Kelam1-0/+8
2023-07-21octeontx2-pf: htb offload support for Round Robin schedulingNaveen Mamindlapalli4-40/+247
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli3-6/+6
2023-07-21octeontx2-pf: implement transmit schedular allocation algorithmNaveen Mamindlapalli2-6/+136
2023-07-21mlxsw: spectrum: Permit enslavement to netdevices with uppersPetr Machata1-4/+62
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavementPetr Machata3-8/+65
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavementPetr Machata4-0/+137
2023-07-21mlxsw: spectrum_router: Replay neighbours when RIF is madePetr Machata1-1/+61
2023-07-21mlxsw: spectrum_router: Replay MACVLANs when RIF is madePetr Machata2-27/+54
2023-07-21mlxsw: spectrum_router: Offload ethernet nexthops when RIF is madePetr Machata1-0/+54
2023-07-21mlxsw: spectrum_router: Join RIFs of LAG upper VLANsPetr Machata1-3/+52
2023-07-21mlxsw: spectrum_switchdev: Replay switchdev objects on port joinPetr Machata3-5/+132
2023-07-21mlxsw: spectrum: On port enslavement to a LAG, join upper's bridgesPetr Machata1-0/+90
2023-07-21mlxsw: spectrum: Add a replay_deslavement argument to event handlersPetr Machata1-8/+12
2023-07-21mlxsw: spectrum: Allow event handlers to check unowned bridgesPetr Machata1-16/+24
2023-07-21mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event()Petr Machata1-5/+15
2023-07-21mlxsw: spectrum_router: Extract a helper to schedule neighbour workPetr Machata1-9/+16
2023-07-21mlxsw: spectrum_router: Allow address handlers to run on bridge portsPetr Machata1-17/+24
2023-07-21selftests: mlxsw: rtnetlink: Drop obsolete testsPetr Machata1-31/+0
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata5-0/+64
2023-07-21net: bridge: br_switchdev: Tolerate -EOPNOTSUPP when replaying MDBPetr Machata1-1/+5
2023-07-21net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macrosLorenzo Bianconi2-5/+8
2023-07-21selftests: net: Add test cases for nexthop groups with invalid neighborsBenjamin Poirier1-0/+129
2023-07-21nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier1-6/+8
2023-07-21nexthop: Factor out neighbor validity checkBenjamin Poirier1-13/+16
2023-07-21nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier1-2/+20
2023-07-21eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski3-1/+31
2023-07-21eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski1-35/+26
2023-07-21eth: bnxt: move and rename reset helpersJakub Kicinski1-36/+36
2023-07-20net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean1-7/+14
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet3-4/+6
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet2-3/+7
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet2-4/+10
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2-4/+9
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet2-3/+7
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet2-4/+5
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko1-1/+1