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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include <sys/ioctl.h> in the kernel. Stage 6: include
bde
1997-03-24
2
-3
/
+7
*
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
bde
1997-03-24
1
-2
/
+3
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
6
-12
/
+12
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
3
-6
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
4
-7
/
+7
*
Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDI
joerg
1997-03-15
1
-1
/
+6
*
Fixed clist limits. I got them wrong several years ago in rev.1.9
bde
1997-03-11
1
-5
/
+5
*
add a bunch of comments to describe what's going on.
julian
1997-03-05
1
-16
/
+123
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
41
-41
/
+41
*
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 sure we have arguments to pass before calling ifaof_ifpforaddr
fenner
1997-02-04
1
-3
/
+3
*
Fix yet another breakage i've missed when committing rev 1.14. It was
joerg
1997-01-30
1
-1
/
+1
*
fix mixleading comment (my error.. I wrote the comment)
julian
1997-01-26
1
-1
/
+1
*
Round #2. This basically brings back the changes from rev 1.12.
joerg
1997-01-17
1
-1
/
+9
*
This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up
joerg
1997-01-17
2
-54
/
+193
*
Don't try to do anything with the `ifr' parameter for SIOCADDMULTI
wollman
1997-01-17
3
-43
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
42
-42
/
+42
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
5
-193
/
+86
*
Fix typo. I hate waking up at 4:45 in the morning...
wollman
1997-01-08
1
-2
/
+2
*
Correctly account for header length in m_pkthdr.len when sending
wollman
1997-01-08
1
-1
/
+2
*
Fix a few oversights in the new multicast membership interface.
wollman
1997-01-08
2
-7
/
+32
*
Checkpoint the beginnings of the new kernel interface for
wollman
1997-01-07
3
-3
/
+254
*
Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.
wollman
1997-01-03
1
-1
/
+19
*
Separate kernel-internal data structures from exposed user interface
wollman
1997-01-03
2
-272
/
+308
*
More cleanups to satisfy the following rules:
bde
1996-12-19
1
-5
/
+8
*
Clean up Bill's additions.
wollman
1996-12-19
1
-9
/
+11
*
Add prototypes for ethers.3 functions as per wollman:
wpaul
1996-12-18
1
-1
/
+11
*
Fixed pedantic syntax error.
bde
1996-12-18
1
-2
/
+2
*
Change default tun MTU back to 1500.
fenner
1996-12-16
2
-3
/
+8
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
7
-54
/
+59
*
Use queue macros for the list of interfaces. Next stop: ifaddrs!
wollman
1996-12-11
5
-29
/
+38
*
Include <net/if_arp.h> in the one header that requires it,
wollman
1996-12-11
1
-3
/
+1
*
Finally, after six years, remove the ``quick hack for SNMP'' that was
wollman
1996-12-10
1
-5
/
+1
*
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
dg
1996-12-10
2
-5
/
+17
*
2 small changes:
julian
1996-12-02
2
-2
/
+6
*
Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernet
dg
1996-11-18
1
-2
/
+2
*
Killed "unknown protocol" printf.
dg
1996-11-12
1
-2
/
+1
*
Fix comments, which appear to have been mangled long ago and far away.
fenner
1996-10-21
1
-6
/
+8
*
ns_nettype should be declared, not externed.
jkh
1996-10-18
1
-2
/
+2
*
Netcon's changes for their extended NS support. This only effects
jkh
1996-10-17
1
-11
/
+72
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
3
-7
/
+4
*
Add primitive link MIB support.
wollman
1996-10-11
1
-1
/
+3
*
Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags.
wollman
1996-10-09
1
-3
/
+3
*
Remove some historical cruft inherited from the loopback driver in which
wollman
1996-10-07
1
-6
/
+1
*
No code changes what so ever, but added about 150 lines of comments
julian
1996-09-10
1
-4
/
+149
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
1
-5
/
+1
*
Bugfix and simplification for rev 1.34: make sure that the route
fenner
1996-09-02
1
-16
/
+6
*
Get rid of the ifdef MULTICAST's. I think the rest of the kernel got rid
jhay
1996-08-30
1
-3
/
+1
*
Re-sync with the state of PC98 world. This will be the last commit before
asami
1996-08-30
1
-2
/
+2
[next]