index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mdio.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
net: sched: add Flow Queue PIE packet scheduler
Mohit P. Tahiliani
5
-0
/
+609
2020-01-23
net: sched: pie: export symbols to be reused by FQ-PIE
Mohit P. Tahiliani
2
-85
/
+97
2020-01-23
net: sched: pie: fix alignment in struct instances
Mohit P. Tahiliani
1
-9
/
+9
2020-01-23
net: sched: pie: fix commenting
Mohit P. Tahiliani
1
-5
/
+5
2020-01-23
pie: improve comments and commenting style
Mohit P. Tahiliani
1
-27
/
+58
2020-01-23
pie: rearrange structure members and their initializations
Mohit P. Tahiliani
2
-11
/
+11
2020-01-23
pie: use u8 instead of bool in pie_vars
Mohit P. Tahiliani
1
-2
/
+2
2020-01-23
pie: rearrange macros in order of length
Mohit P. Tahiliani
1
-5
/
+5
2020-01-23
pie: use U64_MAX to denote (2^64 - 1)
Mohit P. Tahiliani
1
-2
/
+2
2020-01-23
net: sched: pie: move common code to pie.h
Mohit P. Tahiliani
2
-85
/
+97
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
19
-230
/
+20
2020-01-23
bpf: tcp: Add bpf_cubic example
Martin KaFai Lau
3
-0
/
+585
2020-01-23
bpf: Sync uapi bpf.h to tools/
Martin KaFai Lau
1
-1
/
+8
2020-01-23
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
6
-1
/
+48
2020-01-22
selftests/bpf: Add tests for program extensions
Alexei Starovoitov
3
-2
/
+83
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
6
-4
/
+18
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
8
-28
/
+283
2020-01-22
net: convert additional drivers to use phy_do_ioctl
Heiner Kallweit
6
-37
/
+6
2020-01-22
bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
Chris Down
1
-2
/
+2
2020-01-22
selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS
Daniel Díaz
1
-1
/
+1
2020-01-22
bpf: Fix error path under memory pressure
Alexei Starovoitov
1
-2
/
+7
2020-01-22
bpf: Fix trampoline usage in preempt
Alexei Starovoitov
1
-0
/
+10
2020-01-22
xsk, net: Make sock_def_readable() have external linkage
Björn Töpel
3
-2
/
+4
2020-01-21
bpf: don't bother with getname/kern_path - use user_path_at
Al Viro
1
-30
/
+13
2020-01-21
drivers: net: declance: fix comparing pointer to 0
Chen Zhou
1
-1
/
+1
2020-01-21
tcp/ipv4: remove AF_INET_FAMILY
Alex Shi
1
-6
/
+0
2020-01-21
net/hsr: remove seq_nr_after_or_eq
Alex Shi
1
-1
/
+0
2020-01-21
hdlx_x25: Fix backwards compat test.
David S. Miller
1
-1
/
+1
2020-01-21
net: hns3: cleanup some coding style issue
Huazhong Tan
4
-86
/
+35
2020-01-21
net: hns3: remove redundant print on ENOMEM
Huazhong Tan
1
-3
/
+1
2020-01-21
net: hns3: delete unnecessary blank line and space for cleanup
Guangbin Huang
2
-7
/
+6
2020-01-21
net: hns3: rewrite a log in hclge_put_vector()
Yonglong Liu
1
-1
/
+1
2020-01-21
net: hns3: refine the input parameter 'size' for snprintf()
Guojia Liao
1
-1
/
+1
2020-01-21
net: hns3: move duplicated macro definition into header
Guojia Liao
3
-5
/
+3
2020-01-21
net: hns3: set VF's default reset_type to HNAE3_NONE_RESET
Huazhong Tan
1
-0
/
+2
2020-01-21
net: hns3: do not reuse pfmemalloc pages
Yunsheng Lin
1
-2
/
+8
2020-01-21
net: hns3: limit the error logging in the hns3_clean_tx_ring()
Yunsheng Lin
1
-2
/
+2
2020-01-21
wan/hdlc_x25: fix skb handling
Martin Schiller
1
-2
/
+11
2020-01-21
wan/hdlc_x25: make lapb params configurable
Martin Schiller
3
-3
/
+87
2020-01-21
net/smc: allow unprivileged users to read pnet table
Hans Wippel
1
-1
/
+1
2020-01-21
net: convert suitable network drivers to use phy_do_ioctl
Heiner Kallweit
5
-49
/
+5
2020-01-21
net: phy: add new version of phy_do_ioctl
Heiner Kallweit
2
-3
/
+14
2020-01-21
net: phy: rename phy_do_ioctl to phy_do_ioctl_running
Heiner Kallweit
3
-5
/
+5
2020-01-21
net: hns3: replace snprintf with scnprintf in hns3_update_strings
Chen Zhou
1
-3
/
+2
2020-01-21
net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read
Chen Zhou
1
-2
/
+2
2020-01-21
selftests: Refactor build to remove tools/lib/bpf from include path
Toke Høiland-Jørgensen
2
-33
/
+30
2020-01-21
runsqslower: Support user-specified libbpf include and object paths
Toke Høiland-Jørgensen
1
-5
/
+7
2020-01-21
tools/runqslower: Remove tools/lib/bpf from include path
Toke Høiland-Jørgensen
1
-1
/
+1
2020-01-21
samples/bpf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
83
-113
/
+112
2020-01-21
perf: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
6
-6
/
+6
[next]