summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Pass ipvs not net to ip_vs_find_destEric W. Biederman2015-09-244-5/+5
* ipvs: Pass ipvs not net to ip_vs_has_real_serviceEric W. Biederman2015-09-243-5/+6
* ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman2015-09-245-10/+11
* ipvs: Pass ipvs not net to __ip_vs_service_findEric W. Biederman2015-09-241-9/+8
* ipvs: Pass ipvs not net to ip_vs_svc_hashkeyEric W. Biederman2015-09-241-4/+4
* ipvs: Pass ipvs not net to __ip_vs_svc_fwm_findEric W. Biederman2015-09-241-7/+8
* ipvs: Pass ipvs not net to ip_vs_svc_fwm_hashkeyEric W. Biederman2015-09-241-4/+4
* ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman2015-09-245-39/+43
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-247-29/+29
* ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman2015-09-242-9/+9
* ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman2015-09-248-55/+25
* ipvs: Use state->net in the ipvs forward functionsEric W. Biederman2015-09-241-6/+2
* ipvs: Don't use current in proc_do_defense_modeEric W. Biederman2015-09-241-2/+6
* ipvs: Hoist computation of ipvs earlier in sctp_conn_scheduleEric W. Biederman2015-09-241-2/+3
* 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
| * inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-1817-41/+25
| * 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/+21
| | * 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