index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
iov_iter.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-19
net: sched: cls: fix code style issues
Alexander Aring
3
-6
/
+7
2018-01-19
mlxsw: spectrum: Upper-bound supported FW version
Yuval Mintz
1
-19
/
+11
2018-01-19
nfp: bpf: disable all ctrl vNIC capabilities
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: allow apps to disable ctrl vNIC capabilities
Jakub Kicinski
4
-0
/
+12
2018-01-19
nfp: split reading capabilities out of nfp_net_init()
Jakub Kicinski
1
-11
/
+20
2018-01-19
nfp: read mailbox address from TLV caps
Jakub Kicinski
3
-10
/
+46
2018-01-19
nfp: read ME frequency from vNIC ctrl memory
Jakub Kicinski
5
-13
/
+19
2018-01-19
nfp: add TLV capabilities to the BAR
Jakub Kicinski
5
-3
/
+186
2018-01-19
nfp: improve app not found message
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: protect each repr pointer individually with RCU
Jakub Kicinski
3
-63
/
+68
2018-01-19
nfp: add nfp_reprs_get_locked() helper
Jakub Kicinski
3
-5
/
+13
2018-01-19
nfp: register devlink after app is created
Jakub Kicinski
3
-36
/
+29
2018-01-19
nfp: release global resources only on the remove path
Jakub Kicinski
1
-23
/
+13
2018-01-19
nfp: core: make scalar CPP helpers fail on short accesses
Jakub Kicinski
4
-45
/
+58
2018-01-19
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
Yuchung Cheng
3
-1
/
+4
2018-01-19
tcp: avoid min-RTT overestimation from delayed ACKs
Yuchung Cheng
1
-2
/
+21
2018-01-19
tipc: fix race between poll() and setsockopt()
Jon Maloy
3
-17
/
+13
2018-01-19
l2tp: remove switch block in l2tp_nl_cmd_session_create()
Lorenzo Bianconi
1
-21
/
+0
2018-01-19
cxgb4: IPv6 filter takes 2 tids
Ganesh Goudar
1
-33
/
+80
2018-01-19
l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used
Lorenzo Bianconi
1
-1
/
+1
2018-01-19
l2tp: remove l2specific_len configurable parameter
Lorenzo Bianconi
4
-8
/
+1
2018-01-19
l2tp: remove l2specific_len dependency in l2tp_core
Lorenzo Bianconi
2
-18
/
+27
2018-01-19
l2tp: double-check l2specific_type provided by userspace
Lorenzo Bianconi
1
-2
/
+9
2018-01-19
cxgb4: use zlib deflate to compress firmware dump
Rahul Lakkireddy
7
-3
/
+169
2018-01-19
cxgb4: update dump collection logic to use compression
Rahul Lakkireddy
6
-147
/
+207
2018-01-19
net/dim: Fix fixpoint divide exception in net_dim_stats_compare
Talat Batheesh
1
-0
/
+7
2018-01-19
devlink: Make some functions static
Wei Yongjun
1
-2
/
+3
2018-01-19
mlxsw: spectrum: Make function mlxsw_sp_kvdl_part_occ() static
Wei Yongjun
1
-1
/
+1
2018-01-19
forcedeth: remove unused variable
Zhu Yanjun
1
-5
/
+3
2018-01-19
ipv6: mcast: remove dead code
Eric Dumazet
1
-2
/
+0
2018-01-19
caif: reduce stack size with KASAN
Arnd Bergmann
2
-28
/
+49
2018-01-19
can: m_can: mark runtime-PM handlers as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-01-19
net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issues
Andrew Morton
1
-3
/
+7
2018-01-18
flow_netlink: Remove unneeded semicolons
Christopher Díaz Riveros
1
-2
/
+2
2018-01-18
net/mlx5e: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-18
net: sched: silence uninitialized parent variable warning in tc_dump_tfilter
Jiri Pirko
1
-0
/
+7
2018-01-18
rtlwifi: Support A-MSDU in A-MPDU capability
Ping-Ke Shih
1
-0
/
+1
2018-01-18
MAINTAINERS: wireless: update wil6210 maintainer entry
Maya Erez
1
-2
/
+2
2018-01-17
vxlan: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-17
cxgb4: restructure VF mgmt code
Ganesh Goudar
2
-204
/
+190
2018-01-17
net: Remove spinlock from get_net_ns_by_id()
Kirill Tkhai
1
-2
/
+0
2018-01-17
net: Fix possible race in peernet2id_alloc()
Kirill Tkhai
1
-2
/
+11
2018-01-17
tun: allow to attach ebpf socket filter
Jason Wang
2
-4
/
+35
2018-01-17
tuntap: rename struct tun_steering_prog to struct tun_prog
Jason Wang
1
-16
/
+16
2018-01-17
mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind ops
Jiri Pirko
3
-20
/
+17
2018-01-17
mlxsw: spectrum_acl: Implement TC block sharing
Jiri Pirko
4
-95
/
+401
2018-01-17
mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbind
Jiri Pirko
3
-21
/
+24
2018-01-17
mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroy
Jiri Pirko
1
-56
/
+46
2018-01-17
net: sched: allow ingress and clsact qdiscs to share filter blocks
Jiri Pirko
1
-16
/
+64
2018-01-17
net: sched: introduce ingress/egress block index attributes for qdisc
Jiri Pirko
3
-0
/
+69
[next]