summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-26/+61
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet-8/+17
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal-10/+0
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller-2/+9
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet-1/+1
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko-3/+5
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet-1/+2
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet-1/+3
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet-1/+1
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet-2/+2
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun-0/+1
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun-0/+1
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun-0/+1
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long-0/+5
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-1/+1
2019-10-09xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan-7/+0
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski-0/+8
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers-1/+1
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan-1/+1
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar-0/+8
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski-1/+1
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski-2/+2
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski-2/+5
2019-10-07ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller-3/+3
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko-2/+0
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko-0/+4
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko-0/+14
2019-10-05net: devlink: export devlink net setterJiri Pirko-0/+2
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski-0/+22
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski-7/+1
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan-1/+1
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski-3/+3
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski-0/+7
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski-12/+12
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski-34/+73
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko-1/+1
2019-10-04net: devlink: export devlink net getterJiri Pirko-0/+1
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko-9/+18
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko-6/+5
2019-10-04mac80211: simplify TX aggregation startJohannes Berg-2/+9
2019-10-02net: dsa: Remove unused __DSA_SKB_CB macroVladimir Oltean-2/+0
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko-0/+3