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
/
netgraph
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-8
/
+8
*
Fix input byte counting. Now the sum of the ipackets/ibytes counters
ru
2006-09-15
1
-2
/
+8
*
Make it possible to set a larger MTU by attempting to set MTUs on all
ru
2006-09-15
1
-1
/
+19
*
SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags
ru
2006-09-15
1
-1
/
+1
*
s/USBDEVNAME/device_get_nameunit/g
emax
2006-09-07
2
-110
/
+105
*
more usb fallout changes
mjacob
2006-09-07
3
-75
/
+86
*
- Catch up with ongoing rwatson's socket work;
emax
2006-08-25
2
-184
/
+68
*
Fix another fallout from the IF_LLADDR() type change.
ru
2006-08-24
1
-1
/
+2
*
Define mtu as u_int16_t not as int. This should fix problem with rfcomm
emax
2006-08-24
1
-1
/
+2
*
Some perfectionizm against last revision.
glebius
2006-08-10
1
-2
/
+2
*
Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).
glebius
2006-08-09
2
-21
/
+74
*
- Use log(9) instead of printf(9).
glebius
2006-08-07
1
-26
/
+44
*
Turn off by default "feature" that overwrites MAC address
glebius
2006-08-04
1
-1
/
+0
*
Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of
thompsa
2006-07-27
1
-1
/
+0
*
Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
avatar
2006-07-27
1
-0
/
+1
*
soreceive_generic(), and sopoll_generic(). Add new functions sosend(),
rwatson
2006-07-24
2
-9
/
+7
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
9
-5
/
+43
*
Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()
emax
2006-07-05
2
-8
/
+12
*
A netgraph node that can do different manipulations with
glebius
2006-06-27
2
-0
/
+847
*
Use kern_kldload() and kern_kldunload() to load and unload modules when
jhb
2006-06-13
1
-6
/
+5
*
When counting nodes second time, use the same criteria as for
glebius
2006-06-07
1
-4
/
+4
*
Use NET_CALLOUT_MPSAFE for netgraph callout initializer.
glebius
2006-06-06
2
-3
/
+1
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-1
/
+1
*
Conditionally acquire Giant in netgraph callouts to honor mpsafenet=0.
jhb
2006-06-02
1
-0
/
+2
*
Replace the array initialization using the gcc-specific format
dds
2006-06-02
1
-5
/
+5
*
Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can
emax
2006-05-17
3
-1
/
+75
*
Remove unneeded check.
glebius
2006-05-16
1
-4
/
+0
*
Do not leak kernel memory in case if userland has been compiled
glebius
2006-05-16
1
-0
/
+1
*
o Replace disappeared URLs to Cisco docs by new ones, style.
maxim
2006-04-25
1
-8
/
+14
*
o Set to zero engine_type, engine_id and pad (cisco calls it
maxim
2006-04-25
1
-0
/
+3
*
Correct assertion in ng_detach().
rwatson
2006-04-06
1
-1
/
+1
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
8
-47
/
+21
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
7
-12
/
+12
*
Free private data when deleting hook.
glebius
2006-03-15
1
-0
/
+2
*
Clear csum_flags after reading data from socket buffer. Otherwise,
ru
2006-02-21
1
-0
/
+1
*
Remove unused now field.
glebius
2006-02-17
1
-1
/
+0
*
Unbreak this.
ru
2006-02-14
1
-3
/
+1
*
Don't count output bytes twice (the byte accouting is done
ru
2006-02-11
1
-7
/
+4
*
- Increase maximum number of interfaces to 2048.
glebius
2006-02-09
1
-9
/
+8
*
Two fixes:
ru
2006-02-06
1
-33
/
+33
*
Fix module from panic.
rik
2006-01-29
1
-0
/
+1
*
o Introduce D-Link compat mode, that is default to off and can be set
glebius
2006-01-27
2
-64
/
+87
*
From the RFC2516 it is not clear, what is the correct behavior for a
glebius
2006-01-26
1
-43
/
+117
*
Simplify ng_source_send() removing temporary queue and merging two
glebius
2006-01-23
1
-25
/
+9
*
- Remove debugging printfs.
glebius
2006-01-21
1
-240
/
+243
*
Fix two accesses to uninitialized variables that a revision 1.27
ru
2006-01-18
1
-4
/
+8
*
Initialize variable.
glebius
2006-01-14
1
-1
/
+1
*
Make code simplier fixing memory leak.
glebius
2006-01-14
1
-5
/
+2
*
Remove dead code.
glebius
2006-01-14
1
-3
/
+0
*
Correct off-by-one errors.
glebius
2006-01-14
1
-3
/
+3
[next]