Age | Commit message (Expand) | Author | Files | Lines |
2020-08-31 | ionic: fix txrx work accounting | Shannon Nelson | 1 | -10/+3 |
2020-08-11 | ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc() | Xu Wang | 1 | -2/+2 |
2020-08-04 | ionic: separate interrupt for Tx and Rx | Shannon Nelson | 5 | -27/+182 |
2020-08-04 | ionic: tx separate servicing | Shannon Nelson | 3 | -56/+53 |
2020-08-04 | ionic: use fewer firmware doorbells on rx fill | Shannon Nelson | 1 | -10/+5 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+3 |
2020-07-31 | ionic: unlock queue mutex in error path | Shannon Nelson | 1 | -1/+3 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -40/+60 |
2020-07-23 | ionic: fix memory leak of object 'lid' | Colin Ian King | 1 | -1/+3 |
2020-07-22 | ionic: interface file updates | Shannon Nelson | 1 | -20/+68 |
2020-07-22 | ionic: rearrange reset and bus-master control | Shannon Nelson | 1 | -5/+4 |
2020-07-22 | ionic: update eid test for overflow | Shannon Nelson | 1 | -1/+1 |
2020-07-22 | ionic: remove unused ionic_coal_hw_to_usec | Shannon Nelson | 1 | -13/+0 |
2020-07-22 | ionic: set netdev default name | Shannon Nelson | 1 | -0/+1 |
2020-07-22 | ionic: get MTU from lif identity | Shannon Nelson | 3 | -5/+15 |
2020-07-21 | ionic: use mutex to protect queue operations | Shannon Nelson | 3 | -25/+17 |
2020-07-21 | ionic: keep rss hash after fw update | Shannon Nelson | 1 | -3/+2 |
2020-07-21 | ionic: update filter id after replay | Shannon Nelson | 1 | -0/+24 |
2020-07-21 | ionic: fix up filter locks and debug msgs | Shannon Nelson | 2 | -10/+12 |
2020-07-21 | ionic: use offset for ethtool regs data | Shannon Nelson | 1 | -2/+5 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -41/+40 |
2020-07-09 | devlink: Replace devlink_port_attrs_set parameters with a struct | Danielle Ratson | 1 | -2/+3 |
2020-07-08 | ionic: centralize queue reset code | Shannon Nelson | 3 | -41/+32 |
2020-06-27 | docs: networking: reorganize driver documentation again | Jakub Kicinski | 1 | -1/+1 |
2020-06-26 | ionic: update the queue count on open | Shannon Nelson | 1 | -0/+8 |
2020-06-21 | ionic: tame the watchdog timer on reconfig | Shannon Nelson | 1 | -7/+8 |
2020-06-18 | ionic: export features for vlans to use | Shannon Nelson | 1 | -0/+1 |
2020-06-18 | ionic: no link check while resetting queues | Shannon Nelson | 1 | -1/+2 |
2020-06-12 | ionic: add pcie_print_link_status | Shannon Nelson | 1 | -0/+1 |
2020-06-11 | ionic: remove support for mgmt device | Shannon Nelson | 4 | -25/+0 |
2020-06-09 | ionic: wait on queue start until after IFF_UP | Shannon Nelson | 1 | -2/+2 |
2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -16/+21 |
2020-05-12 | ionic: add more ethtool stats | Shannon Nelson | 5 | -13/+170 |
2020-05-12 | ionic: more ionic name tweaks | Shannon Nelson | 3 | -13/+14 |
2020-05-12 | ionic: ionic_intr_free parameter change | Shannon Nelson | 1 | -6/+6 |
2020-05-12 | ionic: reset device at probe | Shannon Nelson | 1 | -0/+1 |
2020-05-12 | ionic: shorter dev cmd wait time | Shannon Nelson | 1 | -1/+1 |
2020-05-12 | ionic: add support for more xcvr types | Shannon Nelson | 1 | -0/+3 |
2020-05-12 | ionic: protect vf calls from fw reset | Shannon Nelson | 1 | -1/+25 |
2020-05-12 | ionic: updates to ionic FW api description | Shannon Nelson | 1 | -403/+576 |
2020-05-12 | ionic: support longer tx sg lists | Shannon Nelson | 8 | -30/+263 |
2020-05-12 | ionic: call ionic_port_init after fw-upgrade | Shannon Nelson | 2 | -9/+10 |
2020-05-12 | ionic: leave netdev mac alone after fw-upgrade | Shannon Nelson | 1 | -7/+11 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+3 |
2020-05-07 | ionic: Use debugfs_create_bool() to export bool | Geert Uytterhoeven | 1 | -2/+1 |
2020-05-01 | ionic: add device reset to fw upgrade down | Shannon Nelson | 1 | -0/+1 |
2020-05-01 | ionic: refresh devinfo after fw-upgrade | Shannon Nelson | 1 | -0/+1 |
2020-05-01 | ionic: no link check until after probe | Shannon Nelson | 1 | -2/+0 |
2020-04-21 | drivers: Remove inclusion of vermagic header | Leon Romanovsky | 1 | -1/+1 |
2020-04-15 | ionic: fix unused assignment | Shannon Nelson | 1 | -1/+1 |