summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-16netfilter: ebtables: split copy_everything_to_user into two functionsFlorian Westphal1-32/+38
2010-02-16netfilter: ebtables: split do_replace into two functionsFlorian Westphal1-65/+71
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2-4/+4
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal17-17/+17
2010-02-15netfilter: ebtables: abort if next_offset is too smallFlorian Westphal1-0/+2
2010-02-15netfilter: ctnetlink: add zone supportPatrick McHardy2-19/+75
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy25-85/+236
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy8-11/+15
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt4-136/+168
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt8-22/+22
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt1-2/+6
2010-02-15netfilter: get rid of the grossness in netfilter.hJan Engelhardt1-17/+28
2010-02-15netfilter: reduce NF_HOOK by one argumentJan Engelhardt1-9/+5
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt2-14/+6
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt1-2/+6
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan3-3/+0
2010-02-12netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()Alexey Dobriyan1-5/+1
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan2-2/+6
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy3-6/+25
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy3-6/+58
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2-23/+48
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy3-31/+179
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy3-92/+105
2010-02-11netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy1-3/+4
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy3-0/+13
2010-02-11netfilter: ctnetlink: dump expectation helper namePatrick McHardy1-0/+4
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy19-825/+348
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt18-334/+141
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt11-250/+121
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt7-59/+36
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt9-258/+126
2010-02-10netfilter: ctnetlink: add missing netlink attribute policiesPatrick McHardy1-5/+36
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2-6/+11
2010-02-10netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan1-5/+1
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2023-23829/+75974
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller27-143/+165
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller6-28/+38
2010-02-08drivers/net: Correct NULL testJulia Lawall1-1/+1
2010-02-08MAINTAINERS: networking drivers - Add git net-next treeJoe Perches1-0/+1
2010-02-08net/sched: Fix module name in KconfigJan Luebbe1-8/+8
2010-02-08cxgb3: fix GRO checksum checkDivy Le Ray1-8/+12
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy10-47/+49
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan3-6/+6
2010-02-08netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan1-1/+1
2010-02-08netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2-16/+25
2010-02-08netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-08netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal1-0/+1
2010-02-05packet: Kill CONFIG_PACKET_MMAP.David S. Miller3-43/+4
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2-26/+27