summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-24xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever
2019-10-24xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever
2019-10-24xprtrdma: Manage MRs in context of a single connectionChuck Lever
2019-10-24xprtrdma: Fix MR list handlingChuck Lever
2019-10-24xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever
2019-10-24xprtrdma: Initialize rb_credits in one placeChuck Lever
2019-10-24xprtrdma: Connection becomes unstable after a reconnectChuck Lever
2019-10-24xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever
2019-10-24SUNRPC: Add trace points to observe transport congestion controlChuck Lever
2019-10-24SUNRPC: Eliminate log noise in call_reserveresultChuck Lever
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-19net: dsa: fix switch tree listVivien Didelot
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul
2019-10-10net/smc: receive returns without dataKarsten Graul
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet