aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-10-19ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-09-19ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-08-03vxlan: calculate correct header length for GPEJiri Benc
2023-05-17ixgbe: Fix panic during XDP_TX with > 64 CPUsJohn Hickey
2023-05-11ixgbe: Enable setting RSS table to default valuesJoe Damato
2023-05-11ixgbe: Allow flow hash to be set via ethtoolJoe Damato
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing
2023-02-22ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing
2023-01-18ixgbe: fix pci device refcount leakYang Yingliang
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller
2022-08-18ixgbe: Manual AN-37 for troublesome link partners for X550 SFIJeff Daly
2022-08-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco
2022-07-28ixgbe: convert .adjfreq to .adjfineJacob Keller
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-06-30ixgbe: drop unexpected word 'for' in commentsJiang Jian
2022-06-30ixgbe: remove unexpected word "the"Jiang Jian
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall
2022-06-09ixgbe: Fix typos in commentsJiaqing Zhao
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-06ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky
2022-05-05ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky
2022-04-21ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski
2022-04-15ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski
2022-04-15ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski
2022-04-15ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski
2022-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski
2022-01-31ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin
2022-01-31ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin
2022-01-31ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin
2022-01-27ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds