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
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
1
-2
/
+2
*
sys/net* : for pointers replace 0 with NULL.
pfg
2016-04-15
1
-1
/
+1
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
1
-14
/
+1
*
Virtualize if_disc(4) cloner.
hrs
2014-10-05
1
-11
/
+23
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-2
/
+2
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-8
/
+7
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-7
/
+7
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.
yar
2007-10-27
1
-0
/
+10
*
Fix some statements in disc(4) and about it:
yar
2007-03-26
1
-1
/
+1
*
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
[next]