aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25[NET]: Move sk_setup_caps() out of line.Andi Kleen1-13/+1
2007-04-25[TCP]: Uninline tcp_done().Andi Kleen1-15/+1
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-2/+2
2007-04-25[AF_PACKET]: Add option to return orig_dev to userspace.Peter P. Waskiewicz Jr1-0/+1
2007-04-25[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki1-0/+3
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki2-0/+2
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2-0/+2
2007-04-25[NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy1-2/+0
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+4
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer1-1/+3
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner3-2/+13
2007-04-25[DCCP]: Complete documentation of dccp_sockGerrit Renker1-11/+10
2007-04-25bridge: eliminate call by referenceStephen Hemminger1-1/+2
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu3-7/+13