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
*
Ensure the channel is a number and not a range, the 'channel' command can be
thompsa
2008-06-23
1
-1
/
+4
*
Add support for the optional key in the GRE header.
thompsa
2008-06-20
2
-1
/
+31
*
Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.h
cokane
2008-05-08
1
-1
/
+1
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
6
-330
/
+2491
*
Fix handling of create operation together with setting other parameters:
sam
2008-03-31
4
-9
/
+42
*
explain that you must set a default transmit key for WEP
sam
2008-02-29
1
-1
/
+7
*
correct tx rate displayed by list sta: the reported legacy tx rate
sam
2008-02-03
1
-4
/
+7
*
fix list mac; broken in delta 1.48
sam
2008-02-03
1
-3
/
+7
*
Wake On Lan (WOL) infrastructure
sam
2007-12-10
2
-2
/
+25
*
Add an option to limit the number of source MACs that can be behind a bridge
thompsa
2007-11-04
2
-6
/
+33
*
sync with vap code base; updates for 11n support and some
sam
2007-11-02
1
-495
/
+1125
*
minor wireless-related corrections
sam
2007-11-02
1
-10
/
+18
*
Fix the module name matching to the drivers present in the kernel. Previously
thompsa
2007-10-04
1
-7
/
+14
*
Add a bridge interface flag called PRIVATE where any private port can not
thompsa
2007-08-01
2
-0
/
+26
*
updates for 802.11-related parameters
sam
2007-07-09
1
-10
/
+198
*
Allow the LACP state to be queried from userland which at the moment is the
thompsa
2007-07-05
1
-3
/
+45
*
Add the vlan tag to the bridge route table. This allows a vlan trunk to be
thompsa
2007-06-13
1
-2
/
+3
*
Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion of
rwatson
2007-06-13
3
-13
/
+0
*
Catch up with variable name changes in struct lagg_protos.
thompsa
2007-06-12
1
-10
/
+10
*
Reset the pointer to the ioctl buffer after it gets changed.
thompsa
2007-06-12
1
-0
/
+2
*
Add reporting and toggling of TCP LRO (large receive offload) support to
andre
2007-06-11
2
-1
/
+11
*
Update for revised 802.11 support:
sam
2007-06-11
4
-171
/
+959
*
Add the -n flag for disabling automatic module loading, this will be used by
thompsa
2007-05-22
2
-2
/
+18
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
3
-49
/
+49
*
Bump document date for new trunk commands.
thompsa
2007-04-10
1
-1
/
+1
*
Hook trunk(4) up to the build.
thompsa
2007-04-10
2
-0
/
+18
*
Add the trunk(4) driver for providing link aggregation, failover and fault
thompsa
2007-04-10
1
-0
/
+153
*
don't display ssid cloaking status as "ssid HIDE", use the cmd line
sam
2007-03-30
1
-2
/
+2
*
Correct the name of the 'proto' command.
thompsa
2007-03-29
1
-1
/
+1
*
Back out rev. 1.129 because it breaks the practice of auto-loading
yar
2007-03-24
1
-1
/
+3
*
Attempt to load the kernel module only if we are going to create a
yar
2007-03-12
1
-3
/
+1
*
point-to-point address should come from ifa_dstaddr
sam
2007-03-09
1
-1
/
+1
*
o consistently check strlcpy result
sam
2007-02-27
1
-2
/
+10
*
correct type to silence const complaint
sam
2007-02-27
1
-1
/
+2
*
unbreak create operation, must copy argument to global name
sam
2007-02-27
1
-0
/
+1
*
use getifaddrs from libc instead of private code
sam
2007-02-24
7
-195
/
+116
*
correct type definition of option routine callback
sam
2007-02-17
1
-1
/
+1
*
remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVE
sam
2007-02-17
1
-3
/
+0
*
Be explicit in examples about the correct grammar for 'alias' and
bms
2007-02-04
1
-12
/
+27
*
Backout revision 1.4; it is not verified as the correct fix for the PR.
bms
2007-02-03
1
-1
/
+1
*
Add an EXAMPLES section to ifconfig(8), clearly showing how to configure
bms
2007-02-03
1
-1
/
+42
*
Actually fully emulate NetBSD and print the media instance number
marius
2007-01-22
1
-2
/
+3
*
- Display the media instance numbers and allow the user to set the active
marius
2007-01-20
2
-3
/
+32
*
Add initial support for 900MHz channels; still has some rough
sam
2007-01-15
1
-7
/
+35
*
Fix an off-by-one which could mean writing beyond the end of the array
bz
2006-12-29
1
-2
/
+2
*
Add half/quarter rate 11a channel support:
sam
2006-12-27
1
-15
/
+25
*
Clear full-duplex when half-duplex flag is set. This actually makes
jkim
2006-12-19
1
-2
/
+6
*
These days P2P means peer-2-peer (also well known from serveral filesharing
thompsa
2006-12-11
2
-16
/
+16
*
fix handling of ssid "-" etc; we're writing 1 byte past the
sam
2006-12-09
1
-2
/
+3
*
Add descriptions for p2p and autop2p.
thompsa
2006-11-27
1
-0
/
+20
[next]