summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2022-04-082-290/+211
|\
| * ice: switch: convert packet template match code to rodataAlexander Lobakin2022-04-071-107/+108
| * ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin2022-04-071-71/+62
| * ice: switch: use a struct to pass packet template paramsAlexander Lobakin2022-04-071-174/+94
| * ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin2022-04-071-7/+9
| * ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin2022-04-072-10/+17
* | net: mdio: aspeed: Add c45 supportPotin Lai2022-04-081-5/+32
* | net: mdio: aspeed: Introduce read write function for c22 and c45Potin Lai2022-04-081-12/+34
* | net: mdio: aspeed: move reg accessing part into separate functionsPotin Lai2022-04-081-32/+38
* | net: atm: remove the ambassador driverJakub Kicinski2022-04-084-3074/+0
* | bnxt: XDP multibuffer enablementAndy Gospodarek2022-04-082-4/+4
* | bnxt: support transmit and free of aggregation buffersAndy Gospodarek2022-04-085-23/+126
* | bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek2022-04-083-7/+85
* | bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek2022-04-081-30/+47
* | bnxt: change receive ring space parametersAndy Gospodarek2022-04-082-15/+28
* | bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek2022-04-081-5/+9
* | bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek2022-04-081-0/+31
* | bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek2022-04-081-11/+11
* | bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek2022-04-081-17/+33
* | bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek2022-04-081-0/+7
* | bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek2022-04-084-19/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-0846-342/+545
|\ \
| * \ Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-0831-257/+317
| |\ \
| | * | drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou2022-04-071-1/+1
| | * | myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong2022-04-061-4/+2
| | * | net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski2022-04-061-2/+7
| | * | qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
| | * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-04-063-5/+9
| | |\ \
| | | * | ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1
| | | * | ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski2022-04-051-1/+1
| | | * | ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-053-3/+7
| | * | | net: phy: mscc-miim: reject clause 45 register accessesMichael Walle2022-04-061-0/+6
| | * | | net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
| | * | | net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
| | * | | net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
| | * | | net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-063-1/+6
| | * | | net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn2022-04-061-1/+1
| | * | | net: micrel: Fix KS8851 KconfigHoratiu Vultur2022-04-061-0/+1
| | |/ /
| | * | ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko2022-04-051-2/+2
| | * | ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko2022-04-051-0/+1
| | * | dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin2022-04-051-1/+3
| | * | sfc: Do not free an empty page_ringMartin Habets2022-04-041-0/+3
| | * | stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix2022-04-041-1/+1
| | * | bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui2022-04-041-2/+4
| | * | bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek2022-04-041-1/+2
| | * | bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi2022-04-044-0/+19
| | * | qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
| | * | net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
| | * | net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
| | * | net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-021-2/+1