index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
aquantia
/
atlantic
Age
Commit message (
Expand
)
Author
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-10
net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power
Philippe Reynes
2017-05-19
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
2017-05-11
ethernet: aquantia: remove redundant checks on error status
Colin Ian King
2017-05-08
aquantia: Fix "ethtool -S" crash when adapter down.
Pavel Belous
2017-05-04
aquantia: Fix driver name reported by ethtool
Pavel Belous
2017-03-24
net:ethernet:aquantia: Reset is_gso flag when EOP reached.
Pavel Belous
2017-03-24
net:ethernet:aquantia: Fix for LSO with IPv6.
Pavel Belous
2017-03-24
net:ethernet:aquantia: Missing spinlock initialization.
Pavel Belous
2017-03-24
net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.
Pavel Belous
2017-03-24
net:ethernet:aquantia: Remove adapter re-opening when MTU changed.
Pavel Belous
2017-03-22
net:ethernet:aquantia: Fix for RX checksum offload.
Pavel Belous
2017-03-16
net: ethernet: aquantia: set net_device mtu when mtu is changed
David Arcari
2017-03-12
net: ethernet: aquantia: call set_irq_affinity_hint before free_irq
David Arcari
2017-02-20
net: ethernet: aquantia: Copying tx buffers is not needed.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...
Pavel Belous
2017-02-20
net: ethernet: aquantia: Fixed incorrect buff->len calculation.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Call netdev_register after all initialized.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Fixed missing rtnl_unlock.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Superfluous initialization of "err".
Pavel Belous
2017-02-20
net: ethernet: aquantia: Using module_pci_driver.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Fixes for aq_ndev_change_mtu
Pavel Belous
2017-02-20
net: ethernet: aquantia: Removed busy_count field.
Pavel Belous
2017-02-20
net: ethernet: aquantia: Removed extra assignment for skb->dev.
Pavel Belous
2017-02-20
net: aquantia: remove function aq_ring_tx_deinit
Lino Sanfilippo
2017-02-15
net: ethernet: aquantia: switch to pci_alloc_irq_vectors
Christoph Hellwig
2017-02-13
net:ethernet:aquantia: Add 2500/5000 mbit link modes support.
Pavel Belous
2017-02-01
ethernet: aquantia: fix dma_mapping_error test
Dan Carpenter
2017-01-31
net: aquantia: atlantic: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-29
net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FOR
Colin Ian King
2017-01-29
net: ethernet: aquantia: remove another redundant err check
Colin Ian King
2017-01-29
net: ethernet: aquantia: remove redundant err check
Colin Ian King
2017-01-24
net: ethernet: aquantia: Receive side scaling
David VomLehn
2017-01-24
net: ethernet: aquantia: Ethtool support
David VomLehn
2017-01-24
net: ethernet: aquantia: Hardware interface and utility functions
David VomLehn
2017-01-24
net: ethernet: aquantia: Atlantic hardware abstraction layer
David VomLehn
2017-01-24
net: ethernet: aquantia: PCI operations
David VomLehn
2017-01-24
net: ethernet: aquantia: Vector operations
David VomLehn
2017-01-24
net: ethernet: aquantia: Atlantic A0 and B0 specific functions.
David VomLehn
2017-01-24
net: ethernet: aquantia: Support for NIC-specific code
David VomLehn
2017-01-24
net: ethernet: aquantia: Low-level hardware interfaces
David VomLehn
2017-01-24
net: ethernet: aquantia: Add ring support code
David VomLehn
2017-01-24
net: ethernet: aquantia: Common functions and definitions
David VomLehn
2017-01-24
net: ethernet: aquantia: Make and configuration files.
David VomLehn