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
*
Change bpf(4) to use the cdevpriv API.
ed
2008-08-13
1
-80
/
+62
*
Increase statistic counters for enc0 interface when enabled
vanhu
2008-08-12
2
-1
/
+36
*
Make "1000baseT" the description and "1000baseTX" the alias for
antoine
2008-08-01
1
-2
/
+2
*
Remove trailing ';' in BPFD_LOCK_ASSERT macro.
antoine
2008-08-01
1
-1
/
+1
*
Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.
csjp
2008-08-01
1
-0
/
+6
*
Remove further trailing white space.
rwatson
2008-08-01
1
-1
/
+1
*
Trim some noise from some #ifdef's. This had leaked into the compat32
jhb
2008-07-30
1
-1
/
+1
*
Add the ability to add new addresses for interfacesto just one FIB
julian
2008-07-27
1
-3
/
+23
*
Fill in BPF sysctl descriptions.
trhodes
2008-07-25
1
-2
/
+2
*
Add support for actually sending WCCP return packets via GRE.
julian
2008-07-20
1
-3
/
+9
*
Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte).
jkim
2008-07-14
1
-3
/
+9
*
Add event notification at attach/detach so the NIC
jfv
2008-07-14
1
-0
/
+6
*
Rather than checking for a NULL so_pcb in raw_attach(), assert that
rwatson
2008-07-09
1
-5
/
+6
*
Add sysctl subtree net.raw for generic raw socket infrastructure;
rwatson
2008-07-09
1
-2
/
+11
*
Remove unused support for local and foreign addresses in generic raw
rwatson
2008-07-09
4
-116
/
+32
*
Add a new ioctl for changing the read filter (BIOCSETFNR). This is
dwmalone
2008-07-07
2
-4
/
+9
*
Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffer
csjp
2008-07-05
3
-0
/
+44
*
Clarify comments and prototypes in raw_cb.h:
rwatson
2008-07-05
1
-9
/
+13
*
Improve approximation of style(9) in raw socket code.
rwatson
2008-07-05
3
-61
/
+47
*
port % count will never be greater than LAGG_MAX_PORTS so nuke the test.
thompsa
2008-07-04
1
-6
/
+2
*
Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly
rwatson
2008-07-04
4
-36
/
+21
*
Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only be
thompsa
2008-07-03
1
-23
/
+51
*
Set bridge MAC addresses to the MAC address of their first interface unless
philip
2008-07-01
1
-6
/
+33
*
Remove the unused softc from the lo(4) driver.
ed
2008-06-29
1
-20
/
+2
*
Introduce locking around use of ifindex_table, whose use was previously
rwatson
2008-06-26
2
-16
/
+73
*
change a variable name ot stop it from colliding with other names in
julian
2008-06-26
1
-7
/
+7
*
Add support for the optional key in the GRE header.
thompsa
2008-06-20
2
-3
/
+51
*
Duh, wrong directory, needed to be in netinet
jfv
2008-06-11
2
-464
/
+0
*
Add generic TCP LRO code, moved from the ixgbe driver into net
jfv
2008-06-11
2
-0
/
+464
*
Don't enforce unique device minor number policy anymore.
ed
2008-06-11
2
-2
/
+2
*
When RADIX_MPATH is enabled, the route selection is not rotating
qingli
2008-05-30
2
-6
/
+6
*
The if_check() function performed three actions:
brooks
2008-05-17
1
-28
/
+10
*
Spelling and capitalization fixes.
scf
2008-05-16
1
-4
/
+4
*
Add missing braces in #if 0ed code.
antoine
2008-05-10
1
-1
/
+2
*
move a #define from a place it shouldn't have been to a place it should
julian
2008-05-10
2
-4
/
+3
*
undef MAXFIBS before redefining it
julian
2008-05-10
1
-0
/
+1
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
15
-149
/
+465
*
Trim trailing whitespace at ends of lines.
rwatson
2008-05-09
1
-16
/
+16
*
Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf
jhb
2008-05-09
1
-0
/
+1
*
Add an option (compiled out by default)
julian
2008-04-29
1
-0
/
+2
*
Check packet directions more properly instead of just checking received
jkim
2008-04-28
1
-5
/
+5
*
In function rtalloc_mpath(), do not try to release the lock if the ro_rt
qingli
2008-04-24
1
-1
/
+3
*
Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to
antoine
2008-04-20
1
-1
/
+1
*
Delay the global registration of the struct ifnet in if_alloc() until after
brooks
2008-04-19
1
-1
/
+1
*
Revert the previous commit and use M_PROMISC flag instead.
jkim
2008-04-15
1
-8
/
+17
*
Fix possible buffer overrun on 64-bit arch when generating MAC
emax
2008-04-15
1
-1
/
+3
*
Remove M_SKIP_FIREWALL abuse and add more appropriate check.
jkim
2008-04-15
1
-20
/
+11
*
Make this file compile on IPv6 kernels.
qingli
2008-04-13
1
-0
/
+2
*
Make this compile also on non-IPv6 kernels.
phk
2008-04-13
1
-0
/
+2
*
Fix the build in case RADIX_MPATH is not defined.
bz
2008-04-13
1
-1
/
+3
[next]