aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-92/+90
* Add IF_HANDOFF() and _IF_QFULL() macros to ease merging code from -CURRENTLuigi Rizzo2002-06-281-90/+92
* unbreak binary compatibility for network driversMax Khon2002-02-201-1/+0
* MFC: ARP support for variable length link level addressesMax Khon2002-02-131-0/+4
* MFC: device polling code for RELENG_4.Luigi Rizzo2002-02-091-1/+8
* MFC:Ruslan Ermilov2001-12-201-1/+2
* Add a comment to clarify that even when structure size and fieldsLuigi Rizzo2001-12-161-1/+8
* MFC: r1.37; add entries for network device capabilitis.Jonathan Lemon2001-12-141-5/+17
* MFC: comment the assumption on the layout of softc, arpcom and ifnet structs.Luigi Rizzo2001-11-231-0/+20
* MFC: Interface cloning support. gif modularity and cloning.Brooks Davis2001-07-241-1/+7
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-041-0/+1
* MFC: implement SIOCSIFLLADDR ioctl().Archie Cobbs2000-08-221-0/+1
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-1/+2
* MFC: make the ng_ether(4) node type dynamically loadableArchie Cobbs2000-07-111-0/+2
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-2/+1
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-4/+11
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withBrian Somers1999-08-061-1/+9
* PR: kern/10570Pierre Beyssac1999-05-161-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-5/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+2
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-161-4/+3
* Go through the loopback code with a broom..Julian Elischer1998-06-121-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Add a per-interface-address pointer to a function that can be suppliedJulian Elischer1997-08-281-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a few oversights in the new multicast membership interface.Garrett Wollman1997-01-081-6/+11
* Checkpoint the beginnings of the new kernel interface forGarrett Wollman1997-01-071-1/+23
* Separate kernel-internal data structures from exposed user interfaceGarrett Wollman1997-01-031-0/+305