summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann2015-02-231-11/+12
| | | | | Access memory using a byte stream when copying to avoid unaligned access. update #1401
* ppp: PR1943: Avoid NULL pointer accessSebastian Huber2014-10-081-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.
* ppp: Add ppp_unit()Sebastian Huber2014-10-081-15/+21
| | | | This makes porting to the new network stack easier.
* ppp: Nothing to transmit hint for Termios driverSebastian Huber2014-10-071-1/+10
|
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-072-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.
* pppd: Fix warningsSebastian Huber2014-09-301-1/+11
|
* libnetworking: Update due to Termios changesSebastian Huber2014-09-302-3/+3
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1123-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-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-201-4/+1
| | | | | * libnetworking/net/if_ethersubr.c (ether_output): Remove unused vars "hlen", "off".
* Make self-contained.Ralf Corsepius2011-05-117-4/+25
|
* Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).Ralf Corsepius2011-03-243-3/+3
|
* Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.Ralf Corsepius2011-03-029-9/+9
|
* 2011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-251-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-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-231-0/+14
| | | | | * libnetworking/net/if_pppvar.h: Add "extern C++" guards. Add header guard.
* 2010-12-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-081-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-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-1/+1
| | | | | * libnetworking/net/if.c: Use uintptr_t and void* in _offsetof().
* Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius2010-03-2811-0/+44
|
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-1/+1
| | | | | | PR1424/networking * libnetworking/net/rtsock.c: (merged from BSD) copy information out to user buffer.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-1/+1
| | | | | * libnetworking/net/ppp_tty.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
* Remove PSEUDO_SET (Unused).Ralf Corsepius2009-02-111-2/+1
|
* Eliminate pppattach, pppintr (Unused).Ralf Corsepius2009-02-041-4/+0
|
* Eliminate pppintr (Unused).Ralf Corsepius2009-02-041-8/+0
|
* Add missing initializers.Ralf Corsepius2008-12-221-6/+8
|
* Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).Ralf Corsepius2008-12-225-5/+5
|
* Include <sys/socket.h> to make header self contained.Ralf Corsepius2008-12-112-0/+3
|
* #include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius2008-12-112-4/+2
|
* Stop using old-style function definitions.Ralf Corsepius2008-09-0110-203/+78
|
* 2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-1/+0
| | | | | * libnetworking/net/ppp_tty.c: Remove bogus local decl of termios_baud_to_number(int).
* Bugfix: Moved definition of ppp_softc into source file.Thomas Doerfler2008-05-272-2/+2
|
* Add if_nameindex etc. (from FreeBSD).Ralf Corsepius2007-10-041-0/+13
|
* 2007-09-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-09-161-1/+3
| | | | | * libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm.
* Include <rtems/bsd/sys/cdefs.h> instead of <sys/cdefs.h>.Ralf Corsepius2007-05-103-3/+3
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-105-5/+5
|
* Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.Ralf Corsepius2007-05-104-4/+4
|
* Include <rtems/stdint.h> instead of <stdint.h>.Ralf Corsepius2007-05-091-1/+1
|
* Remove (Unused)Ralf Corsepius2007-03-302-1800/+0
|
* 2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-291-15/+6
| | | | * libnetworking/net/netisr.h: Partial update from FreeBSD.
* Remove (Unused).Ralf Corsepius2007-03-281-5/+0
|
* Use net/slcompress.h instead of net/pppcompress.h.Ralf Corsepius2007-03-282-8/+8
|
* Cosmetics from FreeBSD.Ralf Corsepius2007-03-281-1/+1
|
* Remove (Abandoned in FreeBSD).Ralf Corsepius2007-03-282-758/+0
|
* Eliminate __P().Ralf Corsepius2007-03-281-6/+6
|
* Cosmetics from FreeBSD.Ralf Corsepius2007-03-281-24/+29
|
* Update from FreeBSD.Ralf Corsepius2007-03-281-22/+22
|
* Include <net/ppp_comp.h>. Warn about using it.Ralf Corsepius2007-03-271-165/+2
|
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-0/+168
| | | | * libnetworking/net/ppp_comp.h: New (copy of ppp-comp.h).
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-19/+22
| | | | | * libnetworking/net/ppp-comp.h: Eliminate __P(). Cosmetics from FreeBSD.
* 2007-03-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-271-13/+22
| | | | * libnetworking/net/raw_cb.c: Sync with FreeBSD.
* Partial update from FreeBSD.Ralf Corsepius2007-03-262-35/+22
|