aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches5-14/+8
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom5-13/+39
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso3-664/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2-3/+3
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2-5/+5
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-14/+0
2012-04-02netfilter: ipv6: Stop using NLA_PUT*().David S. Miller2-10/+11
2012-03-22netfilter: remove forward module param confusion.Rusty Russell1-7/+2
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+47
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-3/+10
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger3-537/+0
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller3-0/+144
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-13netfilter: add ipv6 reverse path filter matchFlorian Westphal3-0/+144
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet1-1/+4
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller1-1/+0
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-4/+4
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+3
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal1-7/+4
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl1-0/+1
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones1-1/+2
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-1/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-1/+3
2011-05-10netfilter: IPv6: initialize TOS field in REJECT target moduleFernando Luis Vazquez Cao1-1/+3
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-7/+12
2011-04-17netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller1-1/+2
2011-04-17netfilter: ip6_tables: Fix set-but-unused variables.David S. Miller1-2/+0
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet1-7/+12
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-20netfilter: xtables: fix reentrancyEric Dumazet1-2/+2
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-0/+3
2011-03-15ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-2/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-10/+10
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-1/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-02-17netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx1-1/+1
2011-01-20netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet1-0/+1
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-31/+14