| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: Pass priv instead of nf_hook_ops to netfilter hooks | Eric W. Biederman | 2015-09-18 | 43 | -157/+156 |
* | ipvs: Read hooknum from state rather than ops->hooknum | Eric W. Biederman | 2015-09-18 | 1 | -8/+8 |
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple | Eric W. Biederman | 2015-09-18 | 16 | -18/+24 |
* | act_connmark: Remember the struct net instead of guessing it. | Eric W. Biederman | 2015-09-18 | 2 | -1/+3 |
* | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6 | Eric W. Biederman | 2015-09-18 | 7 | -44/+14 |
* | netfilter: nf_tables: Use pkt->net instead of computing net from the passed n... | Eric W. Biederman | 2015-09-18 | 5 | -20/+15 |
* | netfilter: nf_tables: Pass struct net in nft_pktinfo | Eric W. Biederman | 2015-09-18 | 1 | -1/+2 |
* | netfilter: x_tables: Use par->net instead of computing from the passed net de... | Eric W. Biederman | 2015-09-18 | 17 | -43/+41 |
* | netfilter: x_tables: Pass struct net in xt_action_param | Eric W. Biederman | 2015-09-18 | 8 | -1/+9 |
* | netfilter: nf_tables: kill nft_pktinfo.ops | Eric W. Biederman | 2015-09-18 | 25 | -64/+54 |
* | inet netfilter: Prefer state->hook to ops->hooknum | Eric W. Biederman | 2015-09-18 | 6 | -21/+21 |
* | inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table | Eric W. Biederman | 2015-09-18 | 17 | -41/+25 |
* | netfilter: ebtables: Simplify the arguments to ebt_do_table | Eric W. Biederman | 2015-09-18 | 5 | -19/+20 |
* | Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Pablo Neira Ayuso | 2015-09-18 | 13 | -218/+427 |
|\ |
|
| * | ipvs: add sysctl to ignore tunneled packets | Alex Gartrell | 2015-09-17 | 4 | -1/+37 |
| * | ipvs: support scheduling inverse and icmp SCTP packets | Alex Gartrell | 2015-09-01 | 1 | -17/+23 |
| * | ipvs: support scheduling inverse and icmp UDP packets | Alex Gartrell | 2015-09-01 | 1 | -9/+18 |
| * | ipvs: support scheduling inverse and icmp TCP packets | Alex Gartrell | 2015-09-01 | 1 | -11/+28 |
| * | ipvs: ensure that ICMP cannot be sent in reply to ICMP | Alex Gartrell | 2015-09-01 | 1 | -2/+3 |
| * | ipvs: attempt to schedule icmp packets | Alex Gartrell | 2015-09-01 | 4 | -9/+55 |
| * | ipvs: sh: support scheduling icmp/inverse packets consistently | Alex Gartrell | 2015-09-01 | 1 | -24/+21 |
| * | ipvs: Use outer header in ip_vs_bypass_xmit_v6 | Alex Gartrell | 2015-09-01 | 1 | -1/+3 |
| * | ipvs: add schedule_icmp sysctl | Alex Gartrell | 2015-09-01 | 2 | -1/+18 |
| * | ipvs: Make ip_vs_schedule aware of inverse iph'es | Alex Gartrell | 2015-09-01 | 1 | -14/+36 |
| * | ipvs: drop inverse argument to conn_{in,out}_get | Alex Gartrell | 2015-09-01 | 5 | -37/+37 |
| * | ipvs: pull out ip_vs_try_to_schedule function | Alex Gartrell | 2015-09-01 | 1 | -21/+39 |
| * | ipvs: Handle inverse and icmp headers in ip_vs_leave | Alex Gartrell | 2015-09-01 | 1 | -12/+21 |
| * | ipvs: Add hdr_flags to iphdr | Alex Gartrell | 2015-09-01 | 4 | -15/+52 |
| * | ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off | Alex Gartrell | 2015-09-01 | 3 | -71/+63 |
* | | sch_dsmark: improve memory locality | Eric Dumazet | 2015-09-17 | 1 | -30/+33 |
* | | Merge branch 'bcmgenet-irq-coalesce' | David S. Miller | 2015-09-17 | 2 | -5/+154 |
|\ \ |
|
| * | | net: bcmgenet: Implement RX coalescing control knobs | Florian Fainelli | 2015-09-17 | 2 | -3/+105 |
| * | | net: bcmgenet: Implement TX coalescing control knobs | Florian Fainelli | 2015-09-17 | 2 | -3/+50 |
|/ / |
|
* | | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR. | Woojung.Huh@microchip.com | 2015-09-17 | 2 | -4/+0 |
* | | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M... | Woojung.Huh@microchip.com | 2015-09-17 | 1 | -38/+52 |
* | | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic... | Woojung.Huh@microchip.com | 2015-09-17 | 2 | -232/+40 |
* | | lan78xx: Update to use phylib instead of mii_if_info. | Woojung.Huh@microchip.com | 2015-09-17 | 1 | -362/+256 |
* | | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config. | Woojung.Huh@microchip.com | 2015-09-17 | 1 | -0/+2 |
* | | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHY | Woojung.Huh@microchip.com | 2015-09-17 | 1 | -1/+1 |
* | | net: Initialize table in fib result | David Ahern | 2015-09-17 | 1 | -0/+2 |
* | | Merge branch 'bpf_avoid_clone' | David S. Miller | 2015-09-17 | 9 | -13/+159 |
|\ \ |
|
| * | | bpf: add bpf_redirect() helper | Alexei Starovoitov | 2015-09-17 | 9 | -1/+91 |
| * | | cls_bpf: introduce integrated actions | Daniel Borkmann | 2015-09-17 | 5 | -12/+68 |
|/ / |
|
* | | net: only check perm protocol when register proto | Junwei Zhang | 2015-09-17 | 1 | -11/+5 |
* | | bonding: use l4 hash if available | Eric Dumazet | 2015-09-17 | 1 | -0/+4 |
* | | tcp: provide skb->hash to synack packets | Eric Dumazet | 2015-09-17 | 6 | -6/+14 |
* | | Merge branch 'nf_hook_netns' | David S. Miller | 2015-09-17 | 67 | -358/+379 |
|\ \ |
|
| * | | netfilter: Add blank lines in callers of netfilter hooks | Eric W. Biederman | 2015-09-17 | 4 | -0/+4 |
| * | | netfilter: Pass net into okfn | Eric W. Biederman | 2015-09-17 | 37 | -94/+95 |
| * | | netfilter: Use nf_hook_state.net | Eric W. Biederman | 2015-09-17 | 21 | -58/+41 |