LinuxTV

CVS log for DVB/driver/dvb_net.c

[BACK] Up to [DVB] / DVB / driver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 27 11:11:42 2003 UTC (20 years, 11 months ago) by holger
Branches: MAIN
CVS tags: branch_f_092003, branch_20040513, branch_20031217, LINUXTV-DVB-1_0_1, LINUXTV-DVB-1_0_0, HEAD
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +29 -15 lines
flush work queues on deinitialisation, restart feeds in set_mac in work queue

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jun 24 16:39:03 2003 UTC (20 years, 11 months ago) by js
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +96 -50 lines
- set check-CRC flag on section filter to drop broken packets
- some more debug prints in filter handling code
- cleaned up and commented packet reception handler
- formatting fixes

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jun 23 15:24:52 2003 UTC (20 years, 11 months ago) by js
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +36 -47 lines
- prevent interface from being removed while it is in use
- allow add/remove only for the superuser
- fix formatting

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 23 14:06:00 2003 UTC (20 years, 11 months ago) by js
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +32 -32 lines
get rid of trailing whitespace

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 23 12:31:06 2003 UTC (20 years, 11 months ago) by holger
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +289 -229 lines
struct dmx_demux_s        --> struct dmx_demux
struct dmx_section_feed_s --> struct dmx_section_feed

backport dvb_net from dvb_kernel in order to fix the I'm in irq-context oops

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jun 13 20:48:43 2003 UTC (20 years, 11 months ago) by holger
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
read proposed MAC from EEPROM if possible. Contributed by Michael Glaum <mglaum@kvh.com>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 3 08:53:02 2003 UTC (21 years, 4 months ago) by holger
Branches: MAIN
CVS tags: LINUXTV-DVB-1_0_0_pre3, LINUXTV-DVB-1_0_0_pre2, LINUXTV-DVB-1_0_0_pre1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +15 -0 lines
NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 9 17:46:35 2003 UTC (21 years, 4 months ago) by holger
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +122 -79 lines
take over Ralph's dvb_net bugfixes and modifications

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:43:32 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
CVS tags: all
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
backport of 2.5 driver changes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 17 09:29:39 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -12 lines
C99 patches by <aschultz@apophis.eastlink.de>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 10 20:05:01 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
move demux.h into private area

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Oct 10 19:22:28 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +97 -62 lines
the new HEAD

Revision 1.16
Thu Oct 10 18:59:06 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
FILE REMOVED
Changes since revision 1.15: +0 -0 lines
make room for the new HEAD trunk

Revision 1.11.2.8: download - view: text, markup, annotated - select for diffs
Mon Jul 22 17:17:51 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.11.2.7: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.7: +0 -8 lines
 - link related object files together in order to get less kernel modules
 - link related object files together in order to get less kernel modules
 - configurable IR keymaps using /proc/av7110_ir
 - make frontend code a little less verbose
 - removed some old/unused stuff

Revision 1.11.2.7: download - view: text, markup, annotated - select for diffs
Tue May 21 12:29:11 2002 UTC (22 years ago) by rjkm
Branches: NEWSTRUCT
CVS tags: linuxtv-0-5
Diff to: previous 1.11.2.6: preferred, colored
Changes since revision 1.11.2.6: +1 -1 lines
adapt to change from dvb_device_t ** to * in dvbdev.c

Revision 1.11.2.6: download - view: text, markup, annotated - select for diffs
Fri May 10 11:03:43 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.11.2.5: preferred, colored
Changes since revision 1.11.2.5: +0 -3 lines
- removed the static device table from dvbdev.c, replaced by a list, we don't
   have any limit for the number of devices now.

   Since the Nokia API specifies that each open() call for a demux device
   allocates a new filter we can't use the file->private_data pointer to
   save the dvbdev struct, but have to search our device list linearly for
   each open/ioctl/release call. Should not be a real problem since we will
   rarely have more than a few DVB devices, but anyway - the code is ugly.

   Did I ever told you that the Nokia API sucks?

- put all EXPORT_SYMBOL() macros in dvb_ksyms.c and av7110_ksyms.c,
   now we don't have to build the whole driver from scratch when we touch
   a file exporting symbols...

the not yet working cable frontend are not a bug but a missing feature.
That rev2.1 support is broken is just not true, I have a rev2.1 card with
Alps BSRU6 tuner here, it's just working fine. What card exactly is not
working? (what frontend?)

For the disable-demux-before-tuning/enable-again-whe-TS-is-in-sync we have
a clean framework using the frontend notifiers now, the AV7110 just has to
call the register functions...

I'll care about these issues next week.

Revision 1.11.2.5: download - view: text, markup, annotated - select for diffs
Mon Apr 15 00:51:40 2002 UTC (22 years, 1 month ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.11.2.4: preferred, colored
Changes since revision 1.11.2.4: +13 -10 lines
ppc fixes

stricter locking of filters

some changes in kernel demux API

started adapting margi code to new structure

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 7 18:08:21 2002 UTC (22 years, 2 months ago) by rjkm
Branches: MAIN
CVS tags: experimental-pinnacle, TNEWSTRUCT, REL-0-9-2, REL-0-0-2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -2 lines
some changes in networking (no ARP, no cache)

Revision 1.11.2.4: download - view: text, markup, annotated - select for diffs
Mon Mar 18 22:10:01 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.11.2.3: preferred, colored
Changes since revision 1.11.2.3: +50 -27 lines
new dvbdev registering (still in flux and only av7110 works)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 17 00:24:33 2002 UTC (22 years, 2 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -21 lines
fix problems with Nova lockups

Revision 1.11.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 15 22:38:49 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.11.2.2: preferred, colored
Changes since revision 1.11.2.2: +5 -9 lines
more restructuring (much more soon)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 11 10:43:36 2002 UTC (22 years, 2 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +44 -21 lines
promisc and allmulti modes (experimental)

Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 6 23:44:50 2002 UTC (22 years, 3 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.11.2.1: preferred, colored
Changes since revision 1.11.2.1: +37 -5 lines
change include files

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 18 09:26:24 2002 UTC (22 years, 3 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +138 -88 lines
multicast support

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 11 00:56:08 2002 UTC (22 years, 3 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +138 -88 lines
new directory structure

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 5 00:48:02 2001 UTC (22 years, 7 months ago) by rjkm
Branches: MAIN
Branch point for: NEWSTRUCT
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -15 lines
some internal changes to playback via DVR

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 16 14:21:57 2001 UTC (22 years, 7 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
some network driver fixes

device user tables were mixed up after frontend API change

section filter handling shouldn't oops any more

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 15 12:36:02 2001 UTC (22 years, 7 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
check if MODULE_LICENSE exists (for older 2.4.x kernels)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 15 10:53:02 2001 UTC (22 years, 7 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -0 lines
changes for usage of new frontend module

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 14 00:07:39 2001 UTC (22 years, 8 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
new tuner API

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 30 22:01:54 2001 UTC (22 years, 11 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -18 lines
fix MAC address setting in network device

had too much fun with video encoder for correct NTSC switching
(the greenish picture is fixed now)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 30 16:26:01 2001 UTC (22 years, 11 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
use count in net device

fix in firmware (would not set IRQs)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 21 23:16:43 2001 UTC (22 years, 11 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +93 -84 lines
some work on network driver
fixes for channel switching with new card version
more filter IRQ stability in firmware

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 6 01:59:21 2001 UTC (23 years, 2 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +71 -17 lines
some work on unicast reception

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 14 02:12:44 2001 UTC (23 years, 2 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +125 -37 lines
more old API cleanups
fixed error in TS output

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 9 04:09:14 2001 UTC (23 years, 3 months ago) by rjkm
Branches: MAIN
started generic DVB network driver (not finished/working yet)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>