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
/
nfp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-13
/
+98
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-18
/
+33
2018-10-18
net: Add netif_is_vxlan()
Ido Schimmel
1
-1
/
+2
2018-10-17
nfp: bpf: double check vNIC capabilities after object sharing
Jakub Kicinski
3
-6
/
+22
2018-10-17
nfp: bpf: protect against mis-initializing atomic counters
Jakub Kicinski
3
-7
/
+76
2018-10-16
nfp: flower: use offsets provided by pedit instead of index for ipv6
Pieter Jansen van Vuuren
1
-11
/
+15
2018-10-16
nfp: flower: fix multiple keys per pedit action
Pieter Jansen van Vuuren
1
-4
/
+12
2018-10-16
nfp: flower: fix pedit set actions for multiple partial masks
Pieter Jansen van Vuuren
1
-6
/
+9
2018-10-16
nfp: devlink port split support for 1x100G CXP NIC
Ryan C Goodfellow
1
-3
/
+14
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
69
-2213
/
+138
2018-10-11
nfp: flower: use host context count provided by firmware
Pieter Jansen van Vuuren
3
-15
/
+27
2018-10-11
nfp: flower: use stats array instead of storing stats per flow
Pieter Jansen van Vuuren
3
-41
/
+40
2018-10-11
nfp: flower: use rhashtable for flow caching
Pieter Jansen van Vuuren
6
-22
/
+82
2018-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-60
/
+698
2018-10-08
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
3
-1
/
+6
2018-10-08
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
3
-23
/
+78
2018-10-08
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
1
-1
/
+27
2018-10-08
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2
-3
/
+24
2018-10-08
nfp: bpf: account for additional stack usage when checking stack limit
Quentin Monnet
2
-8
/
+68
2018-10-08
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
5
-4
/
+295
2018-10-08
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
2
-11
/
+27
2018-10-08
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
Quentin Monnet
2
-4
/
+13
2018-10-08
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
3
-0
/
+29
2018-10-08
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
3
-8
/
+8
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
1
-1
/
+7
2018-10-04
Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-1
/
+2
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+12
2018-10-04
devlink: Add extack for eswitch operations
Eli Britstein
1
-1
/
+2
2018-10-02
nfp: avoid soft lockups under control message storm
Jakub Kicinski
1
-5
/
+12
2018-10-02
nfp: bpf: allow control message sizing for map ops
Jakub Kicinski
5
-17
/
+83
2018-10-02
nfp: allow apps to request larger MTU on control vNIC
Jakub Kicinski
2
-2
/
+16
2018-10-02
nfp: bpf: parse global BPF ABI version capability
Jakub Kicinski
3
-4
/
+44
2018-10-02
nfp: warn on experimental TLV types
Jakub Kicinski
2
-0
/
+15
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-18
/
+0
2018-09-24
nfp: remove ndo_poll_controller
Eric Dumazet
1
-18
/
+0
2018-09-20
nfp: provide a better warning when ring allocation fails
Jakub Kicinski
1
-4
/
+12
2018-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-1
/
+19
2018-09-12
nfp: report FW vNIC stats in interface stats
Jakub Kicinski
1
-0
/
+9
2018-09-12
nfp: flower: reject tunnel encap with ipv6 outer headers for offloading
Louis Peens
1
-0
/
+6
2018-09-12
nfp: flower: fix vlan match by checking both vlan id and vlan pcp
Pieter Jansen van Vuuren
3
-1
/
+13
2018-09-08
nfp: replace spin_lock_bh with spin_lock in tasklet callback
jun qian
1
-2
/
+2
2018-09-06
nfp: separate VXLAN and GRE feature handling
Jakub Kicinski
1
-7
/
+10
2018-09-06
nfp: validate rtsym accesses fall within the symbol
Jakub Kicinski
1
-3
/
+45
2018-09-06
nfp: prefix rtsym error messages with symbol name
Jakub Kicinski
1
-10
/
+11
2018-09-06
nfp: fix readq on absolute RTsyms
Jakub Kicinski
1
-2
/
+4
2018-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+33
2018-09-01
nfp: wait for posted reconfigs when disabling the device
Jakub Kicinski
1
-15
/
+33
2018-08-29
nfp: make RTsym users handle absolute symbols correctly
Jakub Kicinski
3
-32
/
+21
2018-08-29
nfp: support access to absolute RTsyms
Jakub Kicinski
2
-9
/
+46
2018-08-29
nfp: convert all RTsym users to use new read/write helpers
Jakub Kicinski
3
-46
/
+23
[next]