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
/
netronome
Age
Commit message (
Expand
)
Author
2016-09-30
nfp: bpf: zero extend 4 byte context loads
Jakub Kicinski
2016-09-26
nfp: bpf: improve handling for disabled BPF syscall
Arnd Bergmann
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-21
nfp: bpf: add offload of TC direct action mode
Jakub Kicinski
2016-09-21
nfp: bpf: add support for legacy redirect action
Jakub Kicinski
2016-09-21
nfp: bpf: add packet marking support
Jakub Kicinski
2016-09-21
nfp: bpf: allow offloaded filters to update stats
Jakub Kicinski
2016-09-21
nfp: bpf: add hardware bpf offload
Jakub Kicinski
2016-09-21
nfp: add BPF to NFP code translator
Jakub Kicinski
2016-09-16
nfp: fix error return code in nfp_net_netdev_open()
Wei Yongjun
2016-09-08
nfp: don't pad frames on receive
Jakub Kicinski
2016-09-08
nfp: drop support for old firmware ABIs
Jakub Kicinski
2016-09-08
nfp: remove linux/version.h includes
Jakub Kicinski
2016-07-11
nfp: check idx is -ENOSPC before using it is an index
Colin Ian King
2016-06-30
nfp: implement ethtool .get_link() callback
Jakub Kicinski
2016-06-30
nfp: remove unused parameter from nfp_net_write_mac_addr()
Jakub Kicinski
2016-06-30
nfp: correct name of control BAR define
Jakub Kicinski
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-17
nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
2016-06-16
nfp: use correct index to mask link state irq
Jakub Kicinski
2016-04-16
nfp: add async reconfiguration mechanism
Jakub Kicinski
2016-04-16
nfp: remove buggy RX buffer length validation
Jakub Kicinski
2016-04-16
nfp: remove unused suspicious mask defines
Jakub Kicinski
2016-04-16
nfp: correct names of constants in comments
Jakub Kicinski
2016-04-16
nfp: remove unnecessary static
Jakub Kicinski
2016-04-16
nfp: check the right pointer for errors
Jakub Kicinski
2016-04-08
nfp: allow ring size reconfiguration at runtime
Jakub Kicinski
2016-04-08
nfp: pass ring count as function parameter
Jakub Kicinski
2016-04-08
nfp: convert .ndo_change_mtu() to prepare/commit paradigm
Jakub Kicinski
2016-04-08
nfp: propagate list buffer size in struct rx_ring
Jakub Kicinski
2016-04-08
nfp: sync ring state during FW reconfiguration
Jakub Kicinski
2016-04-08
nfp: slice .ndo_open() and .ndo_stop() up
Jakub Kicinski
2016-04-08
nfp: move filling ring information to FW config
Jakub Kicinski
2016-04-08
nfp: preallocate RX buffers early in .ndo_open
Jakub Kicinski
2016-04-08
nfp: reorganize initial filling of RX rings
Jakub Kicinski
2016-04-08
nfp: cleanup tx ring flush and rename to reset
Jakub Kicinski
2016-04-08
nfp: allocate ring SW structs dynamically
Jakub Kicinski
2016-04-08
nfp: make *x_ring_init do all the init
Jakub Kicinski
2016-04-08
nfp: break up nfp_net_{alloc|free}_rings
Jakub Kicinski
2016-04-08
nfp: move link state interrupt request/free calls
Jakub Kicinski
2016-04-08
nfp: correct RX buffer length calculation
Jakub Kicinski
2016-03-01
asm-generic: remove old nonatomic-io wrapper files
Arnd Bergmann
2015-12-18
nfp: call netif_carrier_off() during init
Jakub Kicinski
2015-12-17
nfp: clear ring delayed kick counters
Jakub Kicinski
2015-12-15
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-03
net: add driver for Netronome NFP4000/NFP6000 NIC VFs
Jakub Kicinski