aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-26[WEXT]: Clean up how wext is called.Johannes Berg2-10/+25
2007-04-26[AF_RXRPC]: Delete the old RxRPC code.David Howells10-698/+8
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to useDavid Howells2-2/+54
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells6-4/+189
2007-04-26[AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells1-0/+2
2007-04-26[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov1-3/+4
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-2/+7
2007-04-26[SPARC64]: Add generic iommu and strbuf structs to iommu.hDavid S. Miller1-0/+29
2007-04-26[SPARC64]: Consolidate {sbus,pci}_iommu_arena.David S. Miller2-15/+15
2007-04-26[SPARC]: Make device_node name and type constStephen Rothwell2-4/+4
2007-04-26[SPARC64]: constify some paramaters of OF routinesStephen Rothwell1-4/+6
2007-04-26[SPARC64]: Add proper header file extern for cmdline_memory_size.David S. Miller1-0/+2
2007-04-26[SPARC64]: Privatize sun4u_get_pte() and fix name.David S. Miller1-14/+0
2007-04-26[SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.David S. Miller1-2/+2
2007-04-26[SPARC64]: Use SPARSEMEM_STATICDavid S. Miller1-3/+3
2007-04-26[SPARC64]: Use DECLARE_BITMAP in struct pci_iommu.David S. Miller1-1/+1
2007-04-26[SPARC64]: Const'ify pci_iommu_ops.David S. Miller1-1/+1
2007-04-26[SPARC64]: Kill pbm->pci_first_slot.David S. Miller1-3/+0
2007-04-26[SPARC64]: Kill pci_controller->pbms_same_domainDavid S. Miller1-3/+0
2007-04-26[SPARC64]: Kill pci_controller->base_address_update().David S. Miller1-1/+0
2007-04-26[SPARC64]: Kill pci_controller->resource_adjust()David S. Miller1-1/+0
2007-04-26[SPARC64]: Kill PBM ranges software state.David S. Miller1-2/+0
2007-04-26[SPARC64]: Kill PBM intmap software state.David S. Miller1-3/+0
2007-04-26[SPARC64]: Internalize pci_memspace_mask.David S. Miller1-8/+0
2007-04-26[SPARC64]: Probe PCI bus using OF device tree.David S. Miller2-24/+17
2007-04-26[SPARC64] isa: Convert to use pci_device_to_OF_node().David S. Miller1-2/+0
2007-04-26[SPARC64] ebus: Convert to use pci_device_to_OF_node().David S. Miller1-2/+0
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller4-7/+6
2007-04-26[SPARC]: constify some paramaters of OF routinesStephen Rothwell1-4/+6
2007-04-26[SPARC/64]: constify of_get_property returnStephen Rothwell2-3/+3
2007-04-26[SPARC64] constify of_get_property return: includeStephen Rothwell2-3/+3
2007-04-26[SPARC64]: Add clocksource/clockevents support.David S. Miller1-10/+7
2007-04-26[SPARC64]: Unify timer interrupt handler.David S. Miller3-31/+4
2007-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse136-473/+570
2007-04-26[NET]: Delete unused header file linux/if_wanpipe_common.hRobert P. J. Day1-58/+0
2007-04-26[NET]: Delete unused header file linux/sdla_fr.h.Robert P. J. Day1-638/+0
2007-04-26[NETLINK]: Possible cleanups.Adrian Bunk3-4/+0
2007-04-26[XFRM]: Export SAD info.Jamal Hadi Salim2-0/+33
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger1-0/+1
2007-04-25[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki1-2/+0
2007-04-25[IPV6]: Consolidate common SNMP codeHerbert Xu1-8/+12
2007-04-25[IPV4]: Consolidate common SNMP codeHerbert Xu1-0/+1
2007-04-25[TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki1-0/+6
2007-04-25[WIRELESS] cfg80211: Update comment for locking.Johannes Berg1-0/+4
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger2-4/+10
2007-04-25[WIRELESS]: Remove wext over netlink.Johannes Berg1-10/+0
2007-04-25[WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg5-0/+218
2007-04-25[IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki1-1/+1
2007-04-25[IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki1-1/+1
2007-04-25[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen2-14/+22