index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
drivers/net: netronome: Convert timers to use timer_setup()
Kees Cook
4
-12
/
+12
2017-10-24
nfp: bpf: optimize mov64 a little
Jakub Kicinski
1
-6
/
+15
2017-10-24
nfp: bpf: support stack accesses via non-constant pointers
Jakub Kicinski
3
-10
/
+45
2017-10-24
nfp: bpf: support accessing the stack beyond 64 bytes
Jakub Kicinski
3
-14
/
+111
2017-10-24
nfp: bpf: allow stack accesses via modified stack registers
Jakub Kicinski
3
-17
/
+33
2017-10-24
nfp: bpf: optimize the RMW for stack accesses
Jakub Kicinski
1
-8
/
+25
2017-10-24
nfp: bpf: add stack read support
Jakub Kicinski
1
-5
/
+76
2017-10-24
nfp: bpf: add stack write support
Jakub Kicinski
4
-5
/
+147
2017-10-24
nfp: bpf: refactor nfp_bpf_check_ptr()
Jakub Kicinski
1
-6
/
+12
2017-10-24
nfp: bpf: add helper for emitting nops
Jakub Kicinski
1
-3
/
+8
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+19
2017-10-22
nfp: use struct fields for 8 bit-wide access
Pieter Jansen van Vuuren
2
-74
/
+39
2017-10-21
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*
Jiri Pirko
2
-4
/
+0
2017-10-21
nfp: bpf: Convert ndo_setup_tc offloads to block callbacks
Jiri Pirko
1
-9
/
+45
2017-10-21
nfp: flower: Convert ndo_setup_tc offloads to block callbacks
Jiri Pirko
1
-8
/
+48
2017-10-15
nfp: Explicitly include linux/bug.h
Mark Brown
2
-0
/
+2
2017-10-14
nfp: bpf: support direct packet access in TC
Jakub Kicinski
1
-2
/
+15
2017-10-14
nfp: bpf: direct packet access - write
Jakub Kicinski
3
-9
/
+109
2017-10-14
nfp: bpf: add support for direct packet access - read
Jakub Kicinski
5
-11
/
+105
2017-10-14
nfp: bpf: separate I/O from checks for legacy data load
Jakub Kicinski
1
-37
/
+40
2017-10-14
nfp: bpf: fix context accesses
Jakub Kicinski
1
-20
/
+29
2017-10-14
nfp: bpf: support BPF offload only on little endian
Jakub Kicinski
1
-0
/
+2
2017-10-14
nfp: bpf: implement byte swap instruction
Jakub Kicinski
1
-0
/
+38
2017-10-14
nfp: bpf: add mov helper
Jakub Kicinski
1
-16
/
+15
2017-10-14
nfp: bpf: fix compare instructions
Jakub Kicinski
1
-9
/
+12
2017-10-14
nfp: bpf: add missing return in jne_imm optimization
Jakub Kicinski
1
-0
/
+1
2017-10-14
nfp: bpf: reorder arguments to emit_ld_field_any()
Jakub Kicinski
1
-3
/
+3
2017-10-10
nfp: handle page allocation failures
Jakub Kicinski
1
-6
/
+14
2017-10-10
nfp: fix ethtool stats gather retry
Jakub Kicinski
1
-3
/
+5
2017-10-09
nfp: bpf: pass dst register to ld_field instruction
Jakub Kicinski
1
-1
/
+2
2017-10-09
nfp: bpf: byte swap the instructions
Jakub Kicinski
1
-2
/
+4
2017-10-09
nfp: bpf: pad code with valid nops
Jakub Kicinski
2
-1
/
+13
2017-10-09
nfp: bpf: calculate code store ECC
Jakub Kicinski
3
-0
/
+60
2017-10-09
nfp: bpf: move to datapath ABI version 2
Jakub Kicinski
3
-19
/
+26
2017-10-09
nfp: bpf: encode extended LM pointer operands
Jakub Kicinski
3
-20
/
+70
2017-10-09
nfp: bpf: encode LMEM accesses
Jakub Kicinski
2
-0
/
+85
2017-10-09
nfp: add more white space to the instruction defines
Jakub Kicinski
1
-78
/
+78
2017-10-09
nfp: bpf: remove packet marking support
Jakub Kicinski
2
-15
/
+1
2017-10-09
nfp: bpf: remove register rename
Jakub Kicinski
1
-43
/
+3
2017-10-09
nfp: bpf: encode all 64bit shifts
Jakub Kicinski
1
-12
/
+36
2017-10-09
nfp: bpf: move software reg helpers and cmd table out of translator
Jakub Kicinski
4
-147
/
+192
2017-10-09
nfp: bpf: use the power of sparse to check we encode registers right
Jakub Kicinski
3
-69
/
+99
2017-10-09
nfp: bpf: lift the single-port limitation
Jakub Kicinski
1
-8
/
+0
2017-10-09
nfp: output control messages to trace_devlink_hwmsg()
Jakub Kicinski
1
-0
/
+8
2017-10-06
nfp: add set tcp and udp header action flower offload
Pieter Jansen van Vuuren
2
-0
/
+51
2017-10-06
nfp: add set ipv6 source and destination address
Pieter Jansen van Vuuren
2
-0
/
+83
2017-10-06
nfp: add set ipv4 header action flower offload
Pieter Jansen van Vuuren
2
-0
/
+56
2017-10-06
nfp: add set ethernet header action flower offload
Pieter Jansen van Vuuren
2
-0
/
+93
2017-10-06
nfp: add IPv6 ttl and tos match offloading support
Pieter Jansen van Vuuren
2
-11
/
+10
2017-10-06
nfp: add IPv4 ttl and tos match offloading support
Pieter Jansen van Vuuren
2
-5
/
+10
[next]