aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/nft_reject_bridge.c
AgeCommit message (Expand)Author
2020-06-03netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-03-06netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso
2016-07-16net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal
2015-03-03netfilter: bridge: rework reject handlingFlorian Westphal
2015-01-19netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso
2014-11-27netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso
2014-07-22netfilter: bridge: add reject supportPablo Neira Ayuso