Age | Commit message (Expand) | Author |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold |
2003-09-19 | patch by Jon Burgess: | Johannes Stezenbach |
2003-09-10 | Use iminor() instead of minor(), add a macro to provide 2.4 | Michael Hunold |
2003-09-10 | Make sure void* arguments get converted in two steps: | Michael Hunold |
2003-09-10 | Add missing #include | Michael Hunold |
2003-08-26 | added missing initialization of '.readers' | Oliver Endriss |
2003-08-24 | - * dvb-core.h | Andreas Oberritter |
2003-08-24 | Fix copyright stuff in various files: | Michael Hunold |
2003-08-21 | fix (int)<->(void*) compile warning, there are many more, especially in the D... | Holger Waechtler |
2003-08-21 | Port the latest video device changes (multiple read device opens) | Michael Hunold |
2003-08-09 | Change to URB mem allocation to GFP_ATOMIC since it gets called from | Alex Woods |
2003-07-24 | bend only for different adapters... | Holger Waechtler |
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 |