summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6t_REJECT.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-3/+0
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-10/+10
|/
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-6/+3
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-10/+8
* netfilter: netns: ip6t_REJECT in netns for realAlexey Dobriyan2008-10-081-10/+12
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-1/+1
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-1/+2
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-1/+1
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-1/+1
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-20/+17
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-3/+3
* [IPV6]: Add ip6_local_outHerbert Xu2008-01-281-3/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-7/+7
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-14/+9
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-8/+8
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo2007-04-251-2/+3
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-18/+18
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-4/+6
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-1/+0
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-2/+1
* [NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy2006-09-221-3/+1
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-201-0/+2
* [NETFILTER]: Convert ip6_tables matches/targets to centralized error checkingPatrick McHardy2006-03-201-19/+4
* [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECTYasuyuki Kozakai2006-02-151-0/+2
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-1/+2
* [XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy2005-09-081-4/+1
* [NETFILTER]: Add IPv6 REJECT targetPatrick McHardy2005-08-291-0/+284
OpenPOWER on IntegriCloud