summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
1999-10-27move nat_ifdetach() after interface is removed from the list; avalon@coombs.a...Theo de Raadt
1999-08-08typoNiklas Hallqvist
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-07-04fix unsigned without a size-typeTheo de Raadt
1998-08-05fix ifc_len == 0 hack for variable size structures.Todd C. Miller
1998-08-04Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size neede...Todd C. Miller
1998-03-25add SIOCGIFDATA; fetches ifdata structure attached to each interfaceTheo de Raadt
1997-12-31NULL is not 0Michael Shalayeff
1997-07-11argh. commited wrong fileNiels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1996-08-03dst addr might be NULL; netbsd pr#2183; chuck@maria.wustl.eduTheo de Raadt
1996-07-02-Wall & -Wstrict-prototype fixesNiklas Hallqvist
1996-06-29provide if_attachhead(), and make if_loop use itTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-09linux & svr4 supportTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-14From Lite2; only try to match a destination address on a point-to-pointThorsten Lockert
1996-03-05need some casts for clean compiledm
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-02-04Interface# 0's name was incorrectly generatedNiklas Hallqvist
1996-02-03handle interface unit numbers up to 2G-1; skip if total name is too longTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt