summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: nfnetlink_queue: fix packet marking over netlinkPatrick McHardy2006-02-051-1/+2
* [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-051-7/+11
* [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-051-1/+1
* [NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai2006-02-051-1/+1
* [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso2006-02-051-0/+1
* [NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg2006-02-051-1/+1
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-1/+1
* [NETFILTER] x-tables: Missing linux/ipv6.h includes.David S. Miller2006-01-142-0/+2
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-2/+2
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1227-5/+4316
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-105-34/+34
* spelling: s/trough/through/Adrian Bunk2006-01-101-2/+2
* [NETFILTER]: Fix module_param types and permissionsPatrick McHardy2006-01-051-1/+1
* [NETFILTER]: Filter dumped entries based on the layer 3 protocol numberPablo Neira Ayuso2006-01-051-6/+17
* [NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso2006-01-057-34/+1973
* [NETFILTER]: Decrease number of pointer derefs in nf_conntrack_core.cJesper Juhl2006-01-051-3/+4
* [NETFILTER]: Decrease number of pointer derefs in nfnetlink_queue.cJesper Juhl2006-01-051-35/+44
* [NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.YOSHIFUJI Hideaki2006-01-042-2/+2
* [NETFILTER]: Wait for untracked references in nf_conntrack module unloadPatrick McHardy2005-12-051-0/+3
* [NETFILTER]: Mark ctnetlink as EXPERIMENTALPatrick McHardy2005-12-051-2/+2
* [NETFILTER]: nfnetlink: Fix calculation of minimum message lengthYasuyuki Kozakai2005-12-051-3/+2Star
* [NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrackJozsef Kadlecsik2005-12-011-9/+20
* [NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUGPatrick McHardy2005-11-171-1/+1
* [NETFILTER] Free layer-3 specific protocol tables at cleanupKOVACS Krisztian2005-11-161-0/+7
* [NETFILTER] Remove nf_conntrack stat proc file when cleaning upKOVACS Krisztian2005-11-161-1/+1
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-153-26/+17Star
* [NETFILTER] nf_conntrack: Add missing code to TCP conntrack moduleKOVACS Krisztian2005-11-151-0/+6
* [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker2005-11-121-0/+1
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-1010-0/+5418
* [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-091-7/+10
* [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-091-3/+1Star
* [NETFILTER] nf_queue: Fix Ooops when no queue handler registeredHarald Welte2005-11-051-1/+1
* [NETFILTER] nfnetlink: Use kzallocHarald Welte2005-11-052-8/+4Star
* [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte2005-10-111-2/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-2/+1Star
* [NETFILTER]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+2
* [NET]: Fix packet timestamping.Herbert Xu2005-10-032-4/+4
* [NETFILTER]: Fix HW checksum handling in nfnetlink_queuePatrick McHardy2005-09-071-1/+7
* [NETFILTER] remove bogus hand-coded htonll() from nenetlink_queueHarald Welte2005-09-061-13/+2Star
* [NETFILTER]: net/netfilter/nfnetlink*: make functions staticAdrian Bunk2005-09-062-3/+3
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-301-2/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-301-1/+1
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-302-6/+6
* [NETFILTER]: Fix compilation when no PROC_FS enabledHarald Welte2005-08-301-2/+2
* [NETFILTER]: check nf_log function call argumentsHarald Welte2005-08-301-1/+9
* [NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte2005-08-302-2/+10
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-303-25/+94
* [NETFILTER]: add correct bridging support to nfnetlink_{queue,log}Harald Welte2005-08-302-0/+116
* [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2005-08-306-0/+829
* [NETFILTER]: fix autoloading of nfnetlink_logHarald Welte2005-08-301-0/+1