1. 0b8e74c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  2. 3d6c2bc [media] dvb: move the dvb core one level up by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/dvb/dvb-core/dvb_net.c]
  3. 58fae67 [media] DVB: dvb_net_init: return -errno on error by Jonathan Nieder · 13 years ago
  4. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  5. 0d9c76a dvb: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  6. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  7. 72024f1 dvb-core: kill the big kernel lock by Arnd Bergmann · 14 years ago
  8. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  9. 5c331fc V4L/DVB: dvb-core: Fix ULE decapsulation bug by Ang Way Chuang · 14 years ago
  10. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  11. 16ef8de dvb: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  12. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  13. ff6e216 net: convert multiple drivers to use netdev_for_each_mc_addr, part7 by Jiri Pirko · 14 years ago
  14. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  15. 29e1fa3 dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an invalid Payload Pointer by Ang Way Chuang · 14 years ago
  16. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  17. 0e05a61 drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC address by hartleys · 15 years ago
  18. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  19. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  20. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  21. 784e29d V4L/DVB (10391): dvb: constify VFTs by Jan Engelhardt · 16 years ago
  22. fb87533 dvb: update network device to current API by Stephen Hemminger · 16 years ago
  23. 0eade1f dvb: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  24. f894d18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  25. f51b10e V4L/DVB (8126): net endianness fix by Al Viro · 16 years ago
  26. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  27. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  28. 12fbcef V4L/DVB (7960): net: endianness annotations by Al Viro · 16 years ago
  29. 46b4f7c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 16 years ago
  31. 5fa1247 NULL noise: drivers/media by Al Viro · 16 years ago
  32. c84e603 drivers/media/: Spelling fixes by Joe Perches · 17 years ago
  33. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  34. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  35. 71be258 V4L/DVB (6100): dvb_net: whitespace cleanup by Michael Krufky · 17 years ago
  36. 82e6724 V4L/DVB (6031): Fix for bug 7819: fixed hotplugging for dvbnet by Trent Piepho · 17 years ago
  37. 89d969a V4L/DVB (6025): Net_ule(): fix check-after-use by Adrian Bunk · 17 years ago
  38. 04b35ab V4L/DVB (6070): Fix a warning at dvb_net by Mauro Carvalho Chehab · 17 years ago
  39. 372280d V4L/DVB (5834): dvb-core: fix signedness warnings and const stripping by Trent Piepho · 17 years ago
  40. 2c4d336 V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet by Markus Rechberger · 17 years ago
  41. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  42. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  43. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  44. 5ef35be V4L/DVB (4973): Dvb-core: fix printk type warning by Michael Krufky · 18 years ago
  45. dedcefb V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems by Ang Way Chuang · 18 years ago
  46. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  47. 18232ca V4L/DVB (3966): Core: ULE fixes and RFC4326 additions by Christian Praehauser · 18 years ago
  48. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  49. 3593cab V4L/DVB (3318b): sem2mutex: drivers/media/, #2 by Ingo Molnar · 19 years ago
  50. 400b708 V4L/DVB (3194): Revert one 64-bit fix and improved other 64-bit fixes by Peter Beutner · 19 years ago
  51. e18828e V4L/DVB (3179): Fix 64-bit compile warnings by Hans Verkuil · 19 years ago
  52. afd1a0c [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3 by Mauro Carvalho Chehab · 19 years ago
  53. 1130ca4 [PATCH] DVB: Fix locking to prevent Oops on SMP systems by Ralph Metzler · 19 years ago
  54. 5d2cd16 [PATCH] dvb: core: dvb_demux: remove more unused cruft by Andreas Oberritter · 19 years ago
  55. 34f7373 [PATCH] dvb: remove version.h dependencies by Olaf Hering · 19 years ago
  56. 5914233 [PATCH] dvb: dvb_net: handle IPv6 and LLC/SNAP by Johannes Stezenbach · 19 years ago
  57. 0c53c70 [PATCH] dvb: remove unnecessary casts in dvb-core by Johannes Stezenbach · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago