summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
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
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko
2019-09-13net: devlink: split reload op into twoJiri Pirko
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-09-13netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h.Jeremy Sowden
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zon...Jeremy Sowden
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden
2019-09-13netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h.Jeremy Sowden
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden
2019-09-13netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `voi...Jeremy Sowden
2019-09-13netfilter: conntrack: wrap two inline functions in config checks.Jeremy Sowden
2019-09-13netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...Jeremy Sowden
2019-09-13netfilter: conntrack: use consistent style when defining inline functionsJeremy Sowden
2019-09-13netfilter: move nf_bridge_frag_data struct definition to a more appropriate h...Jeremy Sowden
2019-09-13netfilter: synproxy: move code between headers.Jeremy Sowden
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden