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
2019-10-24
xprtrdma: Replace dprintk in xprt_rdma_set_port
Chuck Lever
1
-6
/
+3
2019-10-24
xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()
Chuck Lever
2
-15
/
+10
2019-10-24
xprtrdma: Refine trace_xprtrdma_fixup
Chuck Lever
1
-3
/
+2
2019-10-24
xprtrdma: Report the computed connect delay
Chuck Lever
2
-12
/
+4
2019-10-24
xprtrdma: Wake tasks after connect worker fails
Chuck Lever
1
-9
/
+6
2019-10-24
xprtrdma: Pull up sometimes
Chuck Lever
4
-7
/
+81
2019-10-24
xprtrdma: Refactor rpcrdma_prepare_msg_sges()
Chuck Lever
1
-117
/
+146
2019-10-24
xprtrdma: Move the rpcrdma_sendctx::sc_wr field
Chuck Lever
4
-9
/
+9
2019-10-24
xprtrdma: Remove rpcrdma_sendctx::sc_device
Chuck Lever
2
-3
/
+2
2019-10-24
xprtrdma: Remove rpcrdma_sendctx::sc_xprt
Chuck Lever
2
-11
/
+10
2019-10-24
xprtrdma: Ensure ri_id is stable during MR recycling
Chuck Lever
2
-24
/
+6
2019-10-24
xprtrdma: Manage MRs in context of a single connection
Chuck Lever
4
-57
/
+40
2019-10-24
xprtrdma: Fix MR list handling
Chuck Lever
1
-20
/
+21
2019-10-24
xprtrdma: Close window between waking RPC senders and posting Receives
Chuck Lever
3
-4
/
+9
2019-10-24
xprtrdma: Initialize rb_credits in one place
Chuck Lever
4
-16
/
+38
2019-10-24
xprtrdma: Connection becomes unstable after a reconnect
Chuck Lever
2
-0
/
+25
2019-10-24
xprtrdma: Add unique trace points for posting Local Invalidate WRs
Chuck Lever
1
-2
/
+2
2019-10-24
SUNRPC: Add trace points to observe transport congestion control
Chuck Lever
1
-9
/
+13
2019-10-24
SUNRPC: Eliminate log noise in call_reserveresult
Chuck Lever
1
-12
/
+2
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
68
-362
/
+564
2019-10-19
net: dsa: fix switch tree list
Vivien Didelot
1
-1
/
+1
2019-10-19
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
1
-0
/
+2
2019-10-19
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
1
-3
/
+6
2019-10-18
vsock/virtio: discard packets if credit is not respected
Stefano Garzarella
1
-3
/
+11
2019-10-18
vsock/virtio: send a credit update when buffer size is changed
Stefano Garzarella
1
-0
/
+3
2019-10-18
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
4
-0
/
+12
2019-10-18
ipv4: fix race condition between route lookup and invalidation
Wei Wang
1
-1
/
+1
2019-10-18
ipv4: Return -ENETUNREACH if we can't create route but saddr is valid
Stefano Brivio
1
-3
/
+6
2019-10-16
rxrpc: use rcu protection while reading sk->sk_user_data
Eric Dumazet
1
-4
/
+8
2019-10-16
Revert "blackhole_netdev: fix syzkaller reported issue"
Mahesh Bandewar
2
-12
/
+10
2019-10-16
sctp: change sctp_prot .no_autobind with true
Xin Long
1
-2
/
+2
2019-10-16
sched: etf: Fix ordering of packets with same txtime
Vinicius Costa Gomes
1
-1
/
+1
2019-10-16
net: avoid potential infinite loop in tc_ctl_action()
Eric Dumazet
1
-6
/
+8
2019-10-16
tcp: fix a possible lockdep splat in tcp_done()
Eric Dumazet
1
-2
/
+6
2019-10-16
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
3
-14
/
+22
2019-10-16
net: avoid errors when trying to pop MLPS header on non-MPLS packets
Davide Caratti
1
-1
/
+1
2019-10-15
blackhole_netdev: fix syzkaller reported issue
Mahesh Bandewar
2
-10
/
+12
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
6
-13
/
+13
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
4
-9
/
+14
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
5
-9
/
+12
2019-10-13
tcp: annotate tp->urg_seq lockless reads
Eric Dumazet
2
-3
/
+4
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
3
-8
/
+11
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
6
-27
/
+35
2019-10-13
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
7
-18
/
+19
2019-10-13
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
6
-10
/
+15
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
10
-21
/
+32
2019-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-15
/
+27
2019-10-12
rxrpc: Fix possible NULL pointer access in ICMP handling
David Howells
1
-0
/
+3
2019-10-12
Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-9
/
+8
2019-10-11
net: sctp: Rename fallthrough label to unhandled
Joe Perches
1
-6
/
+6
[next]