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
/
netinet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not count security policy violation twice.
ae
2014-12-11
3
-5
/
+0
*
Use ipsec4_in_reject() to simplify ip_ipsec_fwd() and ip_ipsec_input().
ae
2014-12-11
1
-31
/
+3
*
Remove flag/flags argument from the following functions:
ae
2014-12-11
3
-8
/
+6
*
Remove flags and tunalready arguments from ipsec4_process_packet()
ae
2014-12-11
1
-1
/
+1
*
Move ip_ipsec_fwd() from ip_input() into ip_forward().
ae
2014-12-11
2
-30
/
+19
*
Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of its
ae
2014-12-11
3
-25
/
+9
*
Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB and
ae
2014-12-11
1
-49
/
+6
*
Include the received chunk padding when reporting an unknown chunk.
tuexen
2014-12-06
1
-3
/
+5
*
Fix the support of mapped IPv4 addresses.
tuexen
2014-12-06
2
-178
/
+416
*
MFp4: @181627
rodrigc
2014-12-06
1
-3
/
+3
*
This is the SCTP specific companion of
tuexen
2014-12-04
6
-126
/
+92
*
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
tuexen
2014-12-02
11
-55
/
+57
*
Remove route chaching support from ipsec code. It isn't used for some time.
ae
2014-12-02
2
-38
/
+1
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
7
-29
/
+17
*
Merge from projects/sendfile:
glebius
2014-11-30
1
-5
/
+41
*
Merge from projects/sendfile: extend protocols API to support
glebius
2014-11-30
3
-5
/
+5
*
Merge from projects/sendfile:
glebius
2014-11-30
11
-55
/
+55
*
Missed in r274421: use sbavail() instead of bare access to sb_cc.
glebius
2014-11-30
1
-1
/
+1
*
Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -
melifaro
2014-11-27
3
-15
/
+14
*
Re-introduce padding fields removed with r264321 to keep
jch
2014-11-17
1
-0
/
+2
*
Finish r274175: do control plane MTU tracking.
melifaro
2014-11-17
1
-12
/
+2
*
In preparation of merging projects/sendfile, transform bare access to
glebius
2014-11-12
5
-30
/
+36
*
Fix some minor TSO issues:
hselasky
2014-11-11
1
-8
/
+8
*
Kill custom in_matroute() radix mathing function removing one rte mutex lock.
melifaro
2014-11-11
5
-280
/
+6
*
Remove kernel handling of ICMP_SOURCEQUENCH.
melifaro
2014-11-10
4
-40
/
+1
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
6
-64
/
+3
*
Remove ip6_getdstifaddr() and all functions to work with auxiliary data.
ae
2014-11-08
1
-2
/
+4
*
Overhaul if_gre(4).
ae
2014-11-07
2
-292
/
+96
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
27
-180
/
+196
*
Finish r274118: remove useless fields from struct domain.
melifaro
2014-11-06
1
-2
/
+0
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
1
-2
/
+12
*
Remove old hack abusing domattach from NFS code.
melifaro
2014-11-05
1
-11
/
+0
*
Restore spares used in "struct tcpcb" and bump "__FreeBSD_version" to
hselasky
2014-11-03
1
-4
/
+3
*
Don't zero the stats before they are read out.
tuexen
2014-11-01
1
-11
/
+16
*
Remove the check for packets with broadcast source from if_gif's encapcheck.
ae
2014-10-31
1
-14
/
+0
*
Fix typo.
ae
2014-10-31
1
-1
/
+1
*
Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() and
jch
2014-10-30
5
-68
/
+93
*
The SYSCTL data pointers can come from userspace and must not be
hselasky
2014-10-28
3
-60
/
+69
*
Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithm
hselasky
2014-10-27
1
-1
/
+2
*
Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a bad
hselasky
2014-10-27
1
-5
/
+7
*
Avoid dynamic syscall overhead for statically compiled modules.
mjg
2014-10-26
1
-2
/
+2
*
Fix a use of an uninitialized variable by makeing sure
tuexen
2014-10-25
1
-2
/
+3
*
Remove redundant check and m_pullup() call.
ae
2014-10-24
1
-2
/
+0
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
2
-8
/
+8
*
Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if a
tuexen
2014-10-16
3
-17
/
+24
*
Overhaul if_gif(4):
ae
2014-10-14
2
-278
/
+60
*
Handle small file case with regards to plpmtud blackhole detection.
sbruno
2014-10-13
1
-1
/
+9
*
Catch ipv6 case when attempting to do PLPMTUD blackhole detection.
sbruno
2014-10-13
1
-0
/
+5
*
Fix matching default rule on clear/show commands.
melifaro
2014-10-13
1
-0
/
+5
*
A connection in TIME_WAIT state before calling close() actually did not
jch
2014-10-12
1
-1
/
+3
[next]