Age | Commit message (Expand) | Author |
2004-01-23 | - spelling fix: aquire -> acquire | Michael Hunold |
2004-01-20 | - some more compatiblity cruft to make the driver compile down to | Michael Hunold |
2004-01-16 | merge frontend improvements from DVB tree: | Johannes Stezenbach |
2004-01-14 | corrected bug in dvb_demux.c:1.44->1.45: | Andreas Oberritter |
2004-01-12 | - copy each packet only once to the dvr device, even if a PID is in multiple ... | Michael Hunold |
2004-01-07 | - add defines again, needed for older kernels, of course... | Michael Hunold |
2004-01-05 | - fix compiler warning | Michael Hunold |
2003-12-20 | corrected handling of feed lists | Andreas Oberritter |
2003-12-08 | Add a parameter to dvb_filter_pes2ts function to specify whether the packet | Alex Woods |
2003-12-03 | emard's cleanup | Holger Waechtler |
2003-12-02 | emard's new section demux code. Please test! | Holger Waechtler |
2003-11-14 | change license GPL -> LGPL | Oliver Endriss |
2003-11-10 | applied skystar2 tone burst patch by Vincenzo Di Massa and fixed a compile ti... | Holger Waechtler |
2003-10-31 | fix rare crash on invalid packets, patch by Asier Aguirre | Johannes Stezenbach |
2003-10-28 | Copy the data variable as well on register client so that detach | Jamie Honan |
2003-10-16 | - change all occurences of crc32_le to crc32_be | Michael Hunold |
2003-10-16 | - fix compilation error in dvb_net.c | Michael Hunold |
2003-10-16 | - add missing #include <linux/version> to fix compilation | Michael Hunold |
2003-10-15 | fixed the bug found by this portuguese girl. | Holger Waechtler |
2003-10-14 | Pass thorugh return value of register_chrdev() | Michael Hunold |
2003-10-14 | In 2.6, the networking code has changed. Unfortunately, we | Michael Hunold |
2003-10-14 | Backfeed whitespace changes from linux-2.6.0-test7, so this won't | Michael Hunold |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |
2003-10-13 | Packet size 204 for dst. | Jamie Honan |
2003-10-13 | dvb_dmx_swfilter_204 for DST-CI. | Jamie Honan |
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 routine to handle data from | Jamie Honan |
2003-10-13 | Added Brad Campbell's dvb_dmx_swfilter_204 for data from dst-ci. | Jamie Honan |
2003-10-09 | dvb_dmx_swfilter_section_feed: check CRC only when | Johannes Stezenbach |
2003-10-09 | This file is not used anymore. | Michael Hunold |
2003-10-08 | avoid "redefinition of bla bla" errors when building with patched kernels | Andreas Oberritter |
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter |
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 |