aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2-13/+9
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2-10/+10
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2-25/+25
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-4/+1
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-3/+3
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman1-0/+1
2007-07-31[NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk1-2/+2
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy1-4/+2
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2-4/+2
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-1/+1
2007-07-14[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai1-34/+8
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai1-11/+16
2007-07-14[NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai1-2/+0
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy11-223/+160
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai1-6/+0
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy13-15/+15
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-13/+115
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt10-40/+38
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt8-21/+38
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt3-20/+20
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt8-27/+27
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt10-83/+80
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt10-26/+26
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-2/+7
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham2-4/+2
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy3-163/+55
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-02kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov1-1/+1
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy1-8/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy1-5/+2
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy5-41/+0
2007-04-25[SK_BUFF] ipv6: Use skb_network_offset in some more placesArnaldo Carvalho de Melo2-3/+4
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2-3/+3
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo10-42/+35
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2-2/+2
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-7/+12
2007-04-25[SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo1-2/+3