aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-09-17rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-09-17net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-09-04net: refactor bind_bucket fastreuse into helperTim Froidcoeur
2020-09-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-08-27ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-08-21xfrm: Fix crash when the hold queue is used.Steffen Klassert
2020-08-13sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-08-13net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese
2020-08-13genetlink: remove genl_bindSean Tranchetti
2020-08-03xfrm: policy: match with both mark and mask on user interfacesXin Long
2020-07-16xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen
2020-07-16sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-07-16net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-07-11bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-07-07dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2020-06-24net: sched: sample: allow accessing psample_group with rtnlVlad Buslov
2020-06-24net: sched: police: allow accessing police->params with rtnlVlad Buslov
2020-06-08net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-06-08net sched: fix reporting the first-time use timestampRoman Mashak
2020-06-08net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-06-08netns: add pre_exit method to struct pernet_operationsEric Dumazet
2020-06-08rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-06-08netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-06-08tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-06-08net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-06-04tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen
2020-06-04udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn
2020-06-04tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-06-01mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-06-01net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard
2020-06-01rxrpc: Fix call interruptibility handlingDavid Howells
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-05-21afs: Fix client call Rx-phase signal handlingDavid Howells
2020-05-21tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-21tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2020-05-21tcp: annotate tp->write_seq lockless readsEric Dumazet
2020-05-21net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2020-05-21fib: add missing attribute validation for tun_idJakub Kicinski
2020-05-15net: sched: correct flower port blockingJason Baron
2020-05-04bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2020-04-16cfg80211: Fix radar event during another phy CACOrr Mazor
2020-04-16udp: segment looped gso packets correctlyWillem de Bruijn
2020-04-16net_sched: fix ops->bind_class() implementationsCong Wang
2020-04-12netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso
2020-03-20net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-03-20net: add annotations on hh->hh_len lockless accessesEric Dumazet
2020-03-20net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2020-03-07tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet