index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
25
-145
/
+289
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
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
prestera: acl: add action hw_stats support
Volodymyr Mytnyk
2
-7
/
+18
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: ethernet: xilinx: use of_property_read_bool() instead of of_get_property
Wang Qing
1
-1
/
+1
2022-04-06
qede: confirm skb is allocated before using
Jamie Bainbridge
1
-0
/
+3
2022-04-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
David S. Miller
3
-5
/
+9
2022-04-06
net: ethernet: mtk_eth_soc: support creating mac address based offload entries
Felix Fietkau
3
-46
/
+299
2022-04-06
net: ethernet: mtk_eth_soc: remove bridge flow offload type entry support
Felix Fietkau
2
-9
/
+0
2022-04-06
net: ethernet: mtk_eth_soc: rework hardware flow table management
Felix Fietkau
4
-54
/
+170
2022-04-06
net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separately
Felix Fietkau
5
-17
/
+22
2022-04-06
net: ethernet: mtk_eth_soc: support TC_SETUP_BLOCK for PPE offload
Felix Fietkau
1
-3
/
+6
2022-04-06
net: ethernet: mtk_eth_soc: add ipv6 flow offload support
David Bentham
1
-0
/
+28
2022-04-06
net: ethernet: mtk_eth_soc: implement flow offloading to WED devices
Felix Fietkau
4
-8
/
+87
2022-04-06
net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)
Felix Fietkau
9
-0
/
+1466
2022-04-06
net: ethernet: mtk_eth_soc: add support for coherent DMA
Felix Fietkau
2
-24
/
+80
2022-04-06
net: axiemac: use a phandle to reference pcs_phy
Andy Chiu
1
-2
/
+9
2022-04-06
net: axienet: factor out phy_node in struct axienet_local
Andy Chiu
2
-10
/
+5
2022-04-06
net: axienet: setup mdio unconditionally
Andy Chiu
1
-7
/
+6
2022-04-06
net: sfc: fix using uninitialized xdp tx_queue
Taehee Yoo
3
-1
/
+6
2022-04-06
net/mlx5: Cleanup kTLS function names and their exposure
Leon Romanovsky
4
-34
/
+19
2022-04-06
net/mlx5: Remove tls vs. ktls separation as it is the same
Leon Romanovsky
16
-356
/
+130
2022-04-06
net/mlx5: Remove indirection in TLS build
Leon Romanovsky
10
-197
/
+84
2022-04-06
net/mlx5: Reliably return TLS device capabilities
Leon Romanovsky
1
-2
/
+1
2022-04-06
net/mlx5_fpga: Drop INNOVA TLS support
Leon Romanovsky
15
-1396
/
+10
2022-04-05
net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
Andrew Lunn
1
-1
/
+1
2022-04-05
net: micrel: Fix KS8851 Kconfig
Horatiu Vultur
1
-0
/
+1
2022-04-05
mlxsw: spectrum_router: simplify list unwinding
Tom Rix
1
-12
/
+8
2022-04-05
ice: clear cmd_type_offset_bsz for TX rings
Maciej Fijalkowski
1
-1
/
+1
2022-04-05
ice: xsk: fix VSI state check in ice_xsk_wakeup()
Maciej Fijalkowski
1
-1
/
+1
2022-04-05
ice: synchronize_rcu() when terminating rings
Maciej Fijalkowski
3
-3
/
+7
[prev]
[next]