summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arcnet: Add com9026.h to standardize COM9026_REG_<foo>Joe Perches2015-09-235-34/+21
* arcnet: Remove function pointer macro indirectionsJoe Perches2015-09-232-37/+32
* arcnet: com90xx: Use arcnet_readb/writeb routinesJoe Perches2015-09-231-12/+17
* arcnet: arc-rimi: Use arcnet_<I/O> routinesJoe Perches2015-09-231-30/+25
* arcnet: arcdevice.h: Add arcnet_readb and arcnet_writebJoe Perches2015-09-231-0/+5
* arcnet: com90xx: Use arcnet_<I/O> routinesJoe Perches2015-09-231-34/+33
* arcnet: com90io: Use arcnet_<I/O> routinesJoe Perches2015-09-231-53/+48
* arcnet: com20020: Use arcnet_<I/O> routinesJoe Perches2015-09-236-122/+114
* arcnet: Add arcnet_<I/O> macrosJoe Perches2015-09-231-0/+25
* arcnet: Make a char * array const char * constJoe Perches2015-09-231-5/+10
* arcnet: Move files out of include/linuxJoe Perches2015-09-2315-22/+28
* arcnet: Wrap some long linesJoe Perches2015-09-2311-52/+81
* arcnet: Convert arcnet_dump_skb macro to static inlineJoe Perches2015-09-231-1/+4
* arcnet: Remove pointer comparisons to NULLJoe Perches2015-09-234-6/+6
* arcnet: Remove assignments from ifsJoe Perches2015-09-233-3/+7
* arcnet: Remove unnecessary OOM messagesJoe Perches2015-09-235-10/+2
* arcnet: Move EXPORT_SYMBOL after declarationsJoe Perches2015-09-231-15/+18
* arcnet: Convert printk to pr_<level>Joe Perches2015-09-2312-64/+65
* arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches2015-09-2312-327/+355
* arcnet: Expand odd BUGLVL macro with if and usesJoe Perches2015-09-2312-58/+93
* arcnet: Neaten BUGMSG macro definesJoe Perches2015-09-231-7/+17
* arcnet: Use network block comment styleJoe Perches2015-09-2311-132/+95
* arcnet: Use include/linux path for asmJoe Perches2015-09-237-7/+7
* arcnet: Coalesce string fragmentsJoe Perches2015-09-236-36/+22
* arcnet: Use normal kernel brace styleJoe Perches2015-09-238-71/+52
* arcnet: Add and remove blank linesJoe Perches2015-09-2313-93/+13
* arcnet: Use normal kernel spacing styleJoe Perches2015-09-2313-394/+394
* arcnet: fix indentation of if_arcnet.hJoe Perches2015-09-231-29/+26
* usbnet: remove invalid checkAndrzej Hajda2015-09-223-15/+0
* rndis_wlan: fix checking for default valueAndrzej Hajda2015-09-221-1/+1
* orinoco: fix checking for default valueAndrzej Hajda2015-09-221-3/+3
* mwifiex: fix comparison expressionAndrzej Hajda2015-09-221-2/+2
* net: brcm80211: fix range checkAndrzej Hajda2015-09-221-1/+1
* net: stmmac: fix type of entry variableAndrzej Hajda2015-09-221-1/+1
* net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-221-1/+1
* isdn: hisax: fix frame calculationAndrzej Hajda2015-09-221-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-22120-653/+816
|\
| * netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman2015-09-181-1/+1
| * netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-184-7/+7
| * netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-1843-157/+156
| * ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman2015-09-181-8/+8
| * netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-1816-18/+24
| * act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman2015-09-182-1/+3
| * netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-187-44/+14
| * netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-185-20/+15
| * netfilter: nf_tables: Pass struct net in nft_pktinfoEric W. Biederman2015-09-181-1/+2
| * netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-1817-43/+41
| * netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-188-1/+9
| * netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-1825-64/+54
| * inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-186-21/+21