summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+95Star
* arcnet: Use include/linux path for asmJoe Perches2015-09-237-7/+7
* arcnet: Coalesce string fragmentsJoe Perches2015-09-236-36/+22Star
* arcnet: Use normal kernel brace styleJoe Perches2015-09-238-71/+52Star
* arcnet: Add and remove blank linesJoe Perches2015-09-2313-93/+13Star
* arcnet: Use normal kernel spacing styleJoe Perches2015-09-2313-394/+394
* arcnet: fix indentation of if_arcnet.hJoe Perches2015-09-231-29/+26Star
* usbnet: remove invalid checkAndrzej Hajda2015-09-233-15/+0Star
* rndis_wlan: fix checking for default valueAndrzej Hajda2015-09-231-1/+1
* orinoco: fix checking for default valueAndrzej Hajda2015-09-231-3/+3
* mwifiex: fix comparison expressionAndrzej Hajda2015-09-231-2/+2
* net: brcm80211: fix range checkAndrzej Hajda2015-09-231-1/+1
* net: stmmac: fix type of entry variableAndrzej Hajda2015-09-231-1/+1
* net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-231-1/+1
* isdn: hisax: fix frame calculationAndrzej Hajda2015-09-231-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/+156Star
| * 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/+14Star
| * netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-185-20/+15Star
| * 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/+41Star
| * 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/+54Star
| * inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-186-21/+21
| * inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-1817-41/+25Star
| * netfilter: ebtables: Simplify the arguments to ebt_do_tableEric W. Biederman2015-09-185-19/+20
| * Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2015-09-1813-218/+427
| |\
| | * ipvs: add sysctl to ignore tunneled packetsAlex Gartrell2015-09-174-1/+37
| | * ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell2015-09-011-17/+23
| | * ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell2015-09-011-9/+18
| | * ipvs: support scheduling inverse and icmp TCP packetsAlex Gartrell2015-09-011-11/+28
| | * ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell2015-09-011-2/+3
| | * ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-014-9/+55
| | * ipvs: sh: support scheduling icmp/inverse packets consistentlyAlex Gartrell2015-09-011-24/+21Star
| | * ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell2015-09-011-1/+3
| | * ipvs: add schedule_icmp sysctlAlex Gartrell2015-09-012-1/+18
| | * ipvs: Make ip_vs_schedule aware of inverse iph'esAlex Gartrell2015-09-011-14/+36
| | * ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell2015-09-015-37/+37
| | * ipvs: pull out ip_vs_try_to_schedule functionAlex Gartrell2015-09-011-21/+39
| | * ipvs: Handle inverse and icmp headers in ip_vs_leaveAlex Gartrell2015-09-011-12/+21
| | * ipvs: Add hdr_flags to iphdrAlex Gartrell2015-09-014-15/+52
| | * ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell2015-09-013-71/+63Star
* | | drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULLStephen Rothwell2015-09-221-25/+10Star