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_disc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise network interface cloning to take an optional opaque
sam
2006-07-09
1
-2
/
+2
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-1
/
+1
*
Force this interface to be RUNNING.
glebius
2005-11-11
1
-0
/
+1
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-21
/
+0
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-14
/
+6
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-6
/
+5
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-6
/
+9
*
the rt parameter to ifa_rtrequest callbacks should always be non-null;
sam
2005-02-24
1
-3
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Replace a bzero() after malloc() with M_ZERO.
bms
2004-07-06
1
-2
/
+1
*
Style.
bms
2004-07-06
1
-13
/
+15
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-2
/
+3
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Introduce disc_mtx to protect the global softc list in if_disc.
rwatson
2004-03-09
1
-8
/
+29
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-14
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-0
/
+2
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
network interface and link layer changes:
sam
2002-11-15
1
-1
/
+1
*
Make discard devices clonable and unloadable. Also, change the
brooks
2002-05-25
1
-15
/
+57
*
minor style fix.
jlemon
2001-12-14
1
-1
/
+1
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-2
/
+2
*
This file was a horrible mixture of styles old and new.
markm
2001-06-16
1
-27
/
+16
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-4
/
+25
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-0
/
+5
*
Set the queue length.
phk
1999-11-12
1
-0
/
+1
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-4
/
+4
*
Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.
eivind
1998-12-14
1
-15
/
+15
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-21
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove some historical cruft inherited from the loopback driver in which
wollman
1996-10-07
1
-6
/
+1
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-2
/
+1
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-2
/
+1
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-3
/
+3
*
Added a prototype.
bde
1995-12-03
1
-2
/
+3
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-4
/
+4
*
Second batch of cleanup changes.
phk
1995-10-29
1
-4
/
+1
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
1
-1
/
+9
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-3
/
+3
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
1
-4
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
[next]