summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko
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-09net/smc: no new connections on disappearing devicesUrsula Braun
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long
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-08ipvs: batch __ip_vs_cleanupHaishuang Yan
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski
2019-10-07ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko
2019-10-05net: devlink: export devlink net setterJiri Pirko
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko
2019-10-04net: devlink: export devlink net getterJiri Pirko
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-10-02net: dsa: Remove unused __DSA_SKB_CB macroVladimir Oltean
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet
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