summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-04-26[SPARC64]: Kill pci_controller->base_address_update().David S. Miller
2007-04-26[SPARC64]: Kill pci_controller->resource_adjust()David S. Miller
2007-04-26[SPARC64]: Kill PBM ranges software state.David S. Miller
2007-04-26[SPARC64]: Kill PBM intmap software state.David S. Miller
2007-04-26[SPARC64]: Internalize pci_memspace_mask.David S. Miller
2007-04-26[SPARC64]: Probe PCI bus using OF device tree.David S. Miller
2007-04-26[SPARC64] isa: Convert to use pci_device_to_OF_node().David S. Miller
2007-04-26[SPARC64] ebus: Convert to use pci_device_to_OF_node().David S. Miller
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller
2007-04-26[SPARC]: constify some paramaters of OF routinesStephen Rothwell
2007-04-26[SPARC/64]: constify of_get_property returnStephen Rothwell
2007-04-26[SPARC64] constify of_get_property return: includeStephen Rothwell
2007-04-26[SPARC64]: Add clocksource/clockevents support.David S. Miller
2007-04-26[SPARC64]: Unify timer interrupt handler.David S. Miller
2007-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-04-26[NET]: Delete unused header file linux/if_wanpipe_common.hRobert P. J. Day
2007-04-26[NET]: Delete unused header file linux/sdla_fr.h.Robert P. J. Day
2007-04-26[NETLINK]: Possible cleanups.Adrian Bunk
2007-04-26[XFRM]: Export SAD info.Jamal Hadi Salim
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger
2007-04-25[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki
2007-04-25[IPV6]: Consolidate common SNMP codeHerbert Xu
2007-04-25[IPV4]: Consolidate common SNMP codeHerbert Xu
2007-04-25[TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki
2007-04-25[WIRELESS] cfg80211: Update comment for locking.Johannes Berg
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger
2007-04-25[WIRELESS]: Remove wext over netlink.Johannes Berg
2007-04-25[WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg
2007-04-25[IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki
2007-04-25[IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki
2007-04-25[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen
2007-04-25[NET]: Move sk_setup_caps() out of line.Andi Kleen
2007-04-25[TCP]: Uninline tcp_done().Andi Kleen
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger
2007-04-25[AF_PACKET]: Add option to return orig_dev to userspace.Peter P. Waskiewicz Jr
2007-04-25[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner
2007-04-25[NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner
2007-04-25[DCCP]: Complete documentation of dccp_sockGerrit Renker
2007-04-25bridge: eliminate call by referenceStephen Hemminger
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu
2007-04-25[XFRM]: Optimize MTU calculationPatrick McHardy
2007-04-25[IPV6] FIB6RULE: Find source address during looking up route.YOSHIFUJI Hideaki
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo