Age | Commit message (Expand) | Author |
2020-03-09 | sfc: detach from cb_page in efx_copy_channel() | Edward Cree |
2020-03-05 | sfc: complete the next packet when we receive a timestamp | Tom Zhao |
2020-02-27 | sfc: fix timestamp reconstruction at 16-bit rollover points | Alex Maftei (amaftei) |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-27 | sfc: move mcdi filtering code | Alex Maftei (amaftei) |
2020-01-27 | sfc: create header for mcdi filtering code | Alex Maftei (amaftei) |
2020-01-27 | sfc: rename mcdi filtering functions/structs | Alex Maftei (amaftei) |
2020-01-16 | sfc: remove duplicated include from efx.c | YueHaibing |
2020-01-13 | sfc/ethtool_common: Make some function to static | Zhang Xiaoxu |
2020-01-10 | sfc: remove set but not used variable 'nic_data' | YueHaibing |
2020-01-10 | sfc: remove duplicated include from ef10.c | YueHaibing |
2020-01-10 | sfc: move RPS code | Alex Maftei (amaftei) |
2020-01-10 | sfc: move yet more functions | Alex Maftei (amaftei) |
2020-01-10 | sfc: move RSS code | Alex Maftei (amaftei) |
2020-01-10 | sfc: move a couple more functions | Alex Maftei (amaftei) |
2020-01-10 | sfc: move some ethtool code | Alex Maftei (amaftei) |
2020-01-10 | sfc: move various functions | Alex Maftei (amaftei) |
2020-01-10 | sfc: move more rx code | Alex Maftei (amaftei) |
2020-01-10 | sfc: move more tx code | Alex Maftei (amaftei) |
2020-01-10 | sfc: refactor selftest work init code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move MCDI logging device attribute | Alex Maftei (amaftei) |
2020-01-09 | sfc: conditioned some functionality | Alex Maftei (amaftei) |
2020-01-09 | sfc: move MCDI receive queue management code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move MCDI transmit queue management code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move MCDI event queue management code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move MCDI VI alloc/free code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move more MCDI port code | Alex Maftei (amaftei) |
2020-01-09 | sfc: move some MCDI port utility functions | Alex Maftei (amaftei) |
2020-01-09 | sfc: move some port link state/caps code | Alex Maftei (amaftei) |
2020-01-08 | net: sfc: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld |
2020-01-08 | sfc: move common tx code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move common rx code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move event queue management code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move channel interrupt management code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move channel alloc/removal code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move channel start/stop code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move some channel-related code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move struct init and fini code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move some device reset code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move datapath management code | Alex Maftei (amaftei) |
2020-01-08 | sfc: move mac configuration and status functions | Alex Maftei (amaftei) |
2020-01-08 | sfc: move reset workqueue code | Alex Maftei (amaftei) |
2020-01-08 | sfc: further preparation for code split | Alex Maftei (amaftei) |
2020-01-08 | sfc: add new headers in preparation for code split | Alex Maftei (amaftei) |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2020-01-02 | sfc: Remove unnecessary dependencies on I2C | Ben Hutchings |
2019-12-30 | sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()' | Christophe JAILLET |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-20 | sfc: Include XDP packet headroom in buffer step size. | Charles McLachlan |
2019-12-20 | sfc: fix channel allocation with brute force | Edward Cree |