summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-18inet: protect against too small mtu values.Eric Dumazet
2019-12-04net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-12-04net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-12-04sctp: cache netns in sctp_ep_commonXin Long
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet
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->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
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-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet