index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+3
2016-05-18
batman-adv: make sure ELP/OGM orig MAC is updated on address change
Antonio Quartulli
1
-4
/
+22
2016-05-18
batman-adv: Fix unexpected free of bcast_own on add_if error
Sven Eckelmann
1
-3
/
+1
2016-05-18
batman-adv: Fix refcnt leak in batadv_v_neigh_*
Sven Eckelmann
1
-7
/
+25
2016-05-18
batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sob
Sven Eckelmann
1
-0
/
+4
2016-05-18
batman-adv: fix skb deref after free
Florian Westphal
1
-1
/
+3
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
365
-7855
/
+13259
2016-05-18
Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-05-17
SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments
Trond Myklebust
1
-2
/
+3
2016-05-17
xprtrdma: Remove qplock
Chuck Lever
2
-4
/
+0
2016-05-17
xprtrdma: Faster server reboot recovery
Chuck Lever
1
-1
/
+11
2016-05-17
xprtrdma: Remove ro_unmap() from all registration modes
Chuck Lever
4
-88
/
+0
2016-05-17
xprtrdma: Add ro_unmap_safe memreg method
Chuck Lever
6
-19
/
+150
2016-05-17
xprtrdma: Refactor __fmr_dma_unmap()
Chuck Lever
1
-5
/
+2
2016-05-17
xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw
Chuck Lever
2
-7
/
+7
2016-05-17
xprtrdma: Refactor the FRWR recovery worker
Chuck Lever
1
-9
/
+16
2016-05-17
xprtrdma: Reset MRs in frwr_op_unmap_sync()
Chuck Lever
1
-38
/
+60
2016-05-17
xprtrdma: Save I/O direction in struct rpcrdma_frwr
Chuck Lever
2
-3
/
+4
2016-05-17
xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
Chuck Lever
2
-20
/
+20
2016-05-17
xprtrdma: Use core ib_drain_qp() API
Chuck Lever
1
-35
/
+6
2016-05-17
xprtrdma: Remove rpcrdma_create_chunks()
Chuck Lever
1
-151
/
+0
2016-05-17
xprtrdma: Allow Read list and Reply chunk simultaneously
Chuck Lever
2
-60
/
+272
2016-05-17
xprtrdma: Update comments in rpcrdma_marshal_req()
Chuck Lever
1
-14
/
+4
2016-05-17
xprtrdma: Avoid using Write list for small NFS READ requests
Chuck Lever
1
-4
/
+5
2016-05-17
xprtrdma: Prevent inline overflow
Chuck Lever
5
-11
/
+90
2016-05-17
xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers
Chuck Lever
5
-26
/
+23
2016-05-17
xprtrdma: Bound the inline threshold values
Chuck Lever
1
-0
/
+6
2016-05-17
sunrpc: Advertise maximum backchannel payload size
Chuck Lever
5
-0
/
+41
2016-05-17
Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernel
David S. Miller
1
-3
/
+6
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-05-17
switchdev: pass pointer to fib_info instead of copy
Jiri Pirko
1
-4
/
+2
2016-05-17
net_sched: close another race condition in tcf_mirred_release()
WANG Cong
1
-2
/
+3
2016-05-17
tipc: fix nametable publication field in nl compat
Richard Alpe
1
-1
/
+1
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
64
-374
/
+682
2016-05-17
netlink: Fix dump skb leak/double free
Herbert Xu
1
-2
/
+5
2016-05-17
tipc: check nl sock before parsing nested attributes
Richard Alpe
1
-0
/
+3
2016-05-17
fq_codel: fix memory limitation drift
Eric Dumazet
1
-1
/
+2
2016-05-16
net: also make sch_handle_egress() drop monitor ready
Daniel Borkmann
1
-3
/
+3
2016-05-16
net/hsr: Use setup_timer and mod_timer.
Muhammad Falak R Wani
1
-8
/
+3
2016-05-16
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-2
/
+2
2016-05-16
bpf: add generic constant blinding for use in jits
Daniel Borkmann
2
-2
/
+14
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
1
-1
/
+5
2016-05-16
bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
Daniel Borkmann
1
-3
/
+11
2016-05-16
bpf: minor cleanups in ebpf code
Daniel Borkmann
1
-19
/
+15
2016-05-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
3
-22
/
+20
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/sched: cls_flower: Hardware offloaded filters statistics support
Amir Vadai
1
-0
/
+21
2016-05-16
net/sched: act_gact: Update statistics when offloaded to hardware
Amir Vadai
1
-0
/
+15
[prev]
[next]