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
*
When moving an ethernet ifnet from one vnet to another, destroy the
zec
2010-08-13
2
-0
/
+34
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
3
-11
/
+18
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
3
-40
/
+19
*
Adjust the interface type in the link layer socket address for vlan(4)
jhb
2010-08-06
1
-0
/
+5
*
Properly set ifi_datalen for compat32 struct if_data32.
kib
2010-08-03
1
-1
/
+1
*
Don't check malloc(M_WAITOK) result.
glebius
2010-07-27
1
-2
/
+0
*
Return NULL rather than 0 for a pointer.
bz
2010-07-27
1
-1
/
+1
*
When installing a new ARP entry via 'arp -S', lla_lookup() will
glebius
2010-07-27
1
-0
/
+1
*
Fix an obvious typo from r1.1. We were acquiring an exclusive writer lock
jkim
2010-07-22
1
-1
/
+1
*
whitespace cleanup
luigi
2010-07-15
1
-2
/
+2
*
small portability fix to build on linux/windows
luigi
2010-07-15
1
-0
/
+4
*
Implement flexible BPF timestamping framework.
jkim
2010-06-15
3
-95
/
+281
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
3
-50
/
+15
*
Provide a macro for registering a virtualized sysctl handler for
zec
2010-06-02
1
-0
/
+8
*
This patch fixes the problem where proxy ARP entries cannot be added
qingli
2010-05-25
4
-11
/
+23
*
Ignore failures from removing multicast addresses from the parent (trunk)
jhb
2010-05-17
1
-13
/
+14
*
allocate ipv6 flows from the ipv6 flow zone
kmacy
2010-05-16
2
-1
/
+1
*
Fix an issue with the dynamic pcpu/vnet data allocators.
bz
2010-05-14
1
-1
/
+1
*
workaround bug with ipv6 where a flow can have a null rtentry
kmacy
2010-05-12
1
-2
/
+4
*
Remove page queues locking from all sf_buf_mext()-like functions. The page
alc
2010-05-06
1
-2
/
+0
*
Add page locking to the vm_page_cow* functions.
alc
2010-05-04
1
-2
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
5
-4
/
+8
*
This is the first step in transitioning responsibility for synchronizing
alc
2010-05-03
1
-0
/
+2
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-0
/
+2
*
MFP4: @176978-176982, 176984, 176990-176994, 177441
bz
2010-04-29
4
-32
/
+10
*
need to initialize the lock before it is used
kmacy
2010-04-27
1
-1
/
+1
*
MFP4: @177254
bz
2010-04-27
1
-3
/
+8
*
Provide compat32 shims for bpf(4), except zero-copy facilities.
kib
2010-04-25
2
-3
/
+166
*
Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.
kib
2010-04-25
1
-1
/
+101
*
Move two copies of the same definition to a common include file.
julian
2010-04-14
2
-9
/
+9
*
When an underlying ioctl(2) handler returns an error, our ioctl(2)
delphij
2010-04-14
1
-4
/
+3
*
Take a reference to make sure that the interface cannot go away during
bz
2010-04-11
1
-3
/
+8
*
Check that the interface is on the list of cloned interfaces before trying
bz
2010-04-11
1
-1
/
+11
*
Plug reference leaks in the link-layer code ("new-arp") that previously
bz
2010-04-11
1
-1
/
+4
*
In if_detach_internal() we cannot hold the af_data lock over the
bz
2010-04-11
1
-3
/
+9
*
In if_detach_internal() only try to do the detach run if if_attachdomain1()
bz
2010-04-11
1
-1
/
+1
*
Check the pointer to JIT binary filter before its de-allocation.
jkim
2010-03-29
1
-3
/
+4
*
Add MCS to the list of media types.
rpaulo
2010-03-23
1
-0
/
+2
*
- boot-time size the ipv4 flowtable and the maximum number of flows
kmacy
2010-03-22
1
-24
/
+82
*
Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA
emaste
2010-03-21
1
-2
/
+2
*
Split eventhandler_register() into an internal part and a wrapper function
bz
2010-03-19
2
-0
/
+69
*
Add ddb support to the "new" link layer code ("new-arp"):
bz
2010-03-18
1
-0
/
+136
*
Verify interface up status using its link state only
qingli
2010-03-16
4
-2
/
+6
*
Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.
mlaier
2010-03-15
1
-1
/
+1
*
flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDB
kmacy
2010-03-12
1
-14
/
+13
*
Fix a style(9) nit.
jkim
2010-03-12
1
-2
/
+1
*
re-update copyright to 2010
kmacy
2010-03-12
1
-1
/
+1
*
Tidy up callout for select(2) and read timeout.
jkim
2010-03-12
1
-3
/
+6
*
The flow-table module retrieves the destination and source
qingli
2010-03-12
1
-0
/
+13
*
fix stats reporting sysctl
kmacy
2010-03-12
1
-17
/
+17
[next]