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
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
7
-8
/
+8
*
Add code that clears certain capabilities from the member interface, these are
thompsa
2006-01-14
2
-10
/
+51
*
Check the right ifnet pointer to see if if_alloc() failed or not in
rwatson
2006-01-13
1
-1
/
+3
*
When freeing the chain of if_ef devices on an aborted load, use
rwatson
2006-01-13
1
-2
/
+2
*
Get rid of the bogus IFP2FC() macro and use IFP2FWC(). IFP2FC()
brooks
2006-01-11
1
-7
/
+5
*
Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieve
harti
2006-01-04
2
-1
/
+19
*
Correctly check the filter length. I committed the wrong version.
jkim
2006-01-03
1
-1
/
+6
*
- Explicitly validate an empty filter to match bpf_filter() comment[1].
jkim
2006-01-03
1
-1
/
+1
*
Fix a brain-o in the last commit, the conditional was always false.
thompsa
2006-01-02
1
-1
/
+1
*
Reorganise bridge_rtupdate slightly to reduce duplication.
thompsa
2006-01-02
1
-3
/
+2
*
Reset the route expiry time on each update rather than always letting them get
thompsa
2006-01-02
1
-4
/
+3
*
It is better to use time_uptime here since it is monotonic.
thompsa
2006-01-02
1
-5
/
+5
*
Minor whitespace cleanup.
thompsa
2006-01-02
2
-19
/
+18
*
Read time_second directly rather than calling getmicrotime().
thompsa
2006-01-02
1
-13
/
+5
*
When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP...
thompsa
2005-12-29
1
-5
/
+13
*
add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUG
sam
2005-12-25
1
-0
/
+4
*
1) remove useless check of loop_copy - corresponding code was removed in
oleg
2005-12-22
1
-5
/
+5
*
Add RFC 3378 EtherIP support. This change makes it possible to add gif
thompsa
2005-12-21
3
-10
/
+95
*
As of r1.21 all broadcast packets are reprocessed by ether_input as arriving on
thompsa
2005-12-21
1
-2
/
+6
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-6
/
+7
*
Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises.
thompsa
2005-12-17
1
-1
/
+1
*
Minor whitespace cleanup.
thompsa
2005-12-17
2
-31
/
+31
*
Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach
thompsa
2005-12-17
3
-21
/
+67
*
It is not safe to use m_copypacket() here as the returned mbuf is readonly,
thompsa
2005-12-15
1
-1
/
+6
*
Add support for creating span ports so that one can snoop bridged traffic
thompsa
2005-12-14
2
-1
/
+152
*
Do not accept an empty bpf program.
jkim
2005-12-08
1
-0
/
+3
*
Add BPF Just-In-Time compiler support for ng_bpf(4).
jkim
2005-12-07
3
-6
/
+8
*
s/M_WAITOK/M_NOWAIT/ while mutex is held.
jkim
2005-12-06
1
-2
/
+2
*
Add experimental BPF Just-In-Time compiler for amd64 and i386.
jkim
2005-12-06
4
-3
/
+222
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-1
/
+1
*
Fix -Wundef.
ru
2005-12-04
1
-4
/
+4
*
The bridge is capable of sending broadcast packets so enable IFF_BROADCAST
thompsa
2005-11-29
1
-1
/
+1
*
Take if_baudrate from the parent. This fixes problem with SNMP
glebius
2005-11-28
1
-0
/
+1
*
Fix the following bugs:
ru
2005-11-24
1
-5
/
+20
*
Purge layer specific mbuf flags on layer crossings to avoid confusing
andre
2005-11-18
1
-0
/
+3
*
Fix a second missed case where the refcount is not decremented.
thompsa
2005-11-13
1
-2
/
+3
*
Fix a mbuf and refcnt leak in the broadcast code.
thompsa
2005-11-13
1
-4
/
+4
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
14
-65
/
+46
*
Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().
ru
2005-11-11
1
-2
/
+2
*
Force this interface to be RUNNING.
glebius
2005-11-11
1
-0
/
+1
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
8
-44
/
+18
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
3
-26
/
+43
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
12
-125
/
+63
*
- Do not raise IFF_DRV_OACTIVE flag in vlan_start, because this
glebius
2005-11-06
1
-2
/
+8
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
If we have been called from ether_ifdetach() then do not try and clear the
thompsa
2005-10-23
1
-20
/
+25
*
Before we export network interface data through the ifmibdata structure,
csjp
2005-10-23
1
-1
/
+1
*
Use new (inline) functions for calls into driver.
phk
2005-10-16
2
-7
/
+5
*
Make four more functions static that were missed in the last commit.
thompsa
2005-10-14
1
-5
/
+5
*
Change most of the bridge and stp funtions to static. This has highlighted
thompsa
2005-10-14
2
-209
/
+226
[next]