summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
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
2020-03-07net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu
2020-03-07net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-02-24net: avoid potential false sharing in neighbor related codeEric Dumazet
2020-02-24neighbour: remove neigh_cleanup() methodEric Dumazet
2020-02-24net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven
2020-01-31tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2020-01-31tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2020-01-31tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski
2020-01-19sctp: cache netns in sctp_ep_commonXin Long
2020-01-19net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen
2020-01-09net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-12-29bonding: use dynamic lockdep key instead of subclassTaehee Yoo
2019-12-29ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-12-29netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-29net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-12-29net/tls: add a TX lockJakub Kicinski
2019-12-29net: fix data-race in neigh_event_send()Eric Dumazet
2019-12-29bonding: fix state transition issue in link monitoringJay Vosburgh