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
/
i40e
Age
Commit message (
Expand
)
Author
2018-10-03
i40e: Remove unnecessary print statement
Nathan Chancellor
2018-10-03
i40e: Use proper enum in i40e_ndo_set_vf_link_state
Nathan Chancellor
2018-09-25
i40e: disallow changing the number of descriptors when AF_XDP is on
Björn Töpel
2018-09-25
i40e: clean zero-copy XDP Rx ring on shutdown/reset
Björn Töpel
2018-09-25
i40e: clean zero-copy XDP Tx ring on shutdown/reset
Björn Töpel
2018-09-25
i40e: Remove unused msglen parameter from virtchnl functions
Patryk Małek
2018-09-25
i40e: fix double 'NIC Link is Down' messages
Sergey Nemov
2018-09-25
i40e: add a helper function to validate a VF based on the vf id
Harshitha Ramamurthy
2018-09-25
i40e: use declared variables for pf and hw
Patryk Małek
2018-09-25
i40e: Unset promiscuous settings on VF reset
Mariusz Stachura
2018-09-25
i40e: Fix VF's link state notification
Mariusz Stachura
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
2018-09-08
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
2018-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
2018-09-01
i40e: fix possible compiler warning in xsk TX path
Magnus Karlsson
2018-08-30
i40e: Prevent deleting MAC address from VF when set by PF
Patryk Małek
2018-08-30
i40e: hold the rtnl lock on clearing interrupt scheme
Patryk Małek
2018-08-30
i40e: Check and correct speed values for link on open
Jan Sokolowski
2018-08-30
i40e: report correct statistics when XDP is enabled
Björn Töpel
2018-08-30
i40e: static analysis report from community
Martyna Szapar
2018-08-30
i40e: use correct length for strncpy
Mitch Williams
2018-08-30
i40evf: Change a VF mac without reloading the VF driver
Paweł Jabłoński
2018-08-30
i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.h
Jacob Keller
2018-08-30
i40e: convert queue stats to i40e_stats array
Jacob Keller
2018-08-29
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
2018-08-29
i40e: move common Tx functions to i40e_txrx_common.h
Magnus Karlsson
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
2018-08-29
i40e: move common Rx functions to i40e_txrx_common.h
Björn Töpel
2018-08-29
i40e: refactor Rx path for re-use
Björn Töpel
2018-08-29
i40e: added queue pair disable/enable functions
Björn Töpel
2018-08-24
i40e: fix condition of WARN_ONCE for stat strings
Jacob Keller
2018-08-24
i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
Martyna Szapar
2018-08-07
i40e_txrx: mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
i40e_main: mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
i40e: fix i40e_add_queue_stats data pointer update
Jacob Keller
2018-08-07
i40e: Add AQ command for rearrange NVM structure
Piotr Azarewicz
2018-08-07
i40e: Add additional return code to i40e_asq_send_command
Piotr Azarewicz
2018-08-07
i40e: fix warning about shadowed ring parameter
Jacob Keller
2018-08-07
i40e: remove unnecessary i variable causing -Wshadow warning
Jacob Keller
2018-08-07
i40e: convert priority flow control stats to use helpers
Jacob Keller
2018-08-07
i40e: convert VEB TC stats to use an i40e_stats array
Jacob Keller
2018-08-07
i40e: Set fec_config when forcing link state
Mariusz Stachura
2018-08-07
i40e: add helper to copy statistic values into ethtool buffer
Jacob Keller
2018-08-07
i40e: add helper function for copying strings from stat arrays
Jacob Keller
2018-08-07
i40e: Remove duplicated prepare call in i40e_shutdown
Sergey Nemov
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-28
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
[next]