summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-04-11hv_netvsc: Add support for XDP_REDIRECTHaiyang Zhang
2022-04-11net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault
2022-04-11mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault
2022-04-11netdevsim: Use dscp_t in struct nsim_fib4_rtGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko
2022-04-11bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi
2022-04-11net: ethernet: mtk_eth_soc/wed: fix sparse endian warningsFelix Fietkau
2022-04-11net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()Yang Yingliang
2022-04-08net: mdio: mscc-miim: add local dev variable to cleanup probe functionColin Foster
2022-04-08sfc: use hardware tx timestamps for more than PTPBert Kenward
2022-04-08net: phy: micrel: ksz9031/ksz9131: add cabletest supportMarek Vasut
2022-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2022-04-08net: mdio: aspeed: Add c45 supportPotin Lai
2022-04-08net: mdio: aspeed: Introduce read write function for c22 and c45Potin Lai
2022-04-08net: mdio: aspeed: move reg accessing part into separate functionsPotin Lai
2022-04-08net: atm: remove the ambassador driverJakub Kicinski
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong
2022-04-07sfc: Stop using iommu_present()Robin Murphy
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin
2022-04-07ice: switch: use a struct to pass packet template paramsAlexander Lobakin
2022-04-07ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin
2022-04-07ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou
2022-04-06prestera: acl: add action hw_stats supportVolodymyr Mytnyk
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong
2022-04-06net: wan: remove the lanmedia (lmc) driverJakub Kicinski
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski