summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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/+63
* | sch_dsmark: improve memory localityEric Dumazet2015-09-171-30/+33
* | Merge branch 'bcmgenet-irq-coalesce'David S. Miller2015-09-172-5/+154
|\ \
| * | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-172-3/+105
| * | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-172-3/+50
|/ /
* | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-172-4/+0
* | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-171-38/+52
* | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-172-232/+40
* | lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-171-362/+256
* | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.Woojung.Huh@microchip.com2015-09-171-0/+2
* | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-171-1/+1
* | net: Initialize table in fib resultDavid Ahern2015-09-171-0/+2
* | Merge branch 'bpf_avoid_clone'David S. Miller2015-09-179-13/+159
|\ \
| * | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-179-1/+91
| * | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-175-12/+68
|/ /
* | net: only check perm protocol when register protoJunwei Zhang2015-09-171-11/+5
* | bonding: use l4 hash if availableEric Dumazet2015-09-171-0/+4
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-176-6/+14
* | Merge branch 'nf_hook_netns'David S. Miller2015-09-1767-358/+379
|\ \
| * | netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-174-0/+4
| * | netfilter: Pass net into okfnEric W. Biederman2015-09-1737-94/+95
| * | netfilter: Use nf_hook_state.netEric W. Biederman2015-09-1721-58/+41
| * | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-1731-120/+142
| * | bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman2015-09-173-8/+9
OpenPOWER on IntegriCloud