summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/nft_reject_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-4/+2Star
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+2Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2Star
* sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-201-4/+1Star
* netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-061-5/+1Star
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-12/+18
* netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso2016-09-121-1/+43
* net: bridge: remove _deliver functions and consolidate forward codeNikolay Aleksandrov2016-07-171-4/+4
* netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-10/+10
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-171-3/+5
* netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-7/+6Star
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-6/+6
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-3/+3
* netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
* netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* netfilter: bridge: rework reject handlingFlorian Westphal2015-03-031-18/+66
* netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-191-23/+6Star
* netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-271-47/+5Star
* netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck2014-11-031-0/+1
* netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso2014-10-311-1/+32
* netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2014-10-311-10/+253
* netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-5/+90
* netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-221-0/+67