Age | Commit message (Expand) | Author |
2003-07-04 | don't include <linux/crc32.h>, this is done by dvb_compat.h | Holger Waechtler |
2003-07-01 | report EINTR if dvr write gets interrupted | Johannes Stezenbach |
2003-06-29 | add some sanity checks and additional locking in synchronizer code | Holger Waechtler |
2003-06-29 | clear net_device struct using memset(net, 0, ...) before initializing | Holger Waechtler |
2003-06-27 | flush work queues on deinitialisation, restart feeds in set_mac in work queue | Holger Waechtler |
2003-06-24 | - set check-CRC flag on section filter to drop broken packets | Johannes Stezenbach |
2003-06-23 | - prevent interface from being removed while it is in use | Johannes Stezenbach |
2003-06-23 | get rid of trailing whitespace | Johannes Stezenbach |
2003-06-23 | use proposed mac where possible, fix the uninitialized net->addr_len bug, mak... | Holger Waechtler |
2003-06-22 | Rollback to munges and split usb compat stuff out to fix building | Alex Woods |
2003-06-21 | 2.5 compile fixes | Holger Waechtler |
2003-06-21 | fix compile warning | Holger Waechtler |
2003-06-21 | - 2.5 API changes for bt878 | Holger Waechtler |
2003-06-21 | remove card_num and dev_num from struct dvb_net | Holger Waechtler |
2003-06-21 | code review, use adap->num instead of card_num field, card_num and dev_num ar... | Holger Waechtler |
2003-06-21 | 2.5 portability code to task queues | Holger Waechtler |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-06-13 | read MAC from EEPROM if available, contributed by Michael Glaum <mglaum@kvh.com> | Holger Waechtler |
2003-06-13 | use tq_schedule instead of tq_immediate | Holger Waechtler |
2003-06-12 | code review and fix the old race condition in dev->set_multicast_list | Holger Waechtler |
2003-06-03 | Cleaned up the list of includes. | Michael Hunold |
2003-06-02 | Deadlock. Bei einem blockierenden FE_GET_EVENT wird der fe-thread am | Holger Waechtler |
2003-05-28 | Some include fixes to make the code compile again both with | Michael Hunold |
2003-05-28 | Fix the stuff I got wrong the first time: | Michael Hunold |
2003-05-28 | Feed 2.5 changes to CVS. | Michael Hunold |
2003-05-27 | - remove enumeration typedefs | Michael Hunold |
2003-05-27 | Here comes a huge cleanup patch in order to get the sources into | Michael Hunold |
2003-05-26 | check for err == -EOPNOTSUPP in dvb_frontend_internal_ioctl instead of | Andreas Oberritter |
2003-05-20 | Some more ppc-compilation fixes: | Michael Hunold |
2003-05-19 | fix (void*) -> (int) cast for 64bit architectures, use long instead of int | Holger Waechtler |
2003-05-13 | patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff: | Johannes Stezenbach |
2003-05-07 | fixed remaining frontend thread issues (I hope ;-) | Johannes Stezenbach |
2003-05-06 | trying to fix frontend thread start/stop problems | Johannes Stezenbach |
2003-05-06 | Add a new "dvb_functions.c" and populate it with the | Michael Hunold |
2003-05-06 | Make the dvb-core compile again under 2.5.69. This time I made it the | Michael Hunold |
2003-05-03 | Update dec driver to work with 2.5 kernels | Alex Woods |
2003-04-30 | - introduce dvb_functions.h in order to make the dvb subsystem | Michael Hunold |
2003-04-29 | - portability fixes, follow compat.[hc] -> dvb_compat.[hc] changes | Holger Waechtler |
2003-04-28 | make dvbdmx_connect_frontend() and dvbdmx_disconnect_frontend() nonstatic | Holger Waechtler |
2003-04-26 | Revert ddelay() cleanup, discuss this first with Holger. | Michael Hunold |
2003-04-25 | fix syntax errors to get it compile again. | Holger Waechtler |
2003-04-25 | Lots of cosmetic changes in order to sync the CVS with | Michael Hunold |
2003-04-24 | Some fixes to get the "analog" i2c drivers to work for both 2.4 and | Michael Hunold |
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler |
2003-04-24 | Change "compat" to "dvb_compat". | Michael Hunold |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-04-20 | export dvbdmx_connect_frontend and dvbdmx_disconnect_frontend | Andreas Oberritter |
2003-04-20 | add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code - | Holger Waechtler |
2003-04-15 | remove name/vendor/id strings, these caused only troubles everywhere and nobo... | Holger Waechtler |
2003-04-14 | remove _s suffixes from struct definitions | Holger Waechtler |