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
*
MFS r304704: Update iflib to support more NIC designs
shurd
2016-08-24
3
-181
/
+410
*
Merge r303263:
glebius
2016-08-02
1
-0
/
+13
*
MFC r302476:
pfg
2016-07-13
2
-2
/
+3
*
MFC r302439:
bdrewery
2016-07-12
1
-3
/
+3
*
Add variable declaration missing in r302372.
nwhitehorn
2016-07-06
1
-0
/
+1
*
Replace a number of conflations of mp_ncpus and mp_maxid with either
nwhitehorn
2016-07-06
2
-5
/
+5
*
Several device drivers call if_alloc() and then do further checks and
bz
2016-06-29
1
-0
/
+3
*
Update pf(4) and pflog(4) to survive basic VNET testing, which includes
bz
2016-06-23
1
-1
/
+3
*
Add spares to struct ifnet and socket for packet pacing and/or general
np
2016-06-23
1
-0
/
+2
*
Add more fields to if_debug.c for ddb(4) 'show ifnet'; resort
bz
2016-06-22
1
-3
/
+10
*
After r302054 unloading an network interface driver on a kernel
bz
2016-06-22
1
-1
/
+8
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
13
-45
/
+144
*
pf: Filter on and set vlan PCP values
kp
2016-06-17
1
-1
/
+7
*
iflib: Improve cleanup on iflib_queues_alloc error path
cem
2016-06-07
1
-5
/
+16
*
iflib: Fix potential leak in iflib_if_transmit
cem
2016-06-07
1
-2
/
+2
*
ng_mppc(4): Bring netgraph(3) MPPC compression support.
pfg
2016-06-07
3
-0
/
+645
*
net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties
sephe
2016-06-07
2
-3
/
+2
*
After tearing down the interface per-"domain" bits, set the data area
bz
2016-06-06
1
-1
/
+3
*
Similarly to r301505 protect the removal of the ifa from the if_addrhead
bz
2016-06-06
1
-1
/
+4
*
In if_purgeaddrs() we cannot hold the lock over the entire loop
bz
2016-06-06
1
-0
/
+3
*
SYSINIT functions do not return a value; switch to void, remove
bz
2016-06-06
1
-6
/
+4
*
Provide a public interface to rt_flushifroutes which takes the address
bz
2016-06-06
2
-0
/
+10
*
Make the KASSERT message more helpful by also printing the ifp information
bz
2016-06-06
1
-1
/
+2
*
Add support to priority code point (PCP) that is an 3-bit field
araujo
2016-06-06
3
-9
/
+127
*
Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.
bz
2016-06-03
5
-6
/
+200
*
This change re-adds L2 caching for TCP and UDP, as originally added in D4306
gnn
2016-06-02
9
-26
/
+67
*
In if_attachdomain1() there does not seem to be any reason
bz
2016-05-28
1
-2
/
+1
*
Change net.link.log_promisc_mode_change to a read-only tunable
n_hibma
2016-05-25
1
-1
/
+1
*
Allow an MTU of 65535 bytes to be set via TUN[SG]IFINFO. This requires
tuexen
2016-05-24
1
-2
/
+2
*
sys/net: more spelling.
pfg
2016-05-19
1
-2
/
+2
*
Allow writing IP packets of length TUNMRU no matter if TUNSIFHEAD is set
tuexen
2016-05-19
1
-2
/
+5
*
Rather than having the if_vmove() code intermixed in the vnet_destroy()
bz
2016-05-18
3
-9
/
+17
*
Add a "vnet_state" field to struct vnet.
bz
2016-05-18
2
-0
/
+5
*
Activate the NO_64BIT_ATOMICS code for mips and powerpc
scottl
2016-05-18
1
-3
/
+5
*
Remove assertions that don't make sense for the data type.
scottl
2016-05-18
1
-2
/
+0
*
Add a dummy VNET_SYSINIT that will make sure all VNETs started will
bz
2016-05-18
1
-0
/
+10
*
Split 'show vnets' into 'show vnet' and 'show all vnets'.
bz
2016-05-18
1
-13
/
+31
*
Make compile without INET or without IP support in the kernel by hiding
bz
2016-05-18
1
-7
/
+18
*
Import the 'iflib' API library for network drivers. From the author:
scottl
2016-05-18
7
-0
/
+6085
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
Mark the unused arguments of various SYSINIT functions __unused.
bz
2016-05-17
1
-3
/
+3
*
When handling SIOCSIFNAME ensure that the new interface name is NUL
truckman
2016-05-15
1
-0
/
+5
*
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
jhb
2016-05-14
1
-0
/
+15
*
Allow silencing of 'promiscuous mode enabled/disabled' messages.
n_hibma
2016-05-12
1
-4
/
+14
*
Improve performance and functionality of the bitstring(3) api
asomers
2016-05-04
1
-7
/
+2
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
20
-23
/
+23
*
Remove the most useful INET || INET6 check leftover from whenever,
bz
2016-05-03
1
-3
/
+0
*
Complete the UDP tunneling of ICMP msgs to those protocols
rrs
2016-04-28
1
-1
/
+1
*
radix_mpath: Don't derefence a NULL pointer in for loop iteration
cem
2016-04-26
1
-1
/
+1
*
sys: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-1
/
+1
[next]