index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Submitted by: archie@whistle.com
julian
1996-08-07
1
-2
/
+3
*
Add better support for retrieving management information from network
wollman
1996-07-30
1
-3
/
+3
*
Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()
wollman
1996-07-24
1
-2
/
+3
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-24
/
+9
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
1
-9
/
+9
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-7
/
+22
*
Don't allow trailing garbage after the unit number in ifunit().
wollman
1996-06-05
1
-1
/
+3
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-1
/
+2
*
If a slow input queue was defined by the driver, initialize it.
wollman
1996-02-08
1
-1
/
+13
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-7
/
+1
*
Use new printf features rather than local kludges.
phk
1996-01-24
1
-37
/
+13
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
1
-1
/
+4
*
Staticize, clean lint.
phk
1995-12-09
1
-25
/
+14
*
all:
dg
1995-12-05
1
-18
/
+2
*
Added bogus casts to avoid warnings.
bde
1995-11-18
1
-5
/
+12
*
Add newline at end of log message and reduce log level to INFO from NOTICE.
wollman
1995-09-27
1
-2
/
+2
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
1
-1
/
+36
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-4
/
+4
*
Reviewed by: julian with quick glances by bruce and others
julian
1995-08-28
1
-2
/
+14
*
Don't skip point-to-point interfaces if the netmask==0 (the netmask
dg
1995-06-28
1
-3
/
+5
*
Took out P2P_LOCALADDR_SHARE option and made it standard.
dg
1995-06-15
1
-9
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
Added a fix for a bug which caused the wrong interface to be selected
dg
1995-05-27
1
-28
/
+45
*
In ifa_ifwithdstaddr() when walking through ifa structs associated with
dg
1995-02-24
1
-2
/
+2
*
Moved declaration of ifnet pointer out of the header file and into the
dg
1994-12-30
1
-1
/
+3
*
Add generic part of generic multiple-physical-interface support (the
wollman
1994-12-21
1
-1
/
+12
*
Remove redundant stuff. Amazing that they actually solved a bug found in
guido
1994-11-10
1
-3
/
+1
*
Mostly Cosmetics. Some of the procedures in if_sl.c was void, but should
phk
1994-10-08
1
-10
/
+17
*
A number of bug-fixes inspired by Mark Treacy:
wollman
1994-10-05
1
-5
/
+15
*
Made the kernel compile even without "ether".
phk
1994-09-16
1
-1
/
+4
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-4
/
+3
*
On second thought, better restrict the mtu to between 72-65535...strange
dg
1994-08-08
1
-2
/
+6
*
Enforce the mtu to between the range 1-65535 before calling the driver
dg
1994-08-08
1
-1
/
+3
*
Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-
dg
1994-08-08
1
-1
/
+12
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+670