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_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r287775:
hselasky
2015-10-08
1
-5
/
+6
*
Add if_inc_counter() and if_get_counter_default() functions that do
ae
2014-12-23
1
-0
/
+18
*
MFC r274376:
hselasky
2014-11-19
1
-5
/
+17
*
MFC r271946 and r272595:
hselasky
2014-11-03
1
-5
/
+23
*
MFC changes relating to running multiple interfaces on different fibs but
asomers
2014-06-06
1
-0
/
+2
*
Fix typo: minmum -> minimum.
cperciva
2013-07-05
1
-1
/
+1
*
Allow drivers to specify a maximum TSO length in bytes if they are
andre
2013-06-03
1
-0
/
+5
*
Back out r249318, r249320 and r249327 due to a heisenbug most
andre
2013-05-06
1
-3
/
+3
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-1
/
+1
*
Fix build.
glebius
2013-04-10
1
-1
/
+1
*
Change certain heavily used network related mutexes and rwlocks to
andre
2013-04-09
1
-2
/
+2
*
Resolve source address selection in presense of CARP. Add a couple
glebius
2013-02-11
1
-1
/
+1
*
This fixes a out-of-order problem with several
rrs
2013-02-07
1
-1
/
+52
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-1
/
+1
*
provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.
emax
2012-10-17
1
-0
/
+12
*
introduce concept of ifi_baudrate power factor. the idea is to work
emax
2012-10-16
1
-0
/
+1
*
The drbr(9) API appeared to be so unclear, that most drivers in
glebius
2012-09-28
1
-17
/
+3
*
Fix the build broken by r240099.
melifaro
2012-09-04
1
-0
/
+2
*
Introduce new link-layer PFIL hook V_link_pfil_hook.
melifaro
2012-09-04
1
-0
/
+3
*
Fix races between in_lltable_prefix_free(), lla_lookup(),
glebius
2012-08-02
1
-0
/
+2
*
- Updated TOE support in the kernel.
np
2012-06-19
1
-0
/
+2
*
Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.
jhb
2012-03-19
1
-3
/
+0
*
g/c last bit of old ipv6 prefix management.
pluknet
2012-02-08
1
-16
/
+1
*
Convert the per-interface address list lock from a mutex to a reader/writer
jhb
2012-01-09
1
-11
/
+10
*
Add new variants of the IF_ADDR_*LOCK*() macros used for protecting
jhb
2012-01-05
1
-2
/
+8
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-0
/
+2
*
Remove the unused if_free_type() function.
brooks
2011-12-09
1
-1
/
+0
*
Add macro IF_DEQUEUE_ALL(ifq, m), that takes the entire mbuf chain off
glebius
2011-10-27
1
-0
/
+12
*
Add spares to the network stack for FreeBSD-9:
bz
2011-07-17
1
-3
/
+3
*
Remove extra white space to comply with style for the rest of the struct.
bz
2011-07-03
1
-2
/
+2
*
Add infrastructure to allow all frames/packets received on an interface
bz
2011-07-03
1
-0
/
+1
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-0
/
+3
*
This patch fixes the problem where proxy ARP entries cannot be added
qingli
2010-05-25
1
-1
/
+1
*
Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.
mlaier
2010-03-15
1
-1
/
+1
*
Fix drbr and altq interaction:
mlaier
2010-02-13
1
-13
/
+23
*
Revised revision 199201 (add interface description capability as inspired
delphij
2010-01-27
1
-1
/
+2
*
While flushing the multicast filter of an interface, do not zero the relevant
syrinx
2010-01-24
1
-1
/
+1
*
Declare a new EVENTHANDLER called iflladdr_event which signals that the L2
thompsa
2010-01-18
1
-0
/
+3
*
Remove a deleted comment line that was brought back by
qingli
2009-12-31
1
-1
/
+0
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-0
/
+2
*
Remove commented out prototype for ifinit(). This prototype has been
jhb
2009-12-21
1
-1
/
+0
*
Remove if_timer/if_watchdog now that they are no longer used. The space
jhb
2009-11-30
1
-3
/
+1
*
Revert revision 199201 for now as it has introduced a kernel vulnerability
delphij
2009-11-12
1
-2
/
+1
*
Add interface description capability as inspired by OpenBSD.
delphij
2009-11-11
1
-1
/
+2
*
Self pointing routes are installed for configured interface addresses
qingli
2009-09-15
1
-0
/
+3
*
Make if_grow static -- it's not used outside of if.c, and with the
rwatson
2009-08-24
1
-1
/
+0
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-8
/
+34
*
Remove unused if_rawoutput() macro; it has been unused since at least
rwatson
2009-08-15
1
-1
/
+0
*
This patch does the following:
qingli
2009-07-27
1
-0
/
+2
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
1
-4
/
+4
[next]