summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2023-02-15igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen-10/+32
2023-02-15Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-12/+20
2023-02-14igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar-6/+6
2023-02-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-2/+28
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing-2/+3
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing-1/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing-9/+16
2023-02-14net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea-1/+1
2023-02-13net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink-1/+2
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg-0/+26
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski-2/+2
2023-02-13bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan-2/+6
2023-02-13net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson-4/+4
2023-02-10i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova-0/+2
2023-02-10ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba-6/+9
2023-02-10net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown QuirkSiddharth Vadapalli-1/+12
2023-02-09vmxnet3: move rss code block under eop descriptorRonak Doshi-25/+25
2023-02-09nfp: fix schedule in atomic context when offloading saYinjun Zhang-70/+87
2023-02-09nfp: fix incorrect use of mbox in IPsec codeYinjun Zhang-4/+12
2023-02-09net: bgmac: fix BCM5358 support by setting correct flagsRafał Miłecki-3/+3
2023-02-09net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...Vladimir Oltean-4/+4
2023-02-08Merge tag 'mlx5-fixes-2023-02-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-123/+76
2023-02-08net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0Vladimir Oltean-10/+14
2023-02-08nfp: ethtool: fix the bug of setting unsupported port speedYu Xiao-36/+170
2023-02-08net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()Tariq Toukan-2/+2
2023-02-08net: ethernet: mtk_eth_soc: enable special tag when any MAC uses DSAArınç ÜNAL-5/+3
2023-02-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-22/+30
2023-02-07igc: Add ndo_tx_timeout supportSasha Neftin-2/+23
2023-02-07net: mana: Fix accessing freed irq affinity_hintHaiyang Zhang-26/+11
2023-02-07hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMICMichael Kelley-1/+1
2023-02-07net/mlx5: Serialize module cleanup with reload and removeShay Drory-7/+7
2023-02-07net/mlx5: fw_tracer, Zero consumer index when reloading the tracerShay Drory-1/+1
2023-02-07net/mlx5: fw_tracer, Clear load bit when freeing string DBs buffersShay Drory-0/+1
2023-02-07net/mlx5: Expose SF firmware pages counterMaher Sanalla-1/+2
2023-02-07net/mlx5: Store page counters in a single arrayMaher Sanalla-20/+25
2023-02-07net/mlx5e: IPoIB, Show unknown speed instead of errorDragos Tatulea-8/+5
2023-02-07net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev modeAmir Tzin-1/+5
2023-02-07net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov-5/+1
2023-02-07net/mlx5: DR, Fix potential race in dr_rule_create_rule_nicYevgeny Kliteynik-10/+15
2023-02-07net/mlx5e: Update rx ring hw mtu upon each rx-fcs flag changeAdham Faris-71/+15
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean-12/+12
2023-02-07net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean-7/+19
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong-1/+1
2023-02-06ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter-1/+1
2023-02-06ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley-1/+15
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski-18/+12
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan-1/+1
2023-02-06net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern-3/+1
2023-02-06net: microchip: sparx5: fix PTP init/deinit not checking all portsCasper Andersson-2/+2
2023-02-03ionic: missed doorbell workaroundAllen Hubbe-4/+176