summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-02-15igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen
2023-02-15Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi
2023-02-15i40e: check vsi type before setting xdp_features flagLorenzo Bianconi
2023-02-14igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar
2023-02-14ice: Mention CEE DCBX in code commentZhu Yanjun
2023-02-14ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin
2023-02-13ice: Fix XDP Tx ring overrunAlexander Lobakin
2023-02-13ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski
2023-02-10i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova
2023-02-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-02-10ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09net/i40e: Replace 0-length array with flexible arrayKees Cook
2023-02-09i40e: use ERR_PTR error print in i40e messagesJan Sokolowski
2023-02-09i40e: use int for i40e_statusJan Sokolowski
2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski
2023-02-09i40e: Remove unused i40e status codesJan Sokolowski
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-02-07igc: Add ndo_tx_timeout supportSasha Neftin
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong
2023-02-06ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter
2023-02-06ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller
2023-02-06ice: introduce .irq_close VF operationJacob Keller
2023-02-06ice: introduce clear_reset_state operationJacob Keller
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller
2023-02-06ice: add a function to initialize vf entryJacob Keller
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller