summaryrefslogtreecommitdiffstats
path: root/src/core/background.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove more obsolete filesMichael Brown2007-07-151-49/+0Star
|
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* Add generic mechanism for background protocols (e.g. ARP, IGMP)Michael Brown2005-06-021-0/+47