index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microsoft
Age
Commit message (
Expand
)
Author
2022-01-31
net: mana: Reuse XDP dropped page
Haiyang Zhang
2022-01-31
net: mana: Add counter for XDP_TX
Haiyang Zhang
2022-01-31
net: mana: Add counter for packet dropped by XDP
Haiyang Zhang
2022-01-25
net: mana: Use struct_size() helper in mana_gd_create_dma_region()
Gustavo A. R. Silva
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-16
net: mana: Add RX fencing
Dexuan Cui
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
net: mana: Fix memory leak in mana_hwc_create_wq
José Expósito
2021-11-22
net: mana: Add XDP support
Haiyang Zhang
2021-11-09
net: mana: Fix spelling mistake "calledd" -> "called"
Colin Ian King
2021-11-01
net: mana: Support hibernation and kexec
Dexuan Cui
2021-11-01
net: mana: Improve the HWC error handling
Dexuan Cui
2021-11-01
net: mana: Report OS info to the PF driver
Dexuan Cui
2021-11-01
net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()
Dexuan Cui
2021-10-26
net: mana: Allow setting the number of queues while the NIC is down
Haiyang Zhang
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
net: mana: Fix error handling in mana_create_rxq()
Haiyang Zhang
2021-10-07
net: mana: Use kcalloc() instead of kzalloc()
Gustavo A. R. Silva
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-09-12
net: mana: Prefer struct_size over open coded arithmetic
Len Baker
2021-08-25
net: mana: Add WARN_ON_ONCE in case of CQE read overflow
Haiyang Zhang
2021-08-25
net: mana: Add support for EQ sharing
Haiyang Zhang
2021-08-25
net: mana: Move NAPI from EQ to CQ
Haiyang Zhang
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-21
net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'
Christophe JAILLET
2021-05-13
net: mana: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2021-04-23
net: mana: Use int to check the return value of mana_gd_poll_cq()
Dexuan Cui
2021-04-22
net: mana: fix PCI_HYPERV dependency
Arnd Bergmann
2021-04-20
net: mana: remove redundant initialization of variable err
Colin Ian King
2021-04-19
net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
Dexuan Cui