index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-17
vmxnet3: remove power of 2 limitation on the queues
Ronak Doshi
1
-3
/
+5
2021-07-17
vmxnet3: add support for 32 Tx/Rx queues
Ronak Doshi
3
-60
/
+151
2021-07-17
vmxnet3: prepare for version 6 changes
Ronak Doshi
5
-5
/
+11
2021-07-17
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-07-16
igc: Export LEDs
Kurt Kanzenbach
5
-0
/
+155
2021-07-16
igc: Make flex filter more flexible
Kurt Kanzenbach
3
-20
/
+22
2021-07-16
igc: Allow for Flex Filters to be installed
Vinicius Costa Gomes
1
-6
/
+0
2021-07-16
igc: Integrate flex filter into ethtool ops
Kurt Kanzenbach
4
-10
/
+228
2021-07-16
igc: Add possibility to add flex filter
Kurt Kanzenbach
4
-5
/
+207
2021-07-16
net: phy: marvell10g: enable WoL for 88X3310 and 88E2110
Voon Weifeng
1
-0
/
+89
2021-07-16
ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" property
Joakim Zhang
2
-2
/
+0
2021-07-16
ARM: dts: imx35: correct node name for FEC
Joakim Zhang
1
-1
/
+1
2021-07-16
dt-bindings: net: fec: convert fsl,*fec bindings to yaml
Joakim Zhang
2
-95
/
+213
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
3
-9
/
+15
2021-07-16
openvswitch: Introduce per-cpu upcall dispatch
Mark Gray
4
-3
/
+103
2021-07-16
bnx2x: remove unused variable 'cur_data_offset'
Bill Wendling
1
-6
/
+0
2021-07-16
net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'
Christophe JAILLET
1
-5
/
+3
2021-07-16
net/sched: Remove unnecessary if statement
Yajun Deng
3
-29
/
+8
2021-07-16
rtnetlink: use nlmsg_notify() in rtnetlink_send()
Yajun Deng
1
-8
/
+1
2021-07-16
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
1
-2
/
+4
2021-07-16
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
1
-0
/
+170
2021-07-16
selftests/bpf: Add a test case for unix sockmap
Cong Wang
1
-0
/
+97
2021-07-16
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
1
-38
/
+21
2021-07-16
selftests/bpf: Factor out udp_socketpair()
Cong Wang
1
-38
/
+40
2021-07-16
af_unix: Implement unix_dgram_bpf_recvmsg()
Cong Wang
3
-3
/
+93
2021-07-16
af_unix: Implement ->psock_update_sk_prot()
Cong Wang
6
-1
/
+65
2021-07-16
af_unix: Add a dummy ->close() for sockmap
Cong Wang
1
-0
/
+9
2021-07-16
af_unix: Set TCP_ESTABLISHED for datagram sockets too
Cong Wang
1
-6
/
+8
2021-07-16
af_unix: Implement ->read_sock() for sockmap
Cong Wang
1
-0
/
+37
2021-07-16
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
3
-24
/
+6
2021-07-16
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
3
-21
/
+21
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe
Jiri Olsa
2
-2
/
+27
2021-07-16
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-16
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-16
selftests/bpf: Add test for bpf_get_func_ip helper
Jiri Olsa
2
-0
/
+101
2021-07-16
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
4
-2
/
+20
2021-07-16
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
4
-0
/
+72
2021-07-16
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2
-4
/
+11
2021-07-16
bpf, x86: Store caller's ip in trampoline stack
Jiri Olsa
2
-0
/
+24
2021-07-15
selftests/bpf: Add a test with bpf_timer in inner map.
Alexei Starovoitov
3
-0
/
+231
2021-07-15
selftests/bpf: Add bpf_timer test.
Alexei Starovoitov
2
-0
/
+352
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2
-3
/
+16
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
3
-9
/
+131
2021-07-15
bpf: Relax verifier recursion check.
Alexei Starovoitov
1
-2
/
+6
2021-07-15
bpf: Remember BTF of inner maps.
Alexei Starovoitov
1
-0
/
+6
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2
-4
/
+36
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
9
-46
/
+259
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
7
-1
/
+585
2021-07-15
bpf: Factor out bpf_spin_lock into helpers.
Alexei Starovoitov
1
-4
/
+14
2021-07-15
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
1
-6
/
+26
[next]