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
/
chelsio
/
cxgb
/
cxgb2.c
Age
Commit message (
Expand
)
Author
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-01-02
chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify code
Christophe JAILLET
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-09-04
ethtool: Fix an error code in cxgb2.c
Yang Li
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-02-03
chelsio: cxgb: Disable the card on error in threaded interrupt
Sebastian Andrzej Siewior
2021-02-03
chelsio: cxgb: Replace the workqueue with threaded interrupt
Sebastian Andrzej Siewior
2020-08-24
chelsio: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-03-10
net: cxgb2: reject unsupported coalescing params
Jakub Kicinski
2020-03-03
net/chelsio: Delete drive and module versions
Leon Romanovsky
2018-08-10
net: chelsio: cxgb2: remove unused array pci_speed
Colin Ian King
2017-04-07
net: cxgb: Use net_device_stats from struct net_device
Tobias Klauser
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-17
net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
2015-04-01
chelsio cxgb/cxgb3: Make stats_strings arrays const
Joe Perches
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-06
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-06
ethernet: Fix FSF address in file headers
Jeff Kirsher
2013-10-18
net: cxgb2: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-05-22
net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driver
Peter Hüwe
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-01-07
chelsio: Use netdev_<level> and pr_<level>
Joe Perches
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-03
chelsio: remove __dev* attributes
Bill Pemberton
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-14
Sweep additional floors of strcpy in .get_drvinfo routines
Rick Jones
2011-10-07
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-10
chelsio: Move the Chelsio drivers
Jeff Kirsher