Age | Commit message (Expand) | Author | Files | Lines |
2022-04-19 | bpf: Move rcu lock management out of BPF_PROG_RUN routines |  Stanislav Fomichev | 1 | -2/+6 |
2022-04-15 | ice, xsk: Avoid refilling single Rx descriptors |  Maciej Fijalkowski | 1 | -1/+4 |
2022-04-15 | stmmac, xsk: Diversify return values from xsk_wakeup call paths |  Maciej Fijalkowski | 1 | -2/+2 |
2022-04-15 | mlx5, xsk: Diversify return values from xsk_wakeup call paths |  Maciej Fijalkowski | 1 | -1/+1 |
2022-04-15 | ixgbe, xsk: Diversify return values from xsk_wakeup call paths |  Maciej Fijalkowski | 1 | -3/+3 |
2022-04-15 | i40e, xsk: Diversify return values from xsk_wakeup call paths |  Maciej Fijalkowski | 1 | -3/+3 |
2022-04-15 | ice, xsk: Diversify return values from xsk_wakeup call paths |  Maciej Fijalkowski | 1 | -3/+3 |
2022-04-15 | ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full |  Maciej Fijalkowski | 2 | -9/+19 |
2022-04-15 | i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full |  Maciej Fijalkowski | 2 | -10/+23 |
2022-04-15 | ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full |  Maciej Fijalkowski | 2 | -10/+20 |
2022-04-15 | ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely() |  Maciej Fijalkowski | 1 | -12/+13 |
2022-04-15 | ice, xsk: Decorate ICE_XDP_REDIR with likely() |  Maciej Fijalkowski | 1 | -10/+11 |
2022-04-08 | sfc: use hardware tx timestamps for more than PTP |  Bert Kenward | 1 | -1/+2 |
2022-04-08 | net: phy: micrel: ksz9031/ksz9131: add cabletest support |  Marek Vasut | 1 | -0/+221 |
2022-04-08 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex |  David S. Miller | 2 | -290/+211 |
2022-04-08 | net: mdio: aspeed: Add c45 support |  Potin Lai | 1 | -5/+32 |
2022-04-08 | net: mdio: aspeed: Introduce read write function for c22 and c45 |  Potin Lai | 1 | -12/+34 |
2022-04-08 | net: mdio: aspeed: move reg accessing part into separate functions |  Potin Lai | 1 | -32/+38 |
2022-04-08 | net: atm: remove the ambassador driver |  Jakub Kicinski | 4 | -3074/+0 |
2022-04-08 | bnxt: XDP multibuffer enablement |  Andy Gospodarek | 2 | -4/+4 |
2022-04-08 | bnxt: support transmit and free of aggregation buffers |  Andy Gospodarek | 5 | -23/+126 |
2022-04-08 | bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff |  Andy Gospodarek | 3 | -7/+85 |
2022-04-08 | bnxt: add page_pool support for aggregation ring when using xdp |  Andy Gospodarek | 1 | -30/+47 |
2022-04-08 | bnxt: change receive ring space parameters |  Andy Gospodarek | 2 | -15/+28 |
2022-04-08 | bnxt: set xdp_buff pfmemalloc flag if needed |  Andy Gospodarek | 1 | -5/+9 |
2022-04-08 | bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdp |  Andy Gospodarek | 1 | -0/+31 |
2022-04-08 | bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb |  Andy Gospodarek | 1 | -11/+11 |
2022-04-08 | bnxt: refactor bnxt_rx_pages operate on skb_shared_info |  Andy Gospodarek | 1 | -17/+33 |
2022-04-08 | bnxt: add flag to denote that an xdp program is currently attached |  Andy Gospodarek | 1 | -0/+7 |
2022-04-08 | bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buff |  Andy Gospodarek | 4 | -19/+53 |
2022-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 46 | -342/+545 |
2022-04-07 | Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 31 | -257/+317 |
2022-04-07 | hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}() |  Andrea Parri (Microsoft) | 1 | -4/+4 |
2022-04-07 | qed: remove an unneed NULL check on list iterator |  Xiaomeng Tong | 1 | -2/+2 |
2022-04-07 | sfc: Stop using iommu_present() |  Robin Murphy | 1 | -1/+3 |
2022-04-07 | net: hyperv: remove use of bpf_op_t |  Jakub Kicinski | 1 | -4/+2 |
2022-04-07 | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux |  Linus Torvalds | 6 | -20/+131 |
2022-04-07 | Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random |  Linus Torvalds | 1 | -35/+39 |
2022-04-07 | Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata |  Linus Torvalds | 6 | -6/+15 |
2022-04-07 | ice: switch: convert packet template match code to rodata |  Alexander Lobakin | 1 | -107/+108 |
2022-04-07 | ice: switch: use convenience macros to declare dummy pkt templates |  Alexander Lobakin | 1 | -71/+62 |
2022-04-07 | ice: switch: use a struct to pass packet template params |  Alexander Lobakin | 1 | -174/+94 |
2022-04-07 | ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet() |  Alexander Lobakin | 1 | -7/+9 |
2022-04-07 | ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u |  Alexander Lobakin | 2 | -10/+17 |
2022-04-06 | drivers: net: slip: fix NPD bug in sl_tx_timeout() |  Duoming Zhou | 1 | -1/+1 |
2022-04-06 | prestera: acl: add action hw_stats support |  Volodymyr Mytnyk | 2 | -7/+18 |
2022-04-07 | random: check for signals every PAGE_SIZE chunk of /dev/[u]random |  Jason A. Donenfeld | 1 | -10/+7 |
2022-04-06 | bnx2x: Fix undefined behavior due to shift overflowing the constant |  Borislav Petkov | 1 | -1/+1 |
2022-04-06 | myri10ge: fix an incorrect free for skb in myri10ge_sw_tso |  Xiaomeng Tong | 1 | -4/+2 |
2022-04-06 | net: wan: remove the lanmedia (lmc) driver |  Jakub Kicinski | 12 | -4260/+0 |