开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
thunder
Age
Commit message (
Expand
)
Author
2024-09-09
net: thunderx: Remove setting of RX software timestamp
Gal Pressman
2024-08-27
net: thunderx: Remove unused declarations
Yue Haibing
2024-08-15
net: thunder_bgx: Fix netdev structure allocation
Marc Zyngier
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-06-27
net: thunderx: Unembed netdev structure
Breno Leitao
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-05-08
net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2023-03-10
net: thunderx: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2022-12-06
net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
Yongqiang Liu
2022-11-24
net: thunderx: Fix the ACPI memory leak
Yu Liao
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-05-17
net: thunderx: remove null check after call container_of()
Haowen Bai
2022-05-01
pci_irq_vector() can't be used in atomic context any longer. This conflicts
Thomas Gleixner
2022-02-02
drivers: net: Replace acpi_bus_get_device()
Rafael J. Wysocki
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-29
net: Add includes masked by netdevice.h including uapi/bpf.h
Jakub Kicinski
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-19
cavium: Fix return values of the probe function
Zheyu Ma
2021-10-18
cavium: Return negative value when pci_alloc_irq_vectors() fails
Zheyu Ma
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-09-16
net: thunderx: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-02
cavium: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-06-24
thunderx: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-05-14
net: thunderx: Drop unnecessary NULL check after container_of
Guenter Roeck
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-12
net: thunderx: Fix unintentional sign extension issue
Colin Ian King
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-10-10
net: thunderx: Use struct_size() helper in kmalloc()
Gustavo A. R. Silva
2020-09-14
liquidio: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
net: thunderx: initialize VF's mailbox mutex before first usage
Dean Nelson
2020-08-04
net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()
Xin Long
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-06-18
net: tso: cache transport header length
Eric Dumazet
[next]