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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression in rev. 1.140.
glebius
2007-03-27
1
-6
/
+7
*
Fix a case where hardware removal of an interface caused an attempt to
bms
2007-03-27
2
-5
/
+13
*
Fix some statements in disc(4) and about it:
yar
2007-03-26
1
-1
/
+1
*
Give a hint that softc can contain many things besides ifp.
yar
2007-03-26
1
-0
/
+5
*
We no longer embed ifnet in softc, and the pointer to ifnet
yar
2007-03-26
1
-4
/
+4
*
Introduce a new toy interface, edsc(4). It's a discard interface
yar
2007-03-26
1
-0
/
+349
*
Fix a typo, and update a comment.
bms
2007-03-22
1
-3
/
+2
*
When working on an RTM_CHANGE do the route editing in the following
glebius
2007-03-22
1
-18
/
+17
*
Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.
bms
2007-03-20
1
-0
/
+2
*
Fix tinderbox; ng_ether needs to see if_findmulti().
bms
2007-03-20
2
-3
/
+3
*
Implement reference counting for ifmultiaddr, in_multi, and in6_multi
bms
2007-03-20
2
-39
/
+195
*
etherbroadcastaddr is now unused.
thompsa
2007-03-19
1
-3
/
+0
*
M_BCAST & M_MCAST are now set by ether_input before passing to the bridge.
thompsa
2007-03-19
1
-7
/
+1
*
Clean up the ether_input() path by using the M_PROMISC flag.
bms
2007-03-19
1
-120
/
+125
*
Add a sysctl net.link.tap.up_on_open which defaults to zero; when it
bms
2007-03-19
1
-1
/
+6
*
Now <net/if_arp.h> is unused here.
yar
2007-03-19
1
-1
/
+0
*
Fix a nameless constant: 6 -> ETHER_ADDR_LEN
yar
2007-03-19
1
-1
/
+1
*
Now that this driver uses ether_ioctl(), it no longer needs
yar
2007-03-19
1
-6
/
+0
*
Give a chance for packet to appear with a correct input interfaces
rik
2007-03-18
1
-30
/
+50
*
Remove a spurious blank line at the start of vlan_growhash().
yar
2007-03-15
1
-1
/
+4
*
Properly move the setting of bstp_linkstate_p to the bridgestp module.
thompsa
2007-03-14
2
-2
/
+1
*
Let vlan_ioctl() pass some work on to ether_ioctl()
yar
2007-03-14
1
-25
/
+1
*
Emit load and unload messages under bootverbose.
yar
2007-03-12
1
-0
/
+11
*
Fix some minor issues in the internal vlan lists:
yar
2007-03-12
1
-20
/
+6
*
Change the passing of callbacks to a struct in case this needs to be extended...
thompsa
2007-03-09
3
-6
/
+14
*
Add Ethertype for 802.3ad LACP.
bms
2007-03-07
1
-0
/
+1
*
Prepare for 802.1p:
bms
2007-02-28
1
-3
/
+34
*
Add three new ioctl(2) commands for bpf(4).
jkim
2007-02-26
3
-35
/
+106
*
Move the lock init until after if_alloc in case the allocation fails and we
thompsa
2007-02-23
1
-1
/
+1
*
Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible
csjp
2007-02-22
1
-2
/
+3
*
Fix a bug in if_findmulti(), whereby it would not find (and thus delete)
bms
2007-02-22
1
-3
/
+22
*
Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.
rwatson
2007-02-20
1
-1
/
+2
*
Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.
cognet
2007-02-09
1
-1
/
+1
*
Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.
bms
2007-02-05
1
-5
/
+2
*
Clean up after tun(4) properly; remove routes whose ifp is set to
bms
2007-02-05
1
-4
/
+9
*
Implement ifnet cloning for tun(4)/tap(4).
bms
2007-02-04
2
-39
/
+203
*
Drop unicast Ethernet frames not destined for the configured address
bms
2007-02-03
1
-0
/
+18
*
Use int instead of u_int for the 'extra' argument to the
bms
2007-02-02
1
-1
/
+1
*
Update comment for struct bpf_d: we now store buffered packets for BPF
rwatson
2007-01-29
1
-3
/
+3
*
Remove slightly dubious comment; add descriptive strings for several
rwatson
2007-01-28
1
-5
/
+2
*
Remove BSD < 199103 compatibility entries in the bpf_d structure: they are
rwatson
2007-01-27
1
-7
/
+0
*
Remove now unused bpf_compat.h. This compatibility file emulates malloc(9)
rwatson
2007-01-27
1
-51
/
+0
*
Set topology change propagation on all ports _except_ the caller.
thompsa
2007-01-18
1
-1
/
+1
*
style(9) nit. Prefer struct[space]name[space]{ to make grep searches more
csjp
2007-01-01
1
-2
/
+2
*
- Don't defer the removal of an 802.1q header for no real reason.
yar
2006-12-30
1
-25
/
+16
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-1
/
+1
*
First cut at half/quarter-rate 11a channel support (e.g. for use
sam
2006-12-27
1
-0
/
+9
*
Note that rev. 1.221 introduced a local workaround for a general problem.
yar
2006-12-24
1
-0
/
+4
*
MFp4: 92972, 98913 + one more change
bz
2006-12-12
1
-6
/
+10
*
These days P2P means peer-2-peer (also well known from serveral filesharing
thompsa
2006-12-11
4
-25
/
+25
[next]