summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6t_REJECT.c
Commit message (Expand)AuthorAge
* netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-14
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-03
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-18
* netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz2015-08-26
* netfilter: ip6t_REJECT: Remove debug messages from reject_tg6()Subash Abhinov Kasiviswanathan2015-08-04
* netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso2015-03-22
* netfilter: REJECT: separate reusable codeEric Leblond2013-12-30
* netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev2013-10-23
* netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-28
* netfilter: add my copyright statementsPatrick McHardy2013-04-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-15
|\
| * netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-16
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-13
|/
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-03
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* netfilter: IPv6: initialize TOS field in REJECT target moduleFernando Luis Vazquez Cao2011-05-10
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-12
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* net: Make flowi ports AF dependent.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-02
* ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller2010-12-12
* netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-02
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-11
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-19
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-25
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-25
|/
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-23
* net: skb->dst accessorsEric Dumazet2009-06-03
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-25
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-08
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-08
* netfilter: netns: ip6t_REJECT in netns for realAlexey Dobriyan2008-10-08
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-08
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-14
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-05
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-28
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-28
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-28
* [IPV6]: Add ip6_local_outHerbert Xu2008-01-28
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-15
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-10
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-10
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-10