summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee28-11980/+0
Update #3850
2018-09-10network: Use kernel/user space header filesSebastian Huber11-0/+22
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2017-06-07network: Header file compatiblitySebastian Huber3-0/+3
Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
2017-06-07network: Move header filesSebastian Huber1-301/+0
Prevent accidental use of legacy network header files. Update #2833.
2017-06-07network: Move RTEMS specificsSebastian Huber2-4/+7
Move RTEMS specifics to <rtems/rtems_bsdnet.h>. Introduce rtems_tap_ifreq. The interface tap support is RTEMS-specific and only available in the legacy network stack. Update #2833.
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber6-6/+7
Update #2833.
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-7/+8
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
2016-04-22network: Fix warningsSebastian Huber1-2/+2
2015-02-23networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann1-11/+12
Access memory using a byte stream when copying to avoid unaligned access. update #1401
2014-10-08ppp: PR1943: Avoid NULL pointer accessSebastian Huber1-8/+2
Waiting for mbufs at this level is a bad solution. It would be better to try to allocate a new mbuf chain before we hand over the current mbuf chain to the upper layer. In case the allocation fails we should drop the current packet and use its mbuf chain for a new packet.
2014-10-08ppp: Add ppp_unit()Sebastian Huber1-15/+21
This makes porting to the new network stack easier.
2014-10-07ppp: Nothing to transmit hint for Termios driverSebastian Huber1-1/+10
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber2-3/+4
Move interrupt lock to device context and expose only this structure to the read, write and set attributes device handler. This makes these device handler independent of the general Termios infrastructure suitable for direct use in printk() support.
2014-09-30pppd: Fix warningsSebastian Huber1-1/+11
2014-09-30libnetworking: Update due to Termios changesSebastian Huber2-3/+3
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill1-1/+0
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill23-66/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-10-202011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+1
* libnetworking/net/if_ethersubr.c (ether_output): Remove unused vars "hlen", "off".
2011-05-11Make self-contained.Ralf Corsepius7-4/+25
2011-03-24Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).Ralf Corsepius3-3/+3
2011-03-02Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.Ralf Corsepius9-9/+9
2011-02-252011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+6
* libnetworking/rtems/rtems_mii_ioctl_kern.c: Do not use IFM_ACTIVE and IFM_AVALID in the media word. * libnetworking/net/if_media.h: Hack to get libbsdport interface drivers working.
2011-02-232011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+14
* libnetworking/net/if_pppvar.h: Add "extern C++" guards. Add header guard.
2010-12-082010-12-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+1
* libnetworking/loop.h, libnetworking/net/if_loop.c, libnetworking/rtems/rtems_glue.c, libmisc/dummy/dummy-networking.c: Initialize loop back interface during normal initialization via rtems_bsdnet_initialize_network().
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/net/if.c: Use uintptr_t and void* in _offsetof().
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius11-0/+44
2009-10-202009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+1
PR1424/networking * libnetworking/net/rtsock.c: (merged from BSD) copy information out to user buffer.
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/net/ppp_tty.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2009-02-11Remove PSEUDO_SET (Unused).Ralf Corsepius1-2/+1
2009-02-04Eliminate pppattach, pppintr (Unused).Ralf Corsepius1-4/+0
2009-02-04Eliminate pppintr (Unused).Ralf Corsepius1-8/+0
2008-12-22Add missing initializers.Ralf Corsepius1-6/+8
2008-12-22Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).Ralf Corsepius5-5/+5
2008-12-11Include <sys/socket.h> to make header self contained.Ralf Corsepius2-0/+3
2008-12-11#include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius2-4/+2
2008-09-01Stop using old-style function definitions.Ralf Corsepius10-203/+78
2008-08-182008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* libnetworking/net/ppp_tty.c: Remove bogus local decl of termios_baud_to_number(int).
2008-05-27Bugfix: Moved definition of ppp_softc into source file.Thomas Doerfler2-2/+2
2007-10-04Add if_nameindex etc. (from FreeBSD).Ralf Corsepius1-0/+13
2007-09-162007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+3
* libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm.
2007-05-10Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius3-3/+3
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius5-5/+5
2007-05-10Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius4-4/+4
2007-05-09Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius1-1/+1
2007-03-30Remove (Unused)Ralf Corsepius2-1800/+0
2007-03-292007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-15/+6
* libnetworking/net/netisr.h: Partial update from FreeBSD.
2007-03-28Remove (Unused).Ralf Corsepius1-5/+0
2007-03-28Use net/slcompress.h instead of net/pppcompress.h.Ralf Corsepius2-8/+8
2007-03-28Cosmetics from FreeBSD.Ralf Corsepius1-1/+1
2007-03-28Remove (Abandoned in FreeBSD).Ralf Corsepius2-758/+0