aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2-4/+5
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet2-5/+7
2007-03-07[NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragments as ESTABLISHEDPatrick McHardy1-0/+1
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy2-8/+4
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packetsMasahide NAKAMURA1-0/+7
2007-02-12[NETFILTER]: Kconfig: improve dependency handlingPatrick McHardy1-1/+2
2007-02-12[NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy1-2/+2
2007-02-12[NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arraysPatrick McHardy1-0/+1
2007-02-12[NETFILTER]: nf_log: minor cleanupsPatrick McHardy1-1/+1
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki13-181/+181
2007-02-08[NETFILTER]: ip6_tables: remove redundant structure definitionsPatrick McHardy3-57/+0