index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
1
-4
/
+4
2018-12-12
bpf: arm64: Enable arm64 jit to provide bpf_line_info
Martin KaFai Lau
1
-0
/
+1
2018-12-11
bpf: fix up uapi helper description and sync bpf header with tools
Daniel Borkmann
2
-49
/
+50
2018-12-11
neighbor: gc_list changes should be protected by table lock
David Ahern
1
-5
/
+10
2018-12-11
net/sched: Remove egdev mechanism
Oz Shlomo
3
-297
/
+1
2018-12-11
net/mlx5e: Add GRE protocol offloading
Oz Shlomo
2
-1
/
+89
2018-12-11
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
4
-16
/
+13
2018-12-11
net/mlx5e: Move TC tunnel offloading code to separate source file
Oz Shlomo
6
-496
/
+548
2018-12-11
net/mlx5e: Branch according to classified tunnel type
Oz Shlomo
2
-48
/
+114
2018-12-11
net/mlx5e: Refactor VXLAN tunnel decap offloading code
Oz Shlomo
1
-39
/
+51
2018-12-11
net/mlx5e: Refactor VXLAN tunnel encap offloading code
Oz Shlomo
1
-119
/
+70
2018-12-11
net/mlx5e: Replace egdev with indirect block notifications
Oz Shlomo
2
-25
/
+36
2018-12-11
net/mlx5e: Propagate the filter's net device to mlx5e structures
Oz Shlomo
1
-7
/
+19
2018-12-11
net/mlx5e: Provide the TC filter netdev as parameter to flower callbacks
Oz Shlomo
4
-12
/
+18
2018-12-11
net/mlx5e: Support TC indirect block notifications for eswitch uplink reprs
Oz Shlomo
4
-0
/
+210
2018-12-11
net/mlx5e: Store eswitch uplink representor state on a dedicated struct
Oz Shlomo
3
-5
/
+12
2018-12-10
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
3
-56
/
+56
2018-12-10
tools/bpf: sync kernel uapi bpf.h to tools directory
Yonghong Song
1
-3
/
+3
2018-12-10
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
2
-22
/
+22
2018-12-10
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
1
-2
/
+2
2018-12-10
net/mlx5: Remove the get protocol device interface entry
Or Gerlitz
3
-32
/
+0
2018-12-10
net/mlx5: Support extended destination format in flow steering command
Eli Britstein
2
-7
/
+75
2018-12-10
net/mlx5: E-Switch, Change vhca id valid bool field to bit flag
Eli Britstein
3
-5
/
+12
2018-12-10
net/mlx5: Introduce extended destination fields
Eli Britstein
1
-3
/
+16
2018-12-10
net/mlx5: Revise gre and nvgre key formats
Oz Shlomo
3
-8
/
+17
2018-12-10
net/mlx5: Add monitor commands layout and event data
Eyal Davidovich
5
-1
/
+96
2018-12-10
net/mlx5: Add support for plugged-disabled cable status in PME
Mikhael Goikhman
2
-0
/
+3
2018-12-10
net/mlx5: Add support for PCIe power slot exceeded error in PME
Mikhael Goikhman
2
-0
/
+3
2018-12-10
net/mlx5: Rework handling of port module events
Mikhael Goikhman
3
-45
/
+65
2018-12-10
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
3
-3
/
+3
2018-12-10
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
Eric Dumazet
1
-5
/
+2
2018-12-10
net: dsa: ksz: Add reset GPIO handling
Marek Vasut
2
-0
/
+19
2018-12-10
net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding
Marek Vasut
1
-0
/
+4
2018-12-10
bonding: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+1
2018-12-10
fjes: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+1
2018-12-10
net: xenbus: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-15
/
+3
2018-12-10
ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-12
/
+1
2018-12-10
ipvlan: Remove a useless comparison
YueHaibing
1
-1
/
+1
2018-12-10
net: hns3: fix spelling mistake "offser" -> "offset"
Colin Ian King
1
-1
/
+1
2018-12-10
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
2
-4
/
+25
2018-12-10
net/mlx5: Move flow counters data structures from flow steering header
Saeed Mahameed
2
-23
/
+23
2018-12-10
IB/mlx5: Use helper to get CQE opcode
Tariq Toukan
1
-4
/
+4
2018-12-10
net/mlx5: Use helper to get CQE opcode
Tariq Toukan
4
-7
/
+12
2018-12-10
net/mlx5: When fetching CQEs return CQE instead of void pointer
Daniel Jurgens
1
-1
/
+1
2018-12-10
Linux 4.20-rc6
v4.20-rc6
Linus Torvalds
1
-1
/
+1
2018-12-09
media: bpf: add bpf function to report mouse movement
Sean Young
7
-23
/
+109
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
12
-25
/
+516
2018-12-09
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
5
-89
/
+239
2018-12-09
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
4
-177
/
+177
2018-12-09
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
1
-17
/
+580
[next]