Age | Commit message (Expand) | Author |
2022-04-21 | i40e, xsk: Get rid of redundant 'fallthrough' | Maciej Fijalkowski |
2022-04-21 | ixgbe, xsk: Get rid of redundant 'fallthrough' | Maciej Fijalkowski |
2022-04-15 | ice, xsk: Avoid refilling single Rx descriptors | Maciej Fijalkowski |
2022-04-15 | stmmac, xsk: Diversify return values from xsk_wakeup call paths | Maciej Fijalkowski |
2022-04-15 | mlx5, xsk: Diversify return values from xsk_wakeup call paths | Maciej Fijalkowski |
2022-04-15 | ixgbe, xsk: Diversify return values from xsk_wakeup call paths | Maciej Fijalkowski |
2022-04-15 | i40e, xsk: Diversify return values from xsk_wakeup call paths | Maciej Fijalkowski |
2022-04-15 | ice, xsk: Diversify return values from xsk_wakeup call paths | Maciej Fijalkowski |
2022-04-15 | ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full | Maciej Fijalkowski |
2022-04-15 | i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full | Maciej Fijalkowski |
2022-04-15 | ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full | Maciej Fijalkowski |
2022-04-15 | ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely() | Maciej Fijalkowski |
2022-04-15 | ice, xsk: Decorate ICE_XDP_REDIR with likely() | Maciej Fijalkowski |
2022-04-08 | sfc: use hardware tx timestamps for more than PTP | Bert Kenward |
2022-04-08 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex | David S. Miller |
2022-04-08 | bnxt: XDP multibuffer enablement | Andy Gospodarek |
2022-04-08 | bnxt: support transmit and free of aggregation buffers | Andy Gospodarek |
2022-04-08 | bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff | Andy Gospodarek |
2022-04-08 | bnxt: add page_pool support for aggregation ring when using xdp | Andy Gospodarek |
2022-04-08 | bnxt: change receive ring space parameters | Andy Gospodarek |
2022-04-08 | bnxt: set xdp_buff pfmemalloc flag if needed | Andy Gospodarek |
2022-04-08 | bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp | Andy Gospodarek |
2022-04-08 | bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb | Andy Gospodarek |
2022-04-08 | bnxt: refactor bnxt_rx_pages operate on skb_shared_info | Andy Gospodarek |
2022-04-08 | bnxt: add flag to denote that an xdp program is currently attached | Andy Gospodarek |
2022-04-08 | bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff | Andy Gospodarek |
2022-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-07 | qed: remove an unneed NULL check on list iterator | Xiaomeng Tong |
2022-04-07 | sfc: Stop using iommu_present() | Robin Murphy |
2022-04-07 | ice: switch: convert packet template match code to rodata | Alexander Lobakin |
2022-04-07 | ice: switch: use convenience macros to declare dummy pkt templates | Alexander Lobakin |
2022-04-07 | ice: switch: use a struct to pass packet template params | Alexander Lobakin |
2022-04-07 | ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet() | Alexander Lobakin |
2022-04-07 | ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u | Alexander Lobakin |
2022-04-06 | prestera: acl: add action hw_stats support | Volodymyr Mytnyk |
2022-04-06 | bnx2x: Fix undefined behavior due to shift overflowing the constant | Borislav Petkov |
2022-04-06 | myri10ge: fix an incorrect free for skb in myri10ge_sw_tso | Xiaomeng Tong |
2022-04-06 | net: ethernet: xilinx: use of_property_read_bool() instead of of_get_property | Wang Qing |
2022-04-06 | qede: confirm skb is allocated before using | Jamie Bainbridge |
2022-04-06 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | David S. Miller |
2022-04-06 | net: ethernet: mtk_eth_soc: support creating mac address based offload entries | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: remove bridge flow offload type entry support | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: rework hardware flow table management | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separately | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: support TC_SETUP_BLOCK for PPE offload | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: add ipv6 flow offload support | David Bentham |
2022-04-06 | net: ethernet: mtk_eth_soc: implement flow offloading to WED devices | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED) | Felix Fietkau |
2022-04-06 | net: ethernet: mtk_eth_soc: add support for coherent DMA | Felix Fietkau |
2022-04-06 | net: axiemac: use a phandle to reference pcs_phy | Andy Chiu |