aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:SUZUKI Shinsuke2002-04-281-1/+1
* MFC: 1.139 sys/net/if.cSUZUKI Shinsuke2002-04-161-4/+10
* MFC 1.135: Make `route add -inet6 default ::1 -ifp gif0' work actually.Hajimu UMEMOTO2002-04-081-5/+1
* MFC: send out an ARP packet when the lladdr is changed so otherLuigi Rizzo2002-03-081-0/+11
* unbreak binary compatibility for network driversMax Khon2002-02-201-1/+0
* MFC: ARP support for variable length link level addressesMax Khon2002-02-131-0/+1
* MFC: RTM_IFANNOUNCE routing socket message type.Ruslan Ermilov2002-02-011-0/+6
* MFC:Ruslan Ermilov2001-12-201-4/+4
* MFC: r1.116; support for interface capabilities.Jonathan Lemon2001-12-141-0/+14
* MFC: Interface cloning support. gif modularity and cloning.Brooks Davis2001-07-241-2/+195
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-6/+15
* MFC: Introduce a separate interface type for the 802.1q VLAN interfaceYaroslav Tykhiy2001-04-241-1/+1
* MFC: restore ifp->if_flags if ioctl(SIOCSIFFLAGS) failsBrian Somers2001-04-231-0/+4
* MFC: (1.104) Don't bypass notifying a corresponding interfaceYaroslav Tykhiy2001-03-291-0/+6
* MFC: make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsdHajimu UMEMOTO2000-10-311-0/+5
* MFC: implement SIOCSIFLLADDR ioctl().Archie Cobbs2000-08-221-0/+55
* MFC 1.90 -> 1.91, Samuel confirmed that it improves PR17909.Jun-ichiro itojun Hagino2000-07-181-12/+10
* MFC: 1.86Guido van Rooij2000-04-211-5/+2
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. ThisGuido van Rooij2000-02-281-1/+9
* Add workaround for fxp issue at interface initialization with IPv6.Yoshinobu Inoue2000-02-011-0/+4
* Notify user processes about interface's MTU change.Ruslan Ermilov2000-01-241-1/+3
* Prevent kernel panic at ifconfig up after Note PC resume.Yoshinobu Inoue1999-12-301-3/+22
* Two more fixes to if_detach. These are generic to all interfaces andWarner Losh1999-12-171-2/+63
* Allow ifunit() routine to understand names like ed0f2. AlsoBoris Popov1999-12-131-31/+26
* Add some gross ad-hock hacks to increase stability of if_detach:Warner Losh1999-12-101-2/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-24/+115
* For every "promiscuous mode enabled" message printed for an interface,Sheldon Hearn1999-08-301-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withBrian Somers1999-08-061-6/+2
* Add a new interface ioctl, to return "aux status".Poul-Henning Kamp1999-06-191-1/+6
* typo in previous commitPoul-Henning Kamp1999-06-061-2/+2
* Introduce IFF_SMART bit.Poul-Henning Kamp1999-06-061-4/+7
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-12/+17
* Suser() simplification:Poul-Henning Kamp1999-04-271-7/+7
* Protect the ifinit() function's internals with splimp() for safety sincePeter Wemm1999-04-261-4/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+34
* Since ifru_flags is a short, we can fit in a copy of the flagsPoul-Henning Kamp1999-02-191-1/+2
* Print a message if the driver didn't initialize ifq_maxlen.Poul-Henning Kamp1999-02-011-2/+5
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-161-11/+39
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+5
* One-liner: add a call to the underlying device driver's SIOCDELMULTIBill Paul1998-08-121-1/+2
* Make sure the link level sockaddr size is rounded up correctly on alpha.Doug Rabson1998-07-201-2/+2
* Don't let ifunit() modify the string passed as an argument.Julian Elischer1998-06-081-16/+26
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+4
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-061-10/+10
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Ooops, this should have made it into the same commit, but didn't.Joerg Wunsch1997-10-071-1/+3