summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2019-11-04Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso-17/+36
2019-11-04netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso-1/+2
2019-11-04netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso-0/+1
2019-11-04netfilter: nf_tables: fix unexpected EOPNOTSUPP errorFernando Fernandez Mancera-4/+2
2019-11-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik-13/+30
2019-11-04netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio-1/+1
2019-11-04netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter-3/+5
2019-11-04netfilter: nf_tables_offload: check for register data length mismatchesPablo Neira Ayuso-3/+4
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso-25/+35
2019-10-24netfilter: nft_payload: fix missing check for matching length in offloadswenxu-0/+38
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti-17/+28
2019-10-23netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso-1/+1
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso-1/+2
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet-2/+2
2019-10-01netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso-1/+6
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal-1/+1
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-7/+42
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski-4/+4
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana-0/+35
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal-5/+5
2019-09-20netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso-1/+1
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+12
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden-1/+0
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden-1/+0
2019-09-13netfilter: update include directives.Jeremy Sowden-6/+15
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden-3/+9
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden-5/+5
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu-4/+50
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu-7/+13
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu-7/+13
2019-09-13netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu-18/+34
2019-09-10netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso-2/+62
2019-09-10netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera-21/+122
2019-09-08netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso-11/+21
2019-09-08netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann-7/+13
2019-09-08netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handlingDan Carpenter-3/+3
2019-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-21/+231
2019-09-05netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera-0/+3
2019-09-03netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso-1/+1
2019-09-03netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso-2/+5
2019-09-03netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 modu...Leonardo Bras-0/+3
2019-09-03netfilter: nft_quota: add quota object update supportFernando Fernandez Mancera-7/+22
2019-09-03netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera-7/+71
2019-09-02netfilter: nft_socket: fix erroneous socket assignmentFernando Fernandez Mancera-3/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+10
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal-1/+2
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-11/+31
2019-08-27netfilter: not mark a spinlock as __read_mostlyLi RongQing-3/+2