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_atmsubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
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
-3
/
+3
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-4
/
+4
*
This main goals of this project are:
qingli
2008-12-15
1
-12
/
+1
*
Revert a part of the MRT commit that proved un-needed.
julian
2008-09-14
1
-2
/
+1
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-1
/
+2
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+2
*
Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefs
rwatson
2006-12-01
1
-20
/
+0
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
There is a consensus that ifaddr.ifa_addr should never be NULL,
yar
2006-06-29
1
-2
/
+2
*
Use TAILQ_FOREACH in the __FreeBSD__ case, too.
yar
2006-06-29
1
-2
/
+1
*
o Make rt_check() function more strict:
glebius
2005-08-11
1
-5
/
+7
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
In preparation for fixing races in ARP (and probably in other
glebius
2005-08-09
1
-0
/
+1
*
Lock down netnatm and mark as MPSAFE:
rwatson
2005-07-18
1
-6
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-4
/
+40
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
This commit does two things:
luigi
2004-04-25
1
-8
/
+10
*
Fix a warning when NATM is not defined. In this case s is not used.
harti
2004-01-09
1
-0
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+4
*
Implement a mechanism by which ATM drivers can inform interested
harti
2003-07-29
1
-1
/
+15
*
Implement an utility function that can be used by device drivers to
harti
2003-07-15
1
-0
/
+57
*
The mbuf put on the interface queue contains the 4-byte pseudoheader.
harti
2003-07-15
1
-1
/
+2
*
Add the hooks for netgraph and HARP to the NATM code. This allows us
harti
2003-06-23
1
-3
/
+64
*
Apply style(9) to this file. I'm going to touch large parts of this file
harti
2003-06-23
1
-30
/
+32
*
Wrap macro in do {...} while(0);
phk
2003-05-31
1
-1
/
+1
*
Define a link layer MIB for ATM. Most fields of this MIB are needed by
harti
2003-05-05
1
-0
/
+3
*
Add module data and version to the atm_subr and reference this info from the
harti
2003-04-29
1
-1
/
+25
*
This corrects a longstanding endian bug in processing LLC/SNAP encoded
harti
2003-03-13
1
-3
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-9
/
+5
*
De-register.
mdodd
2003-03-03
1
-6
/
+6
*
Reduce code duplication. This adds the function rt_check() to route.c.
mdodd
2003-03-02
1
-23
/
+3
*
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
-0
/
+3
*
When a packet is destined for delivery via an ATM medium, perform
rwatson
2002-10-20
1
-0
/
+11
*
Fix warning; remove unused variable
peter
2001-06-15
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-4
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-18
/
+3
*
remove "register" specifiers to supress compiler warning.
kjc
2000-04-26
1
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-0
/
+3
[next]