ChangeSet@1.1089, 2003-05-06 18:15:59-07:00, paulkf@microgate.com [PATCH] n_hdlc update - Use C99 initializers ChangeSet@1.1088, 2003-05-06 18:15:51-07:00, paulkf@microgate.com [PATCH] synclink update - Add support for hardware version 2 (universal PCI) of synclink adapter - Use mod_timer() function ChangeSet@1.1086, 2003-05-06 17:20:04-07:00, warp@mercury.d2dc.net [PATCH] i2c: it87 patch. More or less straight forward patch. Fix a typo in the comments at the top. Show all 9 voltage inputs. Show all 3 fan inputs. Allow you to select the temp sensor type from the sysfs interface, instead of just with the temp_type module option. (1 = diode, 2 = thermistor, 0 = disabled). I'm still trying to figure out the registers for PWM fan controller support. ChangeSet@1.1085, 2003-05-06 17:18:27-07:00, greg@kroah.com [PATCH] i2c: fix compile error due to previous patches. ChangeSet@1.1084, 2003-05-06 17:16:36-07:00, kraxel@bytesex.org [PATCH] i2c #3/3: add class field to i2c_adapter This is the last of three patches for i2c. It introduces a new field to i2c_adapter which classifies the kind of hardware a i2c adapter belongs to (analog tv card / dvb card / smbus / gfx card ...). i2c chip drivers can use this infomation to decide whenever they want to look for hardware on that adapter or not. It doesn't make sense to probe for a tv tuner on a smbus for example ... ChangeSet@1.1083, 2003-05-06 17:16:26-07:00, kraxel@bytesex.org [PATCH] i2c #2/3: add i2c_clients_command Changes: * adds a i2c_clients_command() function to i2c-core which calls the ->command() callback of all clients attached to a adapter. * make bttv + saa7134 drivers use that function instead of mucking with the i2c_adapter struct themself. ChangeSet@1.1082, 2003-05-06 17:16:15-07:00, kraxel@bytesex.org [PATCH] i2c #1/3: listify i2c core This is the first of tree patches for i2c. Trying to get the i2c cleanups finshed before 2.6.x, so we (hopefully) don't have a ever-changing i2c subsystem in 2.7.x again (which is very annonying for driver maintainance). Changes: * listify i2c-core, i.e. make it use instead of statically-sized arrays, removed lots of ugly code :) * added i2c_(get|put)_adapter, changed i2c-dev.c to use these functions instead maintaining is own adapter list. * killed the I2C_DF_DUMMY flag which had the strange semantics to make the i2c subsystem call driver->attach_adapter on detaches. Added a detach_adapter() callback instead. * some other minor cleanups along the way ... ChangeSet@1.1079.1.7, 2003-05-06 15:51:03-07:00, greg@kroah.com PCI Hotplug: export the acpi_resource_to_address64 function, as the acpi pci hotplug driver needs it. ChangeSet@1.1079.1.6, 2003-05-06 15:43:13-07:00, greg@kroah.com [PATCH] PCI Hotplug: fix dependancies for CONFIG_HOTPLUG_PCI_ACPI Thanks to Adrian Bunk for pointing this out. ChangeSet@1.1079.1.5, 2003-05-06 15:35:45-07:00, greg@kroah.com [PATCH] PCI Hotplug: fix up the acpi driver to work properly again. ChangeSet@1.1079.1.4, 2003-05-06 15:35:34-07:00, greg@kroah.com [PATCH] PCI Hotplug: fix compiler warning in ibm driver. ChangeSet@1.1079.1.3, 2003-05-06 15:35:23-07:00, greg@kroah.com [PATCH] PCI Hotplug: fix up the ibm driver to work properly again. ChangeSet@1.1079.1.2, 2003-05-06 15:34:00-07:00, greg@kroah.com [PATCH] PCI Hotplug: fix up the compaq driver to work properly again. ChangeSet@1.1079.2.1, 2003-05-06 13:35:35-07:00, roland@frob.com [PATCH] core dump psinfo.pr_sname letter fix This patch makes the state letter in the pr_sname field in core dumps correct for stopped and zombie threads. The order needed to be changed when the TASK_* values changed. This matches the letters used in sched.c:show_task. ChangeSet@1.1080, 2003-05-06 11:58:43-07:00, greg@kroah.com Merge gregkh@kernel.bkbits.net:/home/gregkh/linux/i2c-2.5 into kroah.com:/home/greg/linux/BK/i2c-2.5 ChangeSet@1.1063.1.1, 2003-05-06 07:34:39-07:00, davem@nuts.ninka.net [SPARC64]: Only use power interrupt when button property exists. ChangeSet@1.1078, 2003-05-06 06:57:16-07:00, yoshfuji@linux-ipv6.org [IPV^]: Use correct icmp6 type in ip6_pkt_discard. ChangeSet@1.1077, 2003-05-06 06:54:39-07:00, yoshfuji@linux-ipv6.org [IPV6]: Fix offset in ICMPV6_HDR_FIELD messages. ChangeSet@1.1076, 2003-05-06 06:43:00-07:00, davem@nuts.ninka.net [BLUETOOTH]: Fix hci_usb build. ChangeSet@1.1075, 2003-05-06 06:15:55-07:00, davem@nuts.ninka.net [IPV6]: Kill spurious module_{get,put}(). ChangeSet@1.1074, 2003-05-06 02:06:22-07:00, davem@nuts.ninka.net [NETFILTER]: ip_nat_proto_{icmp,udp}.c need ip_nat_core.h ChangeSet@1.1073, 2003-05-06 01:04:26-07:00, rusty@rustcorp.com.au [NETFILTER]: Make NAT code handle non-linear skbs. Makes the NAT code and all NAT helpers handle non-linear skbs. Main trick is to introduce skb_ip_make_writable which handles all the decloning, linearizing, etc. ChangeSet@1.1072, 2003-05-06 01:02:29-07:00, rusty@rustcorp.com.au [NETFILTER]: Fix Module Usage in ipchains and ipfwadm. Gets rid of some warnings. Manipulating our own module count inside the sockopt is safe, because unregistering that sockopt will block. ChangeSet@1.1071, 2003-05-06 00:59:10-07:00, steve@gw.chygwyn.com [DECNET]: seq file conversions and fixes. o Removed blksize from decnet device parameters - use the device mtu like we ought to. o Removed /proc/net/decnet_route file - I don't think anybody ever used it and it was lacking a full enough description of the routes to be useful. ip -D route list is much better :-) o Added rt_local_src entry to decnet routes so that we get the local source address right when forwarding. o Added correct proto argument to struct flowi for routing o MSG_MORE in sendmsg (ignored, but accepted whereas before we'd error) o /proc/net/decnet converted to seq_file o /proc/net/decnet_dev converted to seq_file o /proc/net/decnet_cache converted to seq_file o Use pskb_may_pull() and add code to linearize skbs on the input path except for those containing data. o Fixed returned packet code (mostly - some left to do) o update_pmtu() method for decnet dst entries (ip_gre device assumes this method exists - well I think it does :-) o Fixed bug in forwarding to get IE bit set correctly o Fixed compile bugs with CONFIG_DECNET_ROUTE_FWMARK pointed out by Adrian Bunk o Fixed zero dest code to grab an address from loopback o Fixed local routes in dn_route_output_slow() o Fixed error case in dn_route_input/output_slow() pointed out by Rusty ChangeSet@1.1070, 2003-05-06 00:52:42-07:00, steve@gw.chygwyn.com [FS]: Add seq_release_private and proc_net_fops_create helpers. ChangeSet@1.1069, 2003-05-06 00:49:29-07:00, chas@locutus.cmf.nrl.navy.mil [ATM]: svcs possible race with sigd. ChangeSet@1.1068, 2003-05-06 00:45:16-07:00, chas@locutus.cmf.nrl.navy.mil [ATM]: Fix excessive stack usage in iphase driver. ChangeSet@1.1067, 2003-05-06 00:43:18-07:00, davem@nuts.ninka.net [ATM]: Fix some CPP pasting in ambassador driver. ChangeSet@1.1065, 2003-05-06 00:14:29-07:00, davem@nuts.ninka.net [IPSEC]: Fix SADB_EALG_{3,}DESCBC values. ChangeSet@1.1042.89.4, 2003-05-05 20:18:41-03:00, acme@conectiva.com.br o ipx: convert ipx_route to use list_head ChangeSet@1.1042.89.3, 2003-05-05 01:30:29-03:00, acme@conectiva.com.br o ipx: convert ipx_interface handling to use list_head ChangeSet@1.1042.89.2, 2003-05-05 00:57:30-03:00, acme@conectiva.com.br o list.h: implement list_for_each_entry_safe ChangeSet@1.1042.1.184, 2003-05-04 18:18:59-07:00, davem@nuts.ninka.net [NETFILTER IPV6]: Fix warnings. ChangeSet@1.1042.1.183, 2003-05-04 18:00:58-07:00, davem@nuts.ninka.net [ATM]: mpc.c warning fixes. ChangeSet@1.1042.92.10, 2003-05-04 16:48:09-07:00, torvalds@home.transmeta.com Linux 2.5.69 TAG: v2.5.69