aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-8/+8
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge1-0/+1
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann1-1/+1
2020-05-14sfc: Add XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-05-13sfc: fix dereference of table before it is null checkedColin Ian King1-4/+1
2020-05-12sfc: siena_check_caps() can be staticEdward Cree1-2/+2
2020-05-12sfc: actually wire up siena_check_caps()Edward Cree1-0/+1
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree3-16/+27
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree2-12/+10
2020-05-11sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree3-7/+7
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree3-75/+90
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree5-23/+30
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree2-15/+5
2020-05-11sfc: make capability checking a nic_type functionTom Zhao4-0/+40
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree7-38/+29
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+18
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski2-6/+6
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer4-8/+15
2020-03-15net: sfc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-14/+18
2020-03-14sfc: support configuring vf spoofchk on EF10 VFsEdward Cree1-3/+63
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-31/+79
2020-03-12sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches1-16/+20
2020-03-09sfc: detach from cb_page in efx_copy_channel()Edward Cree1-0/+1
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao6-31/+78
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+35
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-19sfc: remove unused variable 'efx_default_channel_type'YueHaibing1-1/+0
2020-02-18sfc: elide assignment of skbEdward Cree1-2/+1
2020-02-17sfc: move some ARFS code out of headersEdward Cree2-18/+17
2020-02-17sfc: only schedule asynchronous filter work if neededEdward Cree2-2/+8
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds35-7282/+7972
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)3-2246/+2271
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)2-139/+211
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)1-276/+282
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-13sfc/ethtool_common: Make some function to staticZhang Xiaoxu1-8/+9
2020-01-10sfc: remove set but not used variable 'nic_data'YueHaibing1-3/+0
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing1-1/+0
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)8-276/+273
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)6-64/+66
2020-01-10sfc: move RSS codeAlex Maftei (amaftei)4-70/+72
2020-01-10sfc: move a couple more functionsAlex Maftei (amaftei)6-51/+56
2020-01-10sfc: move some ethtool codeAlex Maftei (amaftei)4-442/+489
2020-01-10sfc: move various functionsAlex Maftei (amaftei)11-76/+88
2020-01-10sfc: move more rx codeAlex Maftei (amaftei)4-208/+224
2020-01-10sfc: move more tx codeAlex Maftei (amaftei)3-77/+78