summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2018-10-16netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera-26/+35
2018-10-16netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing-2/+0
2018-10-16netfilter: Replace spin_is_locked() with lockdepLance Roy-1/+1
2018-10-11netfilter: nft_compat: do not dump private areaPablo Neira Ayuso-2/+22
2018-10-11netfilter: xt_TEE: add missing code to get interface index in checkentry.Taehee Yoo-0/+7
2018-10-11netfilter: xt_TEE: fix wrong interface selectionTaehee Yoo-17/+52
2018-10-11netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera-0/+10
2018-10-11netfilter: nft_set_rbtree: allow loose matching of closing element in intervalPablo Neira Ayuso-2/+8
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-991/+1399
2018-10-09netfilter: xt_quota: Don't use aligned attribute in sizeofNathan Chancellor-1/+1
2018-10-08net: Add extack to nlmsg_parseDavid Ahern-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+19
2018-10-03netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng-33/+22
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner-2/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo-14/+14
2018-09-28netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo-6/+6
2018-09-28netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo-4/+2
2018-09-28netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche-1/+24
2018-09-28netfilter: nf_tables: add SECMARK supportChristian Göttsche-4/+132
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski-2/+1
2018-09-21netfilter: ctnetlink: must check mark attributes vs NULLFlorian Westphal-2/+9
2018-09-20netfilter: conntrack: get rid of double sizeofzhong jiang-2/+2
2018-09-20netfilter: nft_osf: use enum nft_data_types for nft_validate_register_storeStefan Agner-1/+1
2018-09-20netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo-46/+19
2018-09-20netfilter: nat: remove duplicate skb_is_nonlinear() in __nf_nat_mangle_tcp_pa...Taehee Yoo-3/+1
2018-09-20netfilter: conntrack: clamp l4proto array size at largers supported protocolFlorian Westphal-1/+1
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal-273/+69
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal-11/+10
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal-18/+43
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal-106/+91
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal-63/+94
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal-258/+194
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal-108/+131
2018-09-17netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo-4/+0
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso-33/+18
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal-6/+0
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal-7/+14
2018-09-17netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso-0/+72
2018-09-17netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen-22/+28
2018-09-17netfilter: nf_tables: add xfrm expressionFlorian Westphal-0/+301
2018-09-17netfilter: remove obsolete need_conntrack stubFlorian Westphal-7/+0
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal-6/+50
2018-09-17netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal-0/+19
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal-14/+83
2018-09-17netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal-0/+11
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-96/+175
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-96/+175
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang-9/+9
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner-0/+1
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso-3/+3