aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-94/+172
2019-04-22netfilter: fix nf_l4proto_log_invalid to log invalid packetsAndrei Vagin1-1/+1
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal4-16/+18
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal1-3/+8
2019-04-15netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()Dan Carpenter1-1/+1
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-04-13netfilter: conntrack: initialize ct->timeoutAlexander Potapenko1-0/+1
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal2-67/+78
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal3-3/+2
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal3-91/+42
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal3-0/+158
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2-4/+2
2019-04-08netfilter: make two functions staticFlorian Westphal2-5/+3
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2-12/+32
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal1-0/+61
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal1-0/+64
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal4-15/+10
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal4-16/+174
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal4-17/+136
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-5/+114
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso1-8/+2
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing1-1/+1
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King1-3/+2
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-3/+1
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei2-87/+95
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-30/+41
2019-03-22genetlink: make policy common to familyJohannes Berg1-12/+1
2019-03-20netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo1-1/+4
2019-03-18netfilter: nft_redir: fix module autoload with ip4Pablo Neira Ayuso1-1/+1
2019-03-18netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso1-3/+16
2019-03-18netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann1-0/+1
2019-03-18netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso1-4/+3
2019-03-18netfilter: nf_conntrack_sip: remove direct dependency on IPv6Alin Nastac1-21/+16
2019-03-11netfilter: nf_tables: return immediately on empty commitFlorian Westphal1-0/+5
2019-03-11netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso1-1/+3
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso4-13/+54
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso1-6/+11
2019-03-08netfilter: nat: don't register device notifier twiceFlorian Westphal1-16/+19
2019-03-01netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal3-0/+111
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2-13/+168
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2-12/+143
2019-03-01netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen1-10/+4
2019-03-01netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing1-0/+1
2019-03-01netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing1-6/+8
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long1-5/+2
2019-03-01netfilter: convert the proto argument from u8 to u16Li RongQing1-2/+2
2019-03-01netfilter: nft_tunnel: Add dst_cache supportwenxu1-0/+7
2019-03-01netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal1-10/+40