Age | Commit message (Expand) | Author | Files | Lines |
2019-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -9/+6 |
2019-09-27 | net: aquantia: Fix aq_vec_isr_legacy() return value | Dan Carpenter | 1 | -9/+6 |
2019-09-20 | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+0 |
2019-09-01 | net: aquantia: fix out of memory condition on rx side | Dmitry Bogdanov | 1 | -1/+2 |
2019-09-01 | net: aquantia: linkstate irq should be oneshot | Igor Russkikh | 1 | -1/+1 |
2019-09-01 | net: aquantia: reapply vlan filters on up | Dmitry Bogdanov | 1 | -0/+4 |
2019-09-01 | net: aquantia: fix limit of vlan filters | Dmitry Bogdanov | 1 | -1/+1 |
2019-09-01 | net: aquantia: fix removal of vlan 0 | Dmitry Bogdanov | 1 | -1/+2 |
2019-08-21 | treewide: remove dummy Makefiles for single targets | Masahiro Yamada | 1 | -2/+0 |
2019-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -8/+23 |
2019-06-27 | net: aquantia: implement vlan offload configuration | Igor Russkikh | 1 | -7/+27 |
2019-06-27 | net: aquantia: vlan offloads logic in datapath | Igor Russkikh | 3 | -19/+60 |
2019-06-27 | net: aquantia: adding fields and device features for vlan offload | Igor Russkikh | 5 | -10/+22 |
2019-06-27 | net: aquantia: added vlan offload related macros and functions | Igor Russkikh | 4 | -0/+46 |
2019-06-27 | net: aquantia: make all files GPL-2.0-only | Igor Russkikh | 4 | -4/+4 |
2019-06-27 | net: aquantia: replace internal driver version code with uts | Igor Russkikh | 2 | -9/+3 |
2019-06-26 | net: aquantia: fix vlans not working over bridged network | Dmitry Bogdanov | 4 | -8/+23 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 33 | -143/+33 |
2019-06-06 | net: aquantia: fix wol configuration not applied sometimes | Nikita Danilov | 2 | -8/+10 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 32 | -128/+32 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308 | Thomas Gleixner | 1 | -15/+1 |
2019-05-27 | net: aquantia: tcp checksum 0xffff being handled incorrectly | Nikita Danilov | 1 | -2/+1 |
2019-05-27 | net: aquantia: fix LRO with FCS error | Dmitry Bogdanov | 1 | -29/+32 |
2019-05-27 | net: aquantia: check rx csum for all packets in LRO session | Dmitry Bogdanov | 1 | -13/+31 |
2019-05-27 | net: aquantia: tx clean budget logic error | Igor Russkikh | 1 | -3/+4 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-09 | net: aquantia: fix undefined devm_hwmon_device_register_with_info reference | Kefeng Wang | 1 | -0/+5 |
2019-05-05 | net: aquantia: Make aq_ndev_driver_name static | YueHaibing | 1 | -1/+1 |
2019-05-01 | net: aquantia: remove outdated device ids | Nikita Danilov | 3 | -12/+0 |
2019-05-01 | net: aquantia: fixups on 64bit dma counters | Dmitry Bogdanov | 6 | -64/+36 |
2019-05-01 | net: aquantia: get total counters from DMA block | Dmitry Bogdanov | 1 | -4/+5 |
2019-05-01 | net: aquantia: fetch up to date statistics on ethtool request | Dmitry Bogdanov | 1 | -1/+8 |
2019-05-01 | net: aquantia: extract timer cb into work job | Igor Russkikh | 2 | -6/+20 |
2019-05-01 | net: aquantia: introduce fwreq mutex | Nikita Danilov | 4 | -10/+42 |
2019-05-01 | net: aquantia: user correct MSI irq type | Igor Russkikh | 1 | -1/+1 |
2019-05-01 | net: aquantia: use macros for better visibility | Igor Russkikh | 2 | -8/+8 |
2019-05-01 | net: aquantia: improve ifup link detection | Igor Russkikh | 1 | -2/+1 |
2019-05-01 | net: aquantia: link status irq handling | Igor Russkikh | 4 | -19/+50 |
2019-05-01 | net: aquantia: create global service workqueue | Nikita Danilov | 4 | -1/+56 |
2019-05-01 | net: aquantia: link interrupt handling function | Igor Russkikh | 1 | -0/+14 |
2019-05-01 | net: aquantia: add link interrupt fields | Igor Russkikh | 2 | -1/+4 |
2019-05-01 | net: aquantia: implement hwmon api for chip temperature | Yana Esina | 4 | -0/+144 |
2019-05-01 | net: aquantia: add infrastructure to readout chip temperature | Yana Esina | 3 | -0/+39 |
2019-04-23 | net: pass net_device argument to the eth_get_headlen | Stanislav Fomichev | 1 | -1/+2 |
2019-03-24 | net: aquantia: enable driver build for arm64 or compile_test | Igor Russkikh | 1 | -1/+2 |
2019-03-24 | net: aquantia: improve LRO configuration | Nikita Danilov | 5 | -2/+46 |
2019-03-24 | net: aquantia: Increase rx ring default size from 1K to 2K | Igor Russkikh | 1 | -1/+1 |
2019-03-24 | net: aquantia: Make RX default frame size 2K | Igor Russkikh | 1 | -1/+1 |
2019-03-24 | net: aquantia: Introduce rx refill threshold value | Igor Russkikh | 2 | -0/+6 |
2019-03-24 | net: aquantia: optimize rx performance by page reuse strategy | Igor Russkikh | 8 | -63/+152 |