summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: xt_hashlimit should use time_after_eq()Eric Dumazet2007-12-141-1/+1
* [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-141-2/+6
* [NETFILTER]: ctnetlink: set expected bit for related conntracksPablo Neira Ayuso2007-12-141-1/+3
* [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2007-12-012-10/+10
* [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy2007-11-301-3/+1
* [NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage()Evgeniy Polyakov2007-11-151-1/+1
* [NETFILTER]: fix compat_nf_sockopt typoPatrick McHardy2007-11-151-3/+3
* [NETFILTER]: xt_time should not assume CONFIG_KTIME_SCALAREric Dumazet2007-11-131-1/+1
* [NETFILTER]: Consolidate nf_sockopt and compat_nf_sockoptPavel Emelyanov2007-11-131-62/+44
* [NETFILTER]: nf_sockopts list head cleanupAlexey Dobriyan2007-11-071-9/+4
* [NETFILTER]: Clean up MakefileJan Engelhardt2007-11-071-7/+7
* [NETFILTER]: Copyright/Email updateJan Engelhardt2007-11-073-5/+8
* Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-301-1/+1
* [NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARNAndrew Morton2007-10-291-1/+1
* more UTF-8 conversionsMarcin Garski2007-10-191-2/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-192-2/+2
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-182-14/+15
|\
| * [NETFILTER]: nf_conntrack_tcp: fix connection reopening fixJozsef Kadlecsik2007-10-181-4/+7
| * [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is requiredLi Zefan2007-10-181-10/+8
* | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-184-38/+0
|/
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-1524-271/+270
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-152-19/+9
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-154-28/+18
* [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