aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+4
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2019-11-06net/tls: add a TX lockJakub Kicinski1-0/+5
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh1-2/+1
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-1/+0
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo1-0/+1
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-0/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet3-4/+5
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-2/+2
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+2
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+3
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-1/+1
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-2/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski1-0/+8
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers1-1/+1
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar1-0/+8
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet1-0/+1
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-1/+1
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-0/+5
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana1-0/+4
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-1/+2
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso1-0/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds70-301/+1153
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+25
2019-09-16net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean1-0/+2
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-0/+23
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov1-2/+2
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov3-6/+6
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov1-1/+5