aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_set_hash.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso1-12/+28
2020-01-16netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso1-23/+24
2020-01-16netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal1-18/+4
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso4-10/+22
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso3-3/+8
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso4-31/+33
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2-10/+3
2020-01-16netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso1-16/+22
2020-01-16netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso1-1/+7
2020-01-16netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2-5/+3
2020-01-16netfilter: nft_bitwise: correct uapi header comment.Jeremy Sowden1-1/+1
2020-01-16sfc: remove duplicated include from efx.cYueHaibing1-1/+0
2020-01-15devlink: fix typos in qed documentationJacob Keller1-2/+2
2020-01-15pptp: support sockets bound to an interfaceUlrich Weber1-2/+3
2020-01-15net: bridge: vlan: notify on vlan add/delete/change flagsNikolay Aleksandrov3-18/+99
2020-01-15net: bridge: vlan: add rtnetlink group and notify supportNikolay Aleksandrov3-0/+92
2020-01-15net: bridge: vlan: add rtm range supportNikolay Aleksandrov2-14/+73
2020-01-15net: bridge: vlan: add del rtm message supportNikolay Aleksandrov1-0/+6
2020-01-15net: bridge: vlan: add new rtm message supportNikolay Aleksandrov3-6/+123
2020-01-15net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov6-1/+203
2020-01-15net: bridge: netlink: add extack error messages when processing vlansNikolay Aleksandrov2-14/+30
2020-01-15net: bridge: vlan: add helpers to check for vlan id/range validityNikolay Aleksandrov2-10/+34