To clarify, the function is $f:\mathbb{F}_2^m\rightarrow \mathbb{F}_2$. So, does it mean linear in each variable, or perhaps that each monomial is of degree $\leq1$?
I know that sometimes terms have multiple definitions (and are context dependent), but I suspect that here we have a consensus. In any case I'd like to hear the definition you are familiar with.
$A$ is a linear map if for any vectors $v,w$ and any scalars $a,b$ we have $$A(av+bw)=aA(v)+bA(w)$$ The type of function you describe (linear in each variable) is called multilinear. A function $A:V_1\times V_2\times\cdots\times V_n\to W$ is called multilinear if for any index $i$, any vectors $v_1,v_2,\ldots,v_{i-1},v_{i,1},v_{i,2},v_{i+1},\ldots,v_n$, and any scalars $a,b$ we have $$A(v_1,v_2,\ldots,v_{i-1},av_{i,1}+bv_{i,2},v_{i+1},\ldots,v_n)=aA(v_1,v_2,\ldots,v_{i-1},v_{i,1},v_{i+1},\ldots,v_n)+bA(v_1,\ldots,v_{i-1},v_{i,2},v_{i+1},\ldots,v_n)$$