aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller70-378/+579
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds68-362/+564
2019-10-19net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella1-3/+11
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella1-0/+3
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet4-0/+12
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-17net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde1-2/+7
2019-10-17net/rds: Remove unnecessary null checkYueHaibing1-2/+1
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin1-1/+0
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet1-4/+8
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2-12/+10
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long1-2/+2
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes1-1/+1
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-6/+8
2019-10-15net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet1-2/+1
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-24/+25
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti3-14/+22
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2-10/+12
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-7/+41
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller10-92/+143
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek1-6/+4
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet6-13/+13
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet4-9/+14
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet5-9/+12
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet3-8/+11
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet6-27/+35
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet7-18/+19
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet6-10/+15
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet10-21/+32
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-15/+27
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-9/+11
2019-10-11devlink: don't do reporter recovery if the state is healthyJiri Pirko1-0/+3
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo1-6/+3
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+8
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov1-1/+1
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki1-3/+7
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches1-6/+6
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau6-68/+63
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau3-8/+76