summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/tuntap_pdu_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-171/+0
* gr-blocks: tuntap_pdu: change char array size to fix warning on strncpyJeff Long2021-02-111-4/+6
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-041-2/+1
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-041-1/+2
* gr-blocks: Updated tuntap_pdu_impl.cc to fix strncpy warningAlekh Gupta2020-05-051-3/+2
* gr-blocks: Fixed strncpy warning in tuntap_pdu_implalekhgupta14412020-05-051-0/+1
* blocks: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-6/+8
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-119/+116
* tuntap_pdu_impl.cc: Don't leak socket handle..Philip Balister2018-10-051-2/+5
* blocks: avoid potential static initialization order fiascoMarcus Müller2018-03-301-4/+4
* blocks: don't pmt::mp("string") for every single PDUMarcus Müller2018-02-231-4/+4
* tuntap_pdu: use MTU+14 byte receive buffer for TAP to be able to receive MTU ...Miklos Maroti2017-09-221-1/+1
* blocks: fixed issue #853: set MTU on tun/tap network interface in TUNTAP PDU ...Sean Nowlan2016-01-131-0/+33
* Addresses Defects 1046385 & 1046340: Buffer not NULL-terminatedBen Hilburn2015-08-281-1/+1
* gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with defa...Paul Garver2015-01-241-5/+12
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
* blocks: added gr::blocks::pdu namespace for PDU functionsJohnathan Corgan2013-02-281-1/+1
* blocks: added gr::blocks::tuntap_pduJohnathan Corgan2013-02-271-0/+139