aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-10-11[NETFILTER]: x_tables: add missing ip6t_modulename aliasesJan Engelhardt
2007-10-11[NETFILTER]: nf_conntrack_tcp: fix connection reopeningJozsef Kadlecsik
2007-10-10[NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev
2007-10-10[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev
2007-10-10[NETFILTER]: Make netfilter code use the seq_open_privatePavel Emelyanov
2007-10-10[NETFILTER]: x_tables: add xt_time matchJan Engelhardt
2007-10-10[NETFILTER]: nfnetlink_log: fix some constantsMichal Miroslaw
2007-10-10[NETFILTER]: nfnetlink_log: fix instance_create() failure pathMichal Miroslaw
2007-10-10[NETFILTER]: nfnetlink_log: fix styleMichal Miroslaw
2007-10-10[NETFILTER]: nfnetlink_log: flush queue earlyMichal Miroslaw
2007-10-10[NETFILTER]: nfnetlink_log: kill duplicate codeMichal Miroslaw
2007-10-10[NETFILTER]: nf_conntrack_netlink: add support to related connectionsPablo Neira Ayuso
2007-10-10[NETFILTER]: nf_conntrack_expect: kill unique IDPatrick McHardy
2007-10-10[NETFILTER]: nf_conntrack: kill unique IDPatrick McHardy
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink_queue: use netlink policyPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink_log: use netlink policyPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy
2007-10-10[NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger
2007-10-10[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu
2007-10-10[NET]: Disable netfilter sockopts when not in the initial network namespaceEric W. Biederman
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-09-20[NETFILTER]: nfnetlink_log: fix sending of multipart messagesEric Leblond
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman
2007-08-30[NETFILTER]: xt_tcpudp: fix wrong struct in udp_checkentryJesper Bengtsson
2007-08-14[NETFILTER]: nf_conntrack_sip: fix SIP-URI parsingPatrick McHardy
2007-08-14[NETFILTER]: nf_conntrack_sip: check sname != NULL before calling strncmpPatrick McHardy
2007-08-14[NETFILTER]: netfilter: xt_u32 bug correctionEric Dumazet
2007-08-07[NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c...Pablo Neira Ayuso
2007-08-02[NETFILTER] nf_conntrack_expect.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-07-26netfilter endian regressionsAl Viro
2007-07-24[NETFILTER]: Clean up duplicate includes in net/netfilter/Jesper Juhl
2007-07-20ANSIfy a couple of functions in netfilterAl Viro
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-19[NET] NETFILTER: Fix whitespace errors.YOSHIFUJI Hideaki
2007-07-18[NETFILTER]: xt_connlimit needs to depend on nf_conntrackCornelia Huck
2007-07-14[NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy
2007-07-14[NETFILTER]: x_tables: add connlimit matchJan Engelhardt