aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* net: dsa: fix switch tree listVivien Didelot2019-10-19
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-19
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-19
* vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-18
* vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-18
* net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-18
* ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-17
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-17
* rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-16
* Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2019-10-16
* sctp: change sctp_prot .no_autobind with trueXin Long2019-10-15
* sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-15
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-15
* tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet2019-10-15
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-15
* net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-15
* blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2019-10-15
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-13
* tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-13
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-13
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-13
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-13
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-13
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-12
|\
| * xsk: Fix crash in poll when device does not support ndo_xsk_wakeupMagnus Karlsson2019-10-03
* | rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-12
* | net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2019-10-10
* | net/smc: receive returns without dataKarsten Graul2019-10-10
* | net/smc: fix SMCD link group creation with VLAN idUrsula Braun2019-10-10
* | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-10
* | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-10
* | net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-10
* | tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-10
* | net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-10
* | net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-10
* | netfilter: conntrack: avoid possible false sharingEric Dumazet2019-10-10
* | netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-09
* | act_mirred: Fix mirred_init_module error handlingYueHaibing2019-10-09
* | net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes2019-10-09
* | sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-09
* | ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2019-10-08
* | Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2019-10-08
|\ \
| * | mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-07
| * | mac80211: accept deauth frames in IBSS modeJohannes Berg2019-10-07
| * | cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon2019-10-07
| * | nl80211: fix memory leak in nl80211_get_ftm_responder_statsNavid Emamdoost2019-10-07
| * | cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-10-04