aboutsummaryrefslogtreecommitdiff
path: root/device/net_io.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-2/+2
* net_io: Fix long / int confusionSamuel Thibault2023-08-081-5/+5
* Improve portability for device/net_io.c and use designated initializersFlavio Cruz2023-05-051-15/+17
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-4/+4
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-18/+14
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-6/+6
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-1/+1
* Fix dev_ops typesSamuel Thibault2018-07-281-1/+1
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-2/+2
* kern: make sure the queue macros are only used on queuesJustus Winter2015-07-111-1/+1
* device: Fix typos in comments (found by codespell)Stefan Weil2015-01-021-1/+1
* device: fix net_rcv_msg-messagesJustus Winter2014-06-111-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-55/+54
* Remove duplicate typedefSamuel Thibault2014-02-051-4/+0
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-1/+1
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-7/+7
* Declare void argument listsMarin Ramesa2013-12-151-4/+4
* device/net_io.c: remove forward declarationsMarin Ramesa2013-12-101-38/+0
* device/net_io.c: initialize hash_entp to NULLMarin Ramesa2013-12-051-1/+8
* remove register qualifiersMarin Ramesa2013-11-101-51/+51
* Fix int/long discrepancySamuel Thibault2013-06-291-7/+7
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-3/+3
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-19/+13
* Always initialize A and X variables in BPF codeGuillem Jover2011-08-271-2/+1
* Fix warningSamuel Thibault2009-10-251-1/+1
* Apply patch #6851: fix a bug in BPFZheng Da2009-10-141-1/+4
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-2/+2
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+30
* net_filter is actually interrupt-safeSamuel Thibault2009-06-181-1/+1
* 2007-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-0/+2
* 2006-11-14 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+3
* 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+0
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-11/+10
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-05-14 Roland McGrath <roland@frob.com>Thomas Schwinge2009-06-181-4/+0
* 2006-04-27 Richard Braun <syn@hurdfr.org>Thomas Schwinge2009-06-181-171/+236
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-11/+0
* 2006-03-19 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-57/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+2168