Age | Commit message (Expand) | Author | Files | Lines |
2018-05-07 | netfilter: nft_dynset: fix timeout updates on 32bit | Florian Westphal | 1 | -1/+1 |
2018-05-07 | netfilter: ctnetlink: export nf_conntrack_max | Florent Fourcot | 3 | -0/+5 |
2018-05-07 | netfilter: extract Passive OS fingerprint infrastructure from xt_osf | Fernando Fernandez Mancera | 7 | -289/+359 |
2018-05-06 | netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspace | Phil Sutter | 1 | -0/+4 |
2018-05-06 | netfilter: nf_nat: remove unused ct arg from lookup functions | Florian Westphal | 7 | -42/+22 |
2018-05-06 | netfilter: ip6t_srh: extend SRH matching for previous, next and last SID | Ahmed Abdelsalam | 2 | -11/+205 |
2018-05-06 | netfilter: nft_numgen: enable hashing of one element | Laura Garcia Liebana | 1 | -1/+1 |
2018-05-06 | netfilter: nft_numgen: add map lookups for numgen statements | Laura Garcia Liebana | 2 | -5/+84 |
2018-04-27 | ipvs: initialize tbl->entries in ip_vs_lblc_init_svc() | Cong Wang | 1 | -0/+1 |
2018-04-27 | ipvs: initialize tbl->entries after allocation | Cong Wang | 1 | -0/+1 |
2018-04-27 | Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/... | Pablo Neira Ayuso | 10 | -6/+593 |
2018-04-27 | netfilter: nf_tables: merge exthdr expression into nft core | Florian Westphal | 5 | -29/+5 |
2018-04-27 | netfilter: nf_tables: merge rt expression into nft core | Florian Westphal | 5 | -29/+4 |
2018-04-27 | netfilter: nf_tables: make meta expression builtin | Florian Westphal | 5 | -29/+4 |
2018-04-24 | netfilter: merge meta_bridge into nft_meta | Florian Westphal | 5 | -219/+58 |
2018-04-24 | netfilter: nf_tables: always use an upper set size for dynsets | Florian Westphal | 1 | -1/+4 |
2018-04-24 | netfilter: nf_tables: support timeouts larger than 23 days | Florian Westphal | 2 | -15/+39 |
2018-04-24 | netfilter: xtables: use ipt_get_target_c instead of ipt_get_target | Taehee Yoo | 1 | -1/+1 |
2018-04-24 | netfilter: ebtables: add ebt_get_target and ebt_get_target_c | Taehee Yoo | 2 | -9/+19 |
2018-04-24 | netfilter: x_tables: remove duplicate ip6t_get_target function call | Taehee Yoo | 1 | -1/+0 |
2018-04-24 | netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCH | Taehee Yoo | 2 | -5/+1 |
2018-04-24 | netfilter: ebtables: add ebt_free_table_info function | Taehee Yoo | 1 | -24/+15 |
2018-04-24 | netfilter: add __exit mark to helper modules | Taehee Yoo | 5 | -11/+5 |
2018-04-24 | netfilter: add NAT support for shifted portmap ranges | Thierry Du Tre | 36 | -71/+145 |
2018-04-24 | netfilter: nf_tables: Simplify set backend selection | Phil Sutter | 5 | -143/+139 |
2018-04-24 | netfilter: nf_tables: initial support for extended ACK reporting | Pablo Neira Ayuso | 1 | -93/+206 |
2018-04-24 | netfilter: nf_tables: simplify lookup functions | Pablo Neira Ayuso | 4 | -160/+110 |
2018-04-24 | netfilter: nf_flow_table: fix offloading connections with SNAT+DNAT | Felix Fietkau | 1 | -1/+1 |
2018-04-24 | netfilter: nf_flow_table: add missing condition for TCP state check | Felix Fietkau | 1 | -4/+8 |
2018-04-24 | netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seen | Felix Fietkau | 1 | -3/+27 |
2018-04-24 | netfilter: nf_flow_table: add support for sending flows back to the slow path | Felix Fietkau | 1 | -1/+49 |
2018-04-24 | netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deleted | Felix Fietkau | 1 | -2/+15 |
2018-04-24 | netfilter: nf_flow_table: add a new flow state for tearing down offloading | Felix Fietkau | 2 | -8/+16 |
2018-04-24 | netfilter: nf_flow_table: make flow_offload_dead inline | Felix Fietkau | 2 | -7/+4 |
2018-04-24 | netfilter: nf_flow_table: track flow tables in nf_flow_table directly | Felix Fietkau | 4 | -23/+19 |
2018-04-24 | netfilter: nf_flow_table: fix priv pointer for netdev hook | Felix Fietkau | 1 | -1/+1 |
2018-04-24 | netfilter: nf_flow_table: move init code to nf_flow_table_core.c | Felix Fietkau | 6 | -65/+74 |
2018-04-24 | netfilter: nf_flow_table: relax mixed ipv4/ipv6 flowtable dependencies | Felix Fietkau | 1 | -2/+1 |
2018-04-24 | netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_table | Felix Fietkau | 2 | -232/+215 |
2018-04-24 | netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtu | Felix Fietkau | 1 | -4/+2 |
2018-04-24 | netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table | Felix Fietkau | 3 | -242/+247 |
2018-04-21 | netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.c | Felix Fietkau | 2 | -0/+2 |
2018-04-21 | netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple | Felix Fietkau | 4 | -30/+14 |
2018-04-21 | ipv6: make ip6_dst_mtu_forward inline | Felix Fietkau | 3 | -24/+21 |
2018-04-19 | netfilter: nf_flow_table: clean up flow_offload_alloc | Felix Fietkau | 1 | -59/+34 |
2018-04-19 | netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_* | Felix Fietkau | 1 | -4/+4 |
2018-04-19 | netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet. | Taehee Yoo | 3 | -26/+14 |
2018-04-18 | ipv6: frags: fix a lockdep false positive | Eric Dumazet | 1 | -11/+12 |
2018-04-18 | hv_netvsc: Add NetVSP v6 and v6.1 into version negotiation | Haiyang Zhang | 2 | -1/+166 |
2018-04-18 | hv_netvsc: propogate Hyper-V friendly name into interface alias | Stephen Hemminger | 2 | -0/+29 |