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
/
sbin
/
ifconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
*
Merge sync of head
sjg
2015-05-27
15
-174
/
+474
|
\
|
*
* Update SFF-8024 Identifier constants.
melifaro
2015-05-16
1
-4
/
+67
|
*
Simplify i2c reader: we don't need per-NIC handler anymore.
melifaro
2015-05-15
1
-65
/
+57
|
*
Add an ability accept encapsulated packets from different sources by one
ae
2015-05-15
2
-2
/
+12
|
*
Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulated
ae
2015-05-12
2
-8
/
+36
|
*
- Remove ND6_IFF_IGNORELOOP. This functionality was useless in practice
hrs
2015-05-12
2
-12
/
+1
|
*
Use MIN from sys/param.h instead of handrolling the macro
ngie
2015-05-11
1
-3
/
+1
|
*
ifmedia changes:
erj
2015-04-07
1
-6
/
+26
|
*
Stop including if_var.h from userland.
glebius
2015-04-06
7
-7
/
+0
|
*
Simplify string mangling in ifmaybeload().
jhb
2015-03-13
1
-5
/
+4
|
*
- Implement loopback probing state in enhanced DAD algorithm.
hrs
2015-03-05
3
-2
/
+21
|
*
Revert the change of flowid output format. [1]
vsevolod
2015-02-02
2
-30
/
+4
|
*
Style(9) fixes.
vsevolod
2015-02-02
2
-36
/
+47
|
*
Reorganize the list of addresses associated with an interface and group them
vsevolod
2015-02-02
2
-5
/
+196
|
*
Integrate sbin/ifconfig/tests from NetBSD into atf/kyua
ngie
2015-01-04
2
-0
/
+17
|
*
mdoc: improvements to SEE ALSO.
joel
2014-12-27
1
-1
/
+1
|
*
Prefix all the vxlan ifconfig commands so they are unique
bryanv
2014-12-17
3
-43
/
+43
|
*
Disable the vxlan code until the people reponsible for it can come up with
des
2014-12-01
1
-1
/
+1
|
*
Convert sbin/ to LIBADD
bapt
2014-11-25
1
-6
/
+3
|
*
Expose groups by default in ifconfig output. This was never hidden by
feld
2014-11-19
1
-3
/
+2
*
|
Updated/new dependencies
sjg
2014-11-19
1
-0
/
+1
*
|
Merge from head@274682
sjg
2014-11-19
9
-30
/
+1732
|
\
\
|
|
/
|
*
Overhaul if_gre(4).
ae
2014-11-07
1
-18
/
+43
|
*
Show SFP+/QSFP memory map dump on higher verbose levels.
melifaro
2014-10-23
1
-2
/
+44
|
*
Add vxlan interface
bryanv
2014-10-20
3
-1
/
+721
|
*
Use printb() for boolean flags in ro_opts and actor_state for LACP.
hrs
2014-10-05
1
-12
/
+5
|
*
Revert r272390.
hrs
2014-10-02
1
-1
/
+1
|
*
Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS for
hrs
2014-10-02
1
-22
/
+27
|
*
Add IFCAP_HWSTATS.
hrs
2014-10-02
1
-1
/
+1
|
*
Virtualize lagg(4) cloner. This change fixes a panic when tearing down
hrs
2014-10-01
2
-10
/
+115
|
*
The lagg(4) interface is based on trunk(4) interface from OpenBSD.
araujo
2014-09-18
1
-1
/
+1
|
*
Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...
araujo
2014-09-18
1
-2
/
+2
|
*
Add DEF_CLONE_CMD_ARG2
bryanv
2014-09-14
1
-0
/
+1
|
*
Do not try to read i2c info when no transceiver is present.
melifaro
2014-09-13
1
-2
/
+4
|
*
Add the ability to set `prefer_source' flag to an IPv6 address.
ae
2014-09-09
2
-1
/
+18
|
*
* Unconditionally turn on SIOCGI2C probing for all interfaces
melifaro
2014-09-03
1
-11
/
+17
|
*
* Add SIOCGI2C driver ioctl used to retrieve i2c info.
melifaro
2014-08-29
1
-33
/
+21
|
*
* Add new net/sff8436.h containing constants used to access
melifaro
2014-08-21
1
-88
/
+365
|
*
Zero buffer before request.
melifaro
2014-08-18
1
-0
/
+1
|
*
Add forgotten DPADD to ifconfig(8).
melifaro
2014-08-17
1
-0
/
+1
|
*
Clean up unused definitions.
melifaro
2014-08-16
1
-22
/
+8
|
*
* Use standard net/sff8472.h header for sff bits and offsets.
melifaro
2014-08-16
1
-103
/
+85
|
*
Add support for reading i2c SFP/SFP+ data from NIC driver and
melifaro
2014-08-16
4
-0
/
+551
|
*
Fix a typo in a comment: s/interprete/interpret/
gjb
2014-08-12
1
-1
/
+1
*
|
Merge head from 7/28
sjg
2014-08-19
2
-25
/
+53
|
\
\
|
|
/
|
*
Make the description of the "no_prefer_iface" flag easier to understand.
jlh
2014-07-12
1
-3
/
+5
|
*
Fix ifconfig to show pltime and vltime with -L option,
ume
2014-06-30
1
-9
/
+13
|
*
mdoc: remove superfluous paragraph macros.
joel
2014-06-23
1
-1
/
+0
|
*
Style cleanups on ifconfig.8
allanjude
2014-06-06
1
-14
/
+20
[next]