summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: disallow reload operation during device cleanupJiri Pirko2019-11-091-1/+4
* net: fix data-race in neigh_event_send()Eric Dumazet2019-11-081-2/+2
* net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-11-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-11-061-1/+2
|\
| * netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-041-1/+2
* | net/tls: add a TX lockJakub Kicinski2019-11-061-0/+5
* | net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-051-2/+2
* | net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-051-0/+4
* | bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-051-2/+1
|/
* net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-301-3/+3
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-281-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-271-0/+1
|\
| * ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-0/+1
* | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-1/+1
* | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)2019-10-251-3/+7
* | net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-1/+0
* | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
* | bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-0/+1
* | net/flow_dissector: switch to siphashEric Dumazet2019-10-233-4/+5
|/
* ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-2/+2
* net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-10-191-8/+17
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-5/+10
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-7/+11
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-2/+2
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-1/+2
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+2
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+3
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-1/+1
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-2/+2
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-0/+5
* Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2019-10-081-0/+8
|\
| * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-0/+8
* | llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-10-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-271-0/+6
|\
| * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+4
| * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-0/+2
* | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
* | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
* | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-0/+5
* | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1870-301/+1153
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-2/+25
| |\
| | * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-1/+19
| | * net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-1/+6
| * | net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-0/+2
| * | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-0/+23
| * | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-161-2/+2
| * | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-163-6/+6