summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: x_tables: add missing ip6t_modulename aliasesJan Engelhardt2007-10-118-0/+8
* [NETFILTER]: nf_conntrack_tcp: fix connection reopeningJozsef Kadlecsik2007-10-111-21/+14
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-8/+4
* [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev2007-10-101-20/+5
* [NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov2007-10-104-64/+8
* [NETFILTER]: x_tables: add xt_time matchJan Engelhardt2007-10-103-0/+284
* [NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw2007-10-101-7/+5
* [NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw2007-10-101-5/+5
* [NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw2007-10-101-3/+4
* [NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw2007-10-101-4/+5
* [NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw2007-10-101-16/+14
* [NETFILTER]: nf_conntrack_netlink: add support to related connectionsPablo Neira Ayuso2007-10-101-3/+40
* [NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy2007-10-102-5/+3
* [NETFILTER]: nf_conntrack: kill unique IDPatrick McHardy2007-10-102-4/+2
* [NETFILTER]: ctnetlink: use netlink policyPatrick McHardy2007-10-106-74/+74
* [NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy2007-10-101-19/+11
* [NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy2007-10-101-29/+9
* [NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy2007-10-101-35/+13
* [NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy2007-10-101-10/+1
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-108-55/+55
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-106-392/+392
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-104-17/+17
* [NET]: Wrap hard_header_parseStephen Hemminger2007-10-102-12/+12
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-101-1/+1
* [NET]: Disable netfilter sockopts when not in the initial network namespaceEric W. Biederman2007-10-101-0/+7
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-103-3/+5
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-105-22/+27
* [NETFILTER]: nfnetlink_log: fix sending of multipart messagesEric Leblond2007-09-201-6/+7
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-25/+11
* [NETFILTER]: xt_tcpudp: fix wrong struct in udp_checkentryJesper Bengtsson2007-08-301-1/+1
* [NETFILTER]: nf_conntrack_sip: fix SIP-URI parsingPatrick McHardy2007-08-141-1/+4
* [NETFILTER]: nf_conntrack_sip: check sname != NULL before calling strncmpPatrick McHardy2007-08-141-1/+2
* [NETFILTER]: netfilter: xt_u32 bug correctionEric Dumazet2007-08-141-1/+1
* [NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso2007-08-071-8/+9
* [NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-021-3/+2
* netfilter endian regressionsAl Viro2007-07-265-14/+16
* [NETFILTER]: Clean up duplicate includes in net/netfilter/Jesper Juhl2007-07-244-4/+0
* ANSIfy a couple of functions in netfilterAl Viro2007-07-201-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-203-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-192-2/+2
|\
| * [NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-192-2/+2
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
|/
* [NETFILTER]: xt_connlimit needs to depend on nf_conntrackCornelia Huck2007-07-181-0/+1
* [NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy2007-07-143-0/+277
* [NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy2007-07-146-9/+9
* [NETFILTER]: x_tables: add connlimit matchJan Engelhardt2007-07-143-0/+321
* [NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai2007-07-141-0/+30
* [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai2007-07-142-6/+6
* [NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2007-07-141-0/+2