index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2018-08-13
net/9p/trans_fd.c: fix race by holding the lock
Tomas Bortoli
1
-5
/
+5
2018-08-13
net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
Tomas Bortoli
1
-0
/
+2
2018-08-13
net/9p/virtio: Fix hard lockup in req_done
jiangyiwen
1
-10
/
+11
2018-08-13
net/9p/trans_virtio.c: fix some spell mistakes in comments
piaojun
1
-2
/
+2
2018-08-13
9p/net: Fix zero-copy path in the 9p virtio transport
Chirantan Ekbote
1
-0
/
+7
2018-08-13
9p: Embed wait_queue_head into p9_req_t
Matthew Wilcox
2
-15
/
+6
2018-08-13
9p: Replace the fidlist with an IDR
Matthew Wilcox
1
-28
/
+16
2018-08-13
9p: Change p9_fid_create calling convention
Matthew Wilcox
1
-14
/
+9
2018-08-13
9p: Fix comment on smp_wmb
Matthew Wilcox
1
-1
/
+1
2018-08-13
net/9p/client.c: version pointer uninitialized
Tomas Bortoli
1
-1
/
+1
2018-08-13
net/9p: fix error path of p9_virtio_probe
Jean-Philippe Brucker
1
-1
/
+2
2018-08-13
9p/net/protocol.c: return -ENOMEM when kmalloc() failed
piaojun
1
-1
/
+1
2018-08-13
net/9p/client.c: add missing '\n' at the end of p9_debug()
piaojun
1
-1
/
+1
2018-08-09
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
1
-2
/
+2
2018-08-09
net/smc: move sock lock in smc_ioctl()
Ursula Braun
1
-3
/
+7
2018-08-09
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
1
-0
/
+2
2018-08-09
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
1
-2
/
+1
2018-08-09
rxrpc: Fix the keepalive generator [ver #2]
David Howells
7
-89
/
+109
2018-08-08
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
1
-2
/
+2
2018-08-08
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
Alexey Kodanev
1
-2
/
+4
2018-08-07
tipc: fix an interrupt unsafe locking scenario
Ying Xue
1
-3
/
+1
2018-08-07
vsock: split dwork to avoid reinitializations
Cong Wang
2
-9
/
+9
2018-08-06
packet: refine ring v3 block size test to hold one frame
Willem de Bruijn
1
-4
/
+6
2018-08-06
ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit
Xin Long
1
-6
/
+2
2018-08-06
ipv6: fix double refcount of fib6_metrics
Cong Wang
1
-4
/
+0
2018-08-05
netlink: Don't shift on 64 for ngroups
Dmitry Safonov
1
-2
/
+2
2018-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+1
2018-08-04
net/smc: no cursor update send in state SMC_INIT
Ursula Braun
1
-1
/
+2
2018-08-03
l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()
Guillaume Nault
1
-4
/
+9
2018-08-02
Revert "net/ipv6: fix metrics leak"
David S. Miller
1
-14
/
+4
2018-08-01
rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
YueHaibing
1
-2
/
+2
2018-08-01
net: dsa: Do not suspend/resume closed slave_dev
Florian Fainelli
1
-0
/
+6
2018-08-01
netlink: Fix spectre v1 gadget in netlink_create()
Jeremy Cline
1
-0
/
+2
2018-08-01
ipv4: frags: handle possible skb truesize change
Eric Dumazet
1
-0
/
+5
2018-08-01
inet: frag: enforce memory limits earlier
Eric Dumazet
1
-3
/
+3
2018-07-31
net: xsk: don't return frames via the allocator on error
Jakub Kicinski
1
-3
/
+1
2018-07-30
netlink: Don't shift with UB on nlk->ngroups
Dmitry Safonov
1
-1
/
+5
2018-07-30
net/ipv6: fix metrics leak
Sabrina Dubroca
1
-4
/
+14
2018-07-29
openvswitch: meter: Fix setting meter id for new entries
Justin Pettit
1
-5
/
+5
2018-07-29
netlink: Do not subscribe to non-existent groups
Dmitry Safonov
1
-0
/
+1
2018-07-29
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
Neal Cardwell
1
-0
/
+4
2018-07-29
net: socket: Fix potential spectre v1 gadget in sock_is_registered
Jeremy Cline
1
-1
/
+2
2018-07-29
net: socket: fix potential spectre v1 gadget in socketcall
Jeremy Cline
1
-0
/
+2
2018-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-8
/
+11
2018-07-29
ipv4: remove BUG_ON() from fib_compute_spec_dst
Lorenzo Bianconi
1
-2
/
+2
2018-07-28
bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
Taehee Yoo
1
-1
/
+1
2018-07-28
bpf: fix bpf_skb_load_bytes_relative pkt length check
Daniel Borkmann
1
-5
/
+7
2018-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-13
/
+23
2018-07-27
xdp: add NULL pointer check in __xdp_return()
Taehee Yoo
1
-1
/
+2
2018-07-27
RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr
Avinash Repaka
6
-20
/
+39
[next]