aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-01netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik1-0/+55
2011-02-01netfilter: ipset: list:set set type supportJozsef Kadlecsik1-0/+27
2011-02-01netfilter: ipset: hash:ip set type supportJozsef Kadlecsik2-0/+1100
2011-02-01netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik2-0/+158
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik3-0/+498
2011-02-01netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macrosJozsef Kadlecsik1-1/+2
2011-01-20netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt39-0/+77
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-1/+1
2011-01-20netfilter: xtables: remove duplicate memberJan Engelhardt1-1/+1
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-0/+12
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller48-162/+264
2011-01-20netfilter: xtables: remove extraneous header that slipped inJan Engelhardt1-1/+0
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend1-0/+12
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-0/+68
2011-01-19net_device: add support for network device groupsVlad Dogaru2-0/+8
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy201-1518/+3494
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt1-0/+12
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso1-0/+9
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa1-0/+9
2011-01-18Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy31-121/+123
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2-0/+7
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal1-5/+15
2011-01-18netfilter: xtables: add missing header files to export listJan Engelhardt1-0/+2
2011-01-18netfilter: xtables: use __uXX guarded types for userspace exportsJan Engelhardt30-121/+121
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-7/+9
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds1-0/+1
2011-01-17Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-25/+33
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-5/+5
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds2-50/+51
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu1-0/+1
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim1-2/+2
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt1-1/+1
2011-01-17fallocate should be a file operationChristoph Hellwig1-2/+2
2011-01-16ARM: PL08x: cleanup commentsRussell King - ARM Linux1-23/+20
2011-01-16PCI / ACPI: Fix build of the AER driver for CONFIG_ACPI unsetRafael J. Wysocki1-3/+0
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds8-16/+24
2011-01-16sanitize vfsmount refcounting changesAl Viro2-5/+1
2011-01-16netfilter: create audit records for x_tables replacesThomas Graf1-0/+1
2011-01-16netfilter: audit target to record accepted/dropped packetsThomas Graf3-0/+32
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely1-1/+1
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-6/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-1/+1
2011-01-15autofs4: Bump versionIan Kent1-1/+1
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells1-1/+0
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2-0/+3
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2-3/+11
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells2-1/+8