index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asymmetric_keys
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-16
qed: VFs gracefully accept lack of PM
Yuval Mintz
1
-1
/
+1
2016-05-16
qed: Allow more than 16 VFs
Yuval Mintz
1
-0
/
+3
2016-05-16
qed: Reset link on IOV disable
Manish Chopra
1
-39
/
+51
2016-05-16
qed: Improve VF interrupt reset
Yuval Mintz
4
-60
/
+41
2016-05-16
qed: Correct PF-sanity check
Yuval Mintz
1
-3
/
+3
2016-05-16
net/mlx4_core: Fix access to uninitialized index
Tariq Toukan
1
-2
/
+2
2016-05-16
net: w5100-spi: add support to specify MAC address by device tree
Akinobu Mita
3
-4
/
+8
2016-05-16
net: w5100: increase TX timeout period
Akinobu Mita
1
-1
/
+0
2016-05-16
net: w5100: fix MAC filtering for W5500
Akinobu Mita
1
-4
/
+13
2016-05-16
net: w5100: remove unused is_w5200()
Akinobu Mita
1
-5
/
+0
2016-05-16
lxt: simplify lxt970_config_init()
Sergei Shtylyov
1
-5
/
+1
2016-05-16
lxt: simplify lxt97[01]_config_intr()
Sergei Shtylyov
1
-12
/
+4
2016-05-16
bpf, s390: add support for constant blinding
Daniel Borkmann
1
-17
/
+56
2016-05-16
bpf, arm64: add support for constant blinding
Daniel Borkmann
1
-12
/
+40
2016-05-16
bpf, x86: add support for constant blinding
Daniel Borkmann
1
-13
/
+53
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
5
-2
/
+270
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
8
-18
/
+40
2016-05-16
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
3
-44
/
+83
2016-05-16
bpf, x86/arm64: remove useless checks on prog
Daniel Borkmann
2
-6
/
+0
2016-05-16
bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
Daniel Borkmann
8
-10
/
+18
2016-05-16
bpf: move bpf_jit_enable declaration
Daniel Borkmann
2
-1
/
+2
2016-05-16
bpf: minor cleanups in ebpf code
Daniel Borkmann
2
-21
/
+15
2016-05-16
net: dsa: mv88e6xxx: remove bridge work
Vivien Didelot
2
-34
/
+8
2016-05-16
net: vrf: protect changes to private data with rcu
David Ahern
1
-23
/
+47
2016-05-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
3
-22
/
+20
2016-05-16
netlink: kill nla_put_u64()
Nicolas Dichtel
1
-12
/
+2
2016-05-16
sock: propagate __sock_cmsg_send() error
Eric Dumazet
2
-4
/
+6
2016-05-16
net: qrtr: fix build problems
Arnd Bergmann
2
-2
/
+4
2016-05-16
net/mlx5e: Hardware offloaded flower filter statistics support
Amir Vadai
3
-7
/
+69
2016-05-16
net/mlx5_core: Flow counters infrastructure
Amir Vadai
6
-2
/
+255
2016-05-16
net/mlx5_core: Introduce flow steering destination of type counter
Amir Vadai
6
-10
/
+106
2016-05-16
net/mlx5_core: Firmware commands to support flow counters
Amir Vadai
4
-3
/
+173
2016-05-16
net/mlx5_core: Use a macro in mlx5_command_str()
Amir Vadai
1
-171
/
+132
2016-05-16
net/sched: cls_flower: Hardware offloaded filters statistics support
Amir Vadai
2
-0
/
+22
2016-05-16
net/sched: act_gact: Update statistics when offloaded to hardware
Amir Vadai
1
-0
/
+15
2016-05-16
net/sched: Enable netdev drivers to update statistics of offloaded actions
Amir Vadai
2
-2
/
+30
2016-05-16
net: pxa168_eth: Use dma_wmb/rmb where appropriate
Jisheng Zhang
1
-4
/
+4
2016-05-16
net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writel
Jisheng Zhang
1
-2
/
+2
2016-05-16
vxlan: set mac_header correctly in GPE mode
Jiri Benc
1
-0
/
+1
2016-05-16
xen-netback: use hash value from the frontend
Paul Durrant
1
-0
/
+27
2016-05-16
xen-netback: pass hash value to the frontend
Paul Durrant
2
-14
/
+77
2016-05-16
xen-netback: add control protocol implementation
Paul Durrant
5
-3
/
+502
2016-05-16
xen-netback: add control ring boilerplate
Paul Durrant
4
-30
/
+277
2016-05-16
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
Samudrala, Sridhar
3
-9
/
+54
2016-05-16
net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.
Samudrala, Sridhar
2
-3
/
+3
2016-05-16
hv_netvsc: set nvdev link after populating chn_table
Vitaly Kuznetsov
1
-11
/
+18
2016-05-16
hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_remove()
Vitaly Kuznetsov
1
-2
/
+7
2016-05-16
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
Vitaly Kuznetsov
4
-64
/
+72
2016-05-16
hv_netvsc: untangle the pointer mess
Vitaly Kuznetsov
4
-122
/
+99
2016-05-16
hv_netvsc: use start_remove flag to protect netvsc_link_change()
Vitaly Kuznetsov
1
-4
/
+17
[next]