aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-21tipc: Prevent node object duplication due to simultaneous discoveryAllan Stephens1-0/+26
2008-05-21tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens3-9/+23
2008-05-21ip6mr: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+7
2008-05-21ipmr: Use on-device stats instead of private ones.Pavel Emelyanov1-16/+9
2008-05-21ip6tnl: Use on-device stats instead of private ones.Pavel Emelyanov2-21/+6
2008-05-21tunnels: Remove stat member from ip_tunnel struct.Pavel Emelyanov1-1/+0
2008-05-21ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov1-2/+2
2008-05-21sit: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+9
2008-05-21ipip: Use on-device stats instead of private ones.Pavel Emelyanov1-14/+8
2008-05-21ipgre: Use on-device stats instead of private ones.Pavel Emelyanov1-18/+14
2008-05-21bridge: Use on-device stats instead of private ones.Pavel Emelyanov4-16/+8
2008-05-21net: The dev->get_stats pointer is not NULL nowadays.Pavel Emelyanov2-17/+12
2008-05-19ipv6: Register some net/ipv6/ core sysctls at read-only root.Pavel Emelyanov1-7/+22
2008-05-19inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov2-3/+48
2008-05-19ipv6: In fragmentation code, handle error returned from register_pernet_subsys.Pavel Emelyanov1-1/+7
2008-05-19inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov2-18/+18
2008-05-19netns: Register net/core/ sysctls at read-only root.Pavel Emelyanov1-20/+19
2008-05-19netns: Introduce sysctl root for read-only net sysctls.Pavel Emelyanov2-0/+33
2008-05-19tipc: Cosmetic cleanup of topology service codeAllan Stephens2-15/+13
2008-05-19tipc: Consolidate subscriber & subscriber port referencesAllan Stephens3-90/+116
2008-05-19tipc: Fix bug in topology server byte swapping routineAllan Stephens1-3/+1
2008-05-19tipc: Add support for customized subscription endiannessAllan Stephens2-19/+18
2008-05-19tipc: Add support for customized subscription overlap handlingAllan Stephens2-1/+11
2008-05-16bnx2: Update version to 1.7.6.Michael Chan1-2/+2
2008-05-16bnx2: Pre-initialize struct cpu_reg.Benjamin Li2-72/+86
2008-05-16bnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.Benjamin Li2-5/+6
2008-05-16bnx2: Remove the rx_offset field from the bnx2 structure.Benjamin Li2-11/+10
2008-05-16bnx2: Add EEH PCI recovery.Wendy Xiong1-0/+88
2008-05-16bnx2: Allow phy reset to be skipped during chip reset.Michael Chan1-23/+27
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller71-2126/+2529
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller980-13021/+25442
2008-05-14isdn/capi: Return proper errnos on module init.Marcin Slusarz1-3/+3
2008-05-14iphase: Fix 64bit warning.Alan Cox1-1/+2
2008-05-14hysdn: No longer broken on SMP.Andrew Morton1-1/+1
2008-05-14hysdn: Remove cli()/sti() calls.Mark Asselstine1-9/+5
2008-05-14atm: Cleanup atm_tcp.h and atm.h for userspace.Mike Frysinger2-12/+7
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger1-2/+10
2008-05-14sysfs: remove error messages for -EEXIST caseStephen Hemminger2-10/+4
2008-05-14net: handle errors from device_renameStephen Hemminger1-1/+5
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds23-215/+1014
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds10-151/+89
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-14Remove blkdev warning triggered by using mdNeil Brown8-6/+19
2008-05-14char: select fw_loader by moxaJiri Slaby1-0/+1
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens2-41/+45
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi2-4/+23
2008-05-14per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet1-1/+7
2008-05-14memory_hotplug: check for walk_memory_resource() failure in online_pages()Geoff Levand1-1/+8
2008-05-14lib: create common ascii hex arrayHarvey Harrison5-23/+20