aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_net.c
AgeCommit message (Expand)Author
2023-05-14media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim
2021-10-28media: use eth_hw_addr_set()Jakub Kicinski
2021-06-17media: dvb_net: avoid speculation from net slotMauro Carvalho Chehab
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner
2018-05-05media: dvb_net: fix dvb_net_tx()'s return typeLuc Van Oostenryck
2018-02-23media: dvb: update buffer mmaped flags and frame counterMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-19media: dvb_net: let dynamic debug enable some DVB net handlingMauro Carvalho Chehab
2017-12-19media: dvb-core: allow users to enable DVB net ULE debugMauro Carvalho Chehab
2017-12-19media: dvb_net: ensure that dvb_net_ule_handle is fully initializedMauro Carvalho Chehab
2017-11-27media: dvb_net: stop abusing /** for commentsMauro Carvalho Chehab
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-12-26Merge tag 'v4.10-rc1' into patchworkMauro Carvalho Chehab
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21[media] dvb: avoid warning in dvb_netArnd Bergmann
2016-12-15Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2016-11-25[media] dvb-net: split the logic at dvb_net_ule() into other functionsMauro Carvalho Chehab
2016-11-25[media] dvb_net: prepare to split a very complex functionMauro Carvalho Chehab
2016-10-21[media] dvb-core: get rid of demux optional circular bufferMauro Carvalho Chehab
2016-10-21[media] dvb-core: use pr_foo() instead of printk()Mauro Carvalho Chehab
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-07-08[media] dvb: use ktime_t for internal timeoutArnd Bergmann
2016-01-11[media] dvb: modify core to implement interfaces/entities at MC new genMauro Carvalho Chehab
2015-10-06[media] dvb: get rid of enum dmx_successMauro Carvalho Chehab
2015-07-22[media] dvb_core: Replace memset with eth_zero_addrVaishali Thakkar
2015-04-21Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-02-26[media] dvb core: rename the media controller entitiesMauro Carvalho Chehab
2015-02-13[media] dvb_net: add support for DVB net node at the media controllerMauro Carvalho Chehab
2015-02-03[media] dvb_net: Convert local hex dump to print_hex_dump_debugJoe Perches
2015-02-03[media] dvb_net: Use standard debugging facilitiesJoe Perches
2015-02-03[media] dvb_net: Use vsprintf %pM extension to print Ethernet addressesJoe Perches
2014-11-03[media] media: dvb_core: replace a magic number by a macroDan Carpenter
2014-11-03[media] dvb-net: Fix probable mask then right shift defectsJoe Perches
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-12-26media: dvb_core: slight optimization of addr comparedingtianhong
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-29dvb_net: don't mess with ->f_op in ->release()Al Viro
2013-04-08[media] demux.h: Remove duplicated enumMauro Carvalho Chehab
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2012-12-27[media] dvb: push down ioctl lock in dvb_usercopyNikolaus Schulz
2012-10-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab