| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 | Patrick McHardy | 2011-01-14 | 5434 | -229538/+382875 |
|\ |
|
| * | netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes | Florian Westphal | 2011-01-13 | 2 | -15/+46 |
| * | netfilter: x_table: speedup compat operations | Eric Dumazet | 2011-01-13 | 6 | -35/+57 |
| * | netfilter: xt_conntrack: support matching on port ranges | Patrick McHardy | 2011-01-13 | 2 | -2/+88 |
| * | netfilter: xt_comment: drop unneeded unsigned qualifier | Jan Engelhardt | 2011-01-13 | 1 | -1/+1 |
| * | IPVS: netns, final patch enabling network name space. | Hans Schillstrom | 2011-01-13 | 7 | -32/+1 |
| * | IPVS: netns, misc init_net removal in core. | Hans Schillstrom | 2011-01-13 | 2 | -6/+9 |
| * | IPVS: netns, svc counters moved in ip_vs_ctl,c | Hans Schillstrom | 2011-01-13 | 2 | -12/+12 |
| * | IPVS: netns, trash handling | Hans Schillstrom | 2011-01-13 | 3 | -14/+16 |
| * | IPVS: netns, defense work timer. | Hans Schillstrom | 2011-01-13 | 5 | -14/+17 |
| * | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. | Hans Schillstrom | 2011-01-13 | 9 | -181/+230 |
| * | IPVS: netns, connection hash got net as param. | Hans Schillstrom | 2011-01-13 | 11 | -83/+153 |
| * | IPVS: netns, ip_vs_stats and its procfs | Hans Schillstrom | 2011-01-13 | 5 | -61/+256 |
| * | IPVS: netns awareness to ip_vs_sync | Hans Schillstrom | 2011-01-13 | 5 | -191/+240 |
| * | IPVS: netns awareness to ip_vs_est | Hans Schillstrom | 2011-01-13 | 4 | -50/+64 |
| * | IPVS: netns awareness to ip_vs_app | Hans Schillstrom | 2011-01-13 | 7 | -58/+76 |
| * | IPVS: netns, common protocol changes and use of appcnt. | Hans Schillstrom | 2011-01-13 | 6 | -37/+39 |
| * | IPVS: netns, use ip_vs_proto_data as param. | Hans Schillstrom | 2011-01-13 | 10 | -110/+129 |
| * | IPVS: netns preparation for proto_ah_esp | Hans Schillstrom | 2011-01-13 | 2 | -16/+10 |
| * | IPVS: netns preparation for proto_sctp | Hans Schillstrom | 2011-01-13 | 3 | -63/+70 |
| * | IPVS: netns preparation for proto_udp | Hans Schillstrom | 2011-01-13 | 3 | -43/+54 |
| * | IPVS: netns preparation for proto_tcp | Hans Schillstrom | 2011-01-13 | 5 | -49/+79 |
| * | IPVS: netns, prepare protocol | Hans Schillstrom | 2011-01-13 | 3 | -1/+88 |
| * | IPVS: netns awarness to lblc sheduler | Hans Schillstrom | 2011-01-13 | 2 | -16/+38 |
| * | IPVS: netns awarness to lblcr sheduler | Hans Schillstrom | 2011-01-13 | 2 | -18/+41 |
| * | IPVS: netns to services part 1 | Hans Schillstrom | 2011-01-13 | 9 | -115/+214 |
| * | IPVS: netns, add basic init per netns. | Hans Schillstrom | 2011-01-13 | 13 | -33/+354 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman | 2011-01-13 | 5406 | -228405/+380616 |
| |\ |
|
| | * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 2011-01-07 | 17 | -400/+701 |
| | |\ |
|
| | | * | hfsplus: %L-to-%ll, macro correction, and remove unneeded braces | Anton Salikhmetov | 2010-12-16 | 3 | -14/+14 |
| | | * | hfsplus: spaces/indentation clean-up | Anton Salikhmetov | 2010-12-16 | 4 | -14/+14 |
| | | * | hfsplus: C99 comments clean-up | Anton Salikhmetov | 2010-12-16 | 3 | -13/+16 |
| | | * | hfsplus: over 80 character lines clean-up | Anton Salikhmetov | 2010-12-16 | 16 | -123/+260 |
| | | * | hfsplus: fix an artifact in ioctl flag checking | Anton Salikhmetov | 2010-12-16 | 1 | -1/+1 |
| | | * | hfsplus: flush disk caches in sync and fsync | Christoph Hellwig | 2010-11-23 | 4 | -0/+21 |
| | | * | hfsplus: optimize fsync | Christoph Hellwig | 2010-11-23 | 6 | -32/+78 |
| | | * | hfsplus: split up inode flags | Christoph Hellwig | 2010-11-23 | 4 | -19/+29 |
| | | * | hfsplus: write up fsync for directories | Christoph Hellwig | 2010-11-23 | 3 | -1/+3 |
| | | * | hfsplus: simplify fsync | Christoph Hellwig | 2010-11-23 | 1 | -21/+20 |
| | | * | hfsplus: avoid useless work in hfsplus_sync_fs | Christoph Hellwig | 2010-11-23 | 1 | -0/+3 |
| | | * | hfsplus: make sure sync writes out all metadata | Christoph Hellwig | 2010-11-23 | 1 | -1/+19 |
| | | * | hfsplus: use raw bio access for partition tables | Christoph Hellwig | 2010-11-23 | 2 | -70/+71 |
| | | * | hfsplus: use raw bio access for the volume headers | Christoph Hellwig | 2010-11-23 | 3 | -88/+131 |
| | | * | hfsplus: always use hfsplus_sync_fs to write the volume header | Christoph Hellwig | 2010-11-23 | 1 | -6/+3 |
| | | * | hfsplus: silence a few debug printks | Christoph Hellwig | 2010-11-23 | 4 | -5/+3 |
| | | * | hfsplus: fix option parsing during remount | Christoph Hellwig | 2010-11-07 | 3 | -5/+30 |
| | * | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-07 | 45 | -1365/+1596 |
| | |\ \ |
|
| | | * | | spi/omap: Fix DMA API usage in OMAP MCSPI driver | Russell King - ARM Linux | 2011-01-07 | 1 | -8/+3 |
| | | * | | spi/imx: correct the test on platform_get_irq() return value | Richard Genoud | 2011-01-07 | 1 | -1/+1 |
| | | * | | spi/topcliff: Typo fix threhold to threshold | Justin P. Mattock | 2010-12-31 | 1 | -2/+2 |