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
...
*
Add some padding to struct ifmibdata and move the `struct ifdata' to
wollman
1996-08-28
1
-2
/
+94
*
correct a field comment that someone must have accidentally spammed
julian
1996-08-26
1
-2
/
+2
*
change a comment to match what the BSD4.4 book says.
julian
1996-08-26
1
-2
/
+2
*
route.c:RTM_ADD does not check for a netmask before doing a tree walk
peter
1996-08-24
1
-2
/
+2
*
Update to match definitions in LBL June 96 release
pst
1996-08-19
1
-10
/
+17
*
Submitted by: archie@whistle.com
julian
1996-08-09
1
-1
/
+1
*
Submitted by: archie@whistle.com
julian
1996-08-07
1
-2
/
+3
*
Megacommit to straigthen out ETHER_ mess.
phk
1996-08-06
1
-6
/
+56
*
use <net/ethernet.h>
phk
1996-08-05
1
-1
/
+2
*
This file is the (intended) definitive source of the ETHER_ macros.
phk
1996-08-05
1
-0
/
+13
*
Make the NS and IPX cases compile again.
phk
1996-08-04
1
-7
/
+10
*
Add a callback pointer to the interfaces "init" routine.
phk
1996-08-04
2
-2
/
+91
*
Add better support for retrieving management information from network
wollman
1996-07-30
4
-10
/
+254
*
Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()
wollman
1996-07-24
1
-2
/
+3
*
Fix a spelling error I forgot to bring over from my personal version
wollman
1996-07-23
1
-2
/
+2
*
Add a new, better mechanism for sticking packets onto ifqueues.
wollman
1996-07-22
1
-1
/
+30
*
Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)
peter
1996-07-21
1
-2
/
+3
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-24
/
+9
*
Disallow host routes that point to themselves. These routes serve no
fenner
1996-07-10
2
-6
/
+35
*
Remove another extraneous setting of if_lastchange
gpalmer
1996-06-24
1
-2
/
+1
*
Remove an un-necessary call to microtime() to set if_lastchange
gpalmer
1996-06-23
1
-1
/
+0
*
Set IFF_RUNNING on the loopback interface.
wollman
1996-06-19
1
-2
/
+2
*
Submitted by: archie@whistle.com
julian
1996-06-19
1
-2
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+5
*
Keep ether_type in network order for BPF to be consistent with other
dg
1996-06-13
1
-9
/
+8
*
Only print out the new masks if bootverbose is set.
nate
1996-06-12
1
-2
/
+4
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
5
-17
/
+17
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-6
/
+6
*
Add $Id$
gpalmer
1996-06-10
1
-0
/
+2
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
11
-35
/
+42
*
Also count bytes in if_tun. kern/1253
phk
1996-06-09
1
-0
/
+2
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Fix bug in bpf_ifname() where the unit didn't get added correctly to the
dg
1996-06-08
1
-1
/
+2
*
Don't allow trailing garbage after the unit number in ifunit().
wollman
1996-06-05
1
-1
/
+3
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
2
-2
/
+5
*
added missing semicolon
scrappy
1996-05-26
1
-1
/
+1
*
If tunnel is busy we return EBUSY, not ENXIO.
phk
1996-05-26
1
-1
/
+1
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
3
-8
/
+113
*
When two units swapped, copy SC_STATIC flag too, not clear it
ache
1996-05-13
1
-1
/
+2
*
Prevent mixing of static and dynamic unit allocation strategies
ache
1996-05-13
2
-7
/
+23
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
1
-2
/
+2
*
Add three new route flags to help determine what sort of address
wollman
1996-05-06
1
-2
/
+5
*
Regardless of whether or not the check for IPv4 is useful, we certainly
dg
1996-04-25
1
-3
/
+3
*
Reject all IP versions but 4.
phk
1996-04-24
1
-2
/
+3
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
2
-3
/
+5
*
When cslip gets an uncompressed packet, it attempts to save off the TCP/IP
dg
1996-04-11
1
-4
/
+11
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
7
-17
/
+6
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Eliminate panic("rtfree") caused by double-freeing the route
fenner
1996-03-29
1
-5
/
+6
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-6
/
+9
[prev]
[next]