summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-06-24gve: Introduce a new model for device optionsBailey Forrest
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest
2021-06-24gve: Move some static functions to a common fileBailey Forrest
2021-06-24net: sparx5: add ethtool configuration and statistics supportSteen Hegelund
2021-06-24net: sparx5: add calendar bandwidth allocation supportSteen Hegelund
2021-06-24net: sparx5: add switching supportSteen Hegelund
2021-06-24net: sparx5: add vlan supportSteen Hegelund
2021-06-24net: sparx5: add mactable supportSteen Hegelund
2021-06-24net: sparx5: add port module supportSteen Hegelund
2021-06-24net: sparx5: add hostmode with phylink supportSteen Hegelund
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen
2021-06-22net/mlx5: remove "default n" from Kconfigcaihuoqing
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong
2021-06-22net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi
2021-06-22stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter
2021-06-22octeontx2-af: Avoid field-overflowing memcpy()Kees Cook
2021-06-22net: mvpp2: remove unused 'has_phy' fieldMarcin Wojtas
2021-06-22net: mvpp2: enable using phylink with ACPIMarcin Wojtas
2021-06-22net: mvmdio: add ACPI supportMarcin Wojtas
2021-06-22net/fsl: switch to fwnode_mdiobus_registerMarcin Wojtas
2021-06-21ibmvnic: Use strscpy() instead of strncpy()Kees Cook
2021-06-21net: ll_temac: Remove left-over debug messageEsben Haabendal
2021-06-21net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET
2021-06-21net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan
2021-06-21net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter
2021-06-21net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter
2021-06-21net: hns3: fix a double shift bugDan Carpenter
2021-06-21net: hns3: fix different snprintf() limitDan Carpenter
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-06-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-18net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin
2021-06-18net: hns3: fix reuse conflict of the rx pageYunsheng Lin
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal
2021-06-18net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal
2021-06-18net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal
2021-06-18net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal
2021-06-18qlcnic: remove redundant continue statementColin Ian King
2021-06-18net: stmmac: remove redundant continue statementColin Ian King