summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-112-13/+9Star
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-112-10/+10
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-112-25/+25
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-111-4/+1Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-3/+4
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static.Adrian Bunk2007-07-311-2/+2
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-251-4/+2Star
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-152-4/+2Star
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-151-1/+1
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-151-34/+8Star
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-151-11/+16
* [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2007-07-151-2/+0Star
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1111-223/+160Star
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-111-1/+1
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-111-6/+0Star
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1113-15/+15
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-111-13/+115
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-1110-40/+38Star
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-118-21/+38
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-113-20/+20
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-118-27/+27
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-1110-83/+80Star
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-1110-26/+26
* [NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy2007-06-071-2/+7
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-042-4/+2Star
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-113-163/+55Star
* Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov2007-05-021-1/+1
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-261-8/+4Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-5/+2Star
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-265-41/+0Star
* [SK_BUFF] ipv6: Use skb_network_offset in some more placesArnaldo Carvalho de Melo2007-04-262-3/+4
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-262-3/+3
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Use the helpers to get the layer header pointerArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-2610-42/+35Star
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-262-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-7/+12
* [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pullArnaldo Carvalho de Melo2007-04-261-2/+3