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
*
Since ifru_flags is a short, we can fit in a copy of the flags
phk
1999-02-19
1
-1
/
+2
*
Print a message if the driver didn't initialize ifq_maxlen.
phk
1999-02-01
1
-2
/
+5
*
Generalize the if_up() and if_down() functions under the names
phk
1998-12-16
1
-11
/
+39
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+5
*
One-liner: add a call to the underlying device driver's SIOCDELMULTI
wpaul
1998-08-12
1
-1
/
+2
*
Make sure the link level sockaddr size is rounded up correctly on alpha.
dfr
1998-07-20
1
-2
/
+2
*
Don't let ifunit() modify the string passed as an argument.
julian
1998-06-08
1
-16
/
+26
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-4
/
+4
*
Use getmicrotime() for if_lastchange, 10msec is plenty precision.
phk
1998-04-06
1
-10
/
+10
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+3
*
Removed unused #includes.
bde
1997-10-28
1
-4
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+3
*
Ooops, this should have made it into the same commit, but didn't.
joerg
1997-10-07
1
-1
/
+3
*
Fix a typo that becomes apparent when compiling without COMPAT_443.
joerg
1997-09-07
1
-2
/
+2
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Add a per-interface-address pointer to a function that can be supplied
julian
1997-08-28
1
-2
/
+14
*
add some comments while trying to understand why appletalk
julian
1997-08-22
1
-4
/
+36
*
Don't add an item to the multicast linked list if it's already
julian
1997-07-07
1
-12
/
+14
*
add SIOC{S,G}IFMEDIA ioctl support
peter
1997-05-03
1
-1
/
+17
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Send RTM_IFINFO messages whenever promiscuous and all-multicast
wollman
1997-02-14
1
-2
/
+9
*
Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interface
wollman
1997-02-12
1
-5
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-7
/
+24
*
Fix typo. I hate waking up at 4:45 in the morning...
wollman
1997-01-08
1
-2
/
+2
*
Fix a few oversights in the new multicast membership interface.
wollman
1997-01-08
1
-1
/
+21
*
Checkpoint the beginnings of the new kernel interface for
wollman
1997-01-07
1
-1
/
+179
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-11
/
+23
*
Use queue macros for the list of interfaces. Next stop: ifaddrs!
wollman
1996-12-11
1
-14
/
+16
*
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
[next]