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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to priority code point (PCP) that is an 3-bit field
araujo
2016-06-06
1
-0
/
+2
*
* Add SIOCGI2C driver ioctl used to retrieve i2c info.
melifaro
2014-08-29
1
-0
/
+13
*
Garbage collect couple of unused fields from struct ifaddr:
glebius
2014-07-29
1
-2
/
+2
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
1
-25
/
+38
*
Remove never used ioctls that originate from KAME. The proof
glebius
2013-11-11
1
-12
/
+0
*
Provide compat layer for OSIOCAIFADDR.
glebius
2013-11-06
1
-0
/
+8
*
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
1
-2
/
+2
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
1
-8
/
+0
*
- Make the prophecy from 1997 happen and remove if_var.h inclusion
glebius
2013-10-28
1
-12
/
+0
*
There are some high performance NICs that count statistics in hardware,
glebius
2013-10-09
1
-0
/
+1
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-1
/
+1
*
provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.
emax
2012-10-17
1
-1
/
+1
*
introduce concept of ifi_baudrate power factor. the idea is to work
emax
2012-10-16
1
-1
/
+1
*
Hold GIF_LOCK() for almost all of gif_start(). It is required to be held
jhb
2012-06-29
1
-1
/
+0
*
Opps forgot to commit the flag.
rrs
2012-06-12
1
-1
/
+1
*
It turns out that too many drivers are not only parsing the L2/3/4
bz
2012-05-28
1
-0
/
+4
*
Introduce a new NET_RT_IFLISTL API to query the address list. It works
bz
2012-02-11
1
-0
/
+54
*
Backout changes from r228571. Remove if_data from struct ifa_msghdr again.
bz
2012-02-11
1
-2
/
+0
*
Provide ABI compatibility shim to enable configuring of addresses
glebius
2011-12-21
1
-0
/
+8
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1
/
+4
*
Add missing #includes.
ed
2011-10-21
1
-0
/
+2
*
Add infrastructure to allow all frames/packets received on an interface
bz
2011-07-03
1
-0
/
+2
*
Grab one of the ifcap bits for netmap, and enable printing in ifconfig.
luigi
2011-06-14
1
-0
/
+10
*
Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen through
weongyo
2010-12-07
1
-1
/
+1
*
Introduces IFF_CANTCONFIG interface flag to point that the interface
weongyo
2010-12-07
1
-1
/
+1
*
Reshuffle SIOCGIFCONF32 handler from r155224.
pluknet
2010-10-21
1
-10
/
+0
*
Verify interface up status using its link state only
qingli
2010-03-16
1
-0
/
+1
*
Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO
yongari
2010-02-20
1
-0
/
+1
*
Revised revision 199201 (add interface description capability as inspired
delphij
2010-01-27
1
-0
/
+10
*
Change vlan interfaces to cope more usefully with the parent interface being
jhb
2009-12-29
1
-0
/
+1
*
Revert revision 199201 for now as it has introduced a kernel vulnerability
delphij
2009-11-12
1
-2
/
+0
*
Add interface description capability as inspired by OpenBSD.
delphij
2009-11-11
1
-0
/
+2
*
Manage vnets via the jail system. If a jail is given the boolean
jamie
2009-06-15
1
-0
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-0
/
+1
*
Add a new interface flag, IFF_DYING, which is set when a device driver
rwatson
2009-04-23
1
-1
/
+3
*
Remove IFF_NEEDSGIANT interface flag: we no longer provide ifnet-layer
rwatson
2009-04-18
1
-3
/
+1
*
remove unnecessary forward declaration
luigi
2009-02-16
1
-2
/
+0
*
Fix to bug kern/126850. Only dispatch event hander if the
jfv
2008-08-28
1
-16
/
+17
*
Trim some noise from some #ifdef's. This had leaked into the compat32
jhb
2008-07-30
1
-1
/
+1
*
Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level code
iedowse
2008-03-27
1
-1
/
+2
*
fix bonehead cut and paste error in last commit
kmacy
2007-12-15
1
-1
/
+1
*
Create separate capability flags for TCP over IPv4 and TCP over IPv6
kmacy
2007-12-15
1
-1
/
+3
*
add interface capability for TOE
kmacy
2007-12-15
1
-0
/
+1
*
Wake On Lan (WOL) infrastructure
sam
2007-12-10
1
-2
/
+6
*
Add IFCAP_LRO flag for drivers to announce their TCP Large Receive Offload
andre
2007-06-11
1
-0
/
+1
*
The struct if_data members ifi_recvquota and ifi_xmitquota have been
brooks
2007-05-16
1
-2
/
+2
*
Fix a couple of typos in a comment.
yar
2007-05-02
1
-2
/
+2
*
First step of TSO (TCP segmentation offload) support in our network stack.
andre
2006-09-06
1
-0
/
+3
*
Improve description of if_capabilities, if_capenable and ifi_hwassist.
andre
2006-09-06
1
-2
/
+19
*
Import interface groups from OpenBSD. This allows to group interfaces in
mlaier
2006-06-19
1
-0
/
+31
[next]