index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
Age
Commit message (
Expand
)
Author
2023-01-10
ixgbe: fix pci device refcount leak
Yang Yingliang
2022-12-05
xfrm: allow state packet offload mode
Leon Romanovsky
2022-11-04
ixgbe: Remove unneeded semicolon
Yang Li
2022-11-04
ixgbe: Remove local variable
Anirudh Venkataramanan
2022-11-04
ixgbe: change MAX_RXD/MAX_TXD based on adapter type
Daniel Willenson
2022-10-31
ptp: introduce helpers to adjust by scaled parts per million
Jacob Keller
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter
Jacob Keller
2022-08-18
ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
Jeff Daly
2022-08-18
ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
Fabio M. De Francesco
2022-07-28
ixgbe: convert .adjfreq to .adjfine
Jacob Keller
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-18
ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
Piotr Skajewski
2022-06-30
ixgbe: drop unexpected word 'for' in comments
Jiang Jian
2022-06-30
ixgbe: remove unexpected word "the"
Jiang Jian
2022-06-30
intel: remove unused macros
Jesse Brandeburg
2022-06-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2022-06-09
drivers/net/ethernet/intel: fix typos in comments
Julia Lawall
2022-06-09
ixgbe: Fix typos in comments
Jiaqing Zhao
2022-06-09
drivers, ixgbe: export vf statistics
Maximilian Heyne
2022-06-07
ixgbe: fix unexpected VLAN Rx in promisc mode on VF
Olivier Matz
2022-06-07
ixgbe: fix bcast packets Rx on VF after promisc removal
Olivier Matz
2022-05-13
ixgbe: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-05-06
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-05-06
ixgbe: propagate XFRM offload state direction instead of flags
Leon Romanovsky
2022-05-05
ixgbe: Fix module_param allow_unsupported_sfp type
Jeff Daly
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
ixgbe: ensure IPsec VF<->PF compatibility
Leon Romanovsky
2022-04-21
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full
Maciej Fijalkowski
2022-04-15
ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()
Maciej Fijalkowski
2022-03-08
ixgbe: add improvement for MDD response functionality
Slawomir Mrozowicz
2022-03-08
ixgbe: add the ability for the PF to disable VF link state
Slawomir Mrozowicz
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
2022-02-23
ixgbe: Remove non-inclusive language
Piotr Skajewski
2022-01-31
ixgbe: respect metadata on XSK Rx to skb
Alexander Lobakin
2022-01-31
ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
2022-01-31
ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
Alexander Lobakin
2022-01-27
ixgbe: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-28
ixgbe: switch to napi_build_skb()
Alexander Lobakin
[next]