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_fddisubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/net* : for pointers replace 0 with NULL.
pfg
2016-04-15
1
-4
/
+4
*
Finish r275196: do not dereference rtentry in if_output() routines.
melifaro
2016-01-09
1
-3
/
+2
*
Replace the fastforward path with tryforward which does not require a
gnn
2015-11-05
1
-2
/
+0
*
Simplify the way of attaching IPv6 link-layer header.
melifaro
2015-09-16
1
-8
/
+10
*
After r275196 unbreak NOIP and NOINET kernels by hiding an otherwise
bz
2014-11-28
1
-0
/
+2
*
Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -
melifaro
2014-11-27
1
-9
/
+7
*
Remove struct arpcom. It is unused by most interface types, that allocate
glebius
2014-11-07
1
-1
/
+0
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-13
/
+13
*
Remove AppleTalk support.
glebius
2014-03-14
1
-69
/
+0
*
Remove IPX support.
glebius
2014-03-14
1
-43
/
+0
*
Simplify filling sockaddr_dl structure for if_resolvemulti()
melifaro
2014-01-18
1
-16
/
+2
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-25
1
-1
/
+0
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-16
/
+15
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Break at_ifawithnet() into two variants:
rwatson
2009-06-24
1
-0
/
+1
*
Switch cmd argument to u_long. This matches what if_ethersubr.c does and
rdivacky
2009-06-21
1
-1
/
+1
*
The llentry *lle is only used in cases of INET or INET6.
bz
2009-06-10
1
-3
/
+6
*
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
-3
/
+6
*
Remove the rt argument from nd6_storelladdr() because
qingli
2008-12-17
1
-1
/
+1
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+4
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
*
Hide an unused variable in case we compile without INET.
bz
2008-11-06
1
-0
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-3
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
1
-1
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-11
/
+7
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
1
-2
/
+4
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-2
/
+4
*
When allocating link layer ifnet address list entries in
rwatson
2005-08-02
1
-2
/
+6
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-9
/
+7
*
- Break after nested switch.
mdodd
2005-03-24
1
-0
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-2
/
+4
*
This commit does two things:
luigi
2004-04-25
1
-12
/
+7
*
arpcom untangling:
luigi
2004-04-24
1
-3
/
+2
*
replace Bcmp() with the same bcmp() used in the rest of the file.
luigi
2004-04-18
1
-2
/
+2
*
+ rename and document an unused field in struct arpcom (field is still
luigi
2004-04-18
1
-1
/
+0
*
whoops, forgot to fix these places where arpresolve() was used
luigi
2004-04-04
1
-1
/
+1
*
Handle AF_ARP in *_output()
mdodd
2004-03-14
1
-0
/
+27
*
Const-poison ethernet and FDDI broadcast address constants, as they
rwatson
2004-03-09
1
-1
/
+1
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
1
-1
/
+1
*
Remove unnecessary (caddr_t) casts of if_broadcastaddr.
imp
2003-10-23
1
-2
/
+2
*
- Use IFP2AC().
mdodd
2003-03-16
1
-3
/
+39
[next]