summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesadrian2014-12-312-17/+17
* Extern declarations in C files loses compile-time checking thatae2014-12-252-9/+0
* Remove in_gif.h and in6_gif.h files. They only contain functionae2014-12-232-48/+9
* Don't check twice that inp is not NULL.tuexen2014-12-211-12/+3
* Where appropriate, use the modern terms for the one true time baseimp2014-12-213-4/+7
* Fix and harmonize the validation of PR-SCTP policies.tuexen2014-12-201-8/+8
* Cleanup the code.tuexen2014-12-201-6/+7
* Add a missing break.tuexen2014-12-171-0/+1
* Do not count security policy violation twice.ae2014-12-113-5/+0
* Use ipsec4_in_reject() to simplify ip_ipsec_fwd() and ip_ipsec_input().ae2014-12-111-31/+3
* Remove flag/flags argument from the following functions:ae2014-12-113-8/+6
* Remove flags and tunalready arguments from ipsec4_process_packet()ae2014-12-111-1/+1
* Move ip_ipsec_fwd() from ip_input() into ip_forward().ae2014-12-112-30/+19
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsae2014-12-113-25/+9
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andae2014-12-111-49/+6
* Include the received chunk padding when reporting an unknown chunk.tuexen2014-12-061-3/+5
* Fix the support of mapped IPv4 addresses.tuexen2014-12-062-178/+416
* MFp4: @181627rodrigc2014-12-061-3/+3
* This is the SCTP specific companion oftuexen2014-12-046-126/+92
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-0211-55/+57
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-022-38/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-017-29/+17
* Merge from projects/sendfile:glebius2014-11-301-5/+41
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-303-5/+5
* Merge from projects/sendfile:glebius2014-11-3011-55/+55
* Missed in r274421: use sbavail() instead of bare access to sb_cc.glebius2014-11-301-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-273-15/+14
* Re-introduce padding fields removed with r264321 to keepjch2014-11-171-0/+2
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-12/+2
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-125-30/+36
* Fix some minor TSO issues:hselasky2014-11-111-8/+8
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-115-280/+6
* Remove kernel handling of ICMP_SOURCEQUENCH.melifaro2014-11-104-40/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-096-64/+3
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-081-2/+4
* Overhaul if_gre(4).ae2014-11-072-292/+96
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-0727-180/+196
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-2/+0
* Make checks for rt_mtu generic:melifaro2014-11-061-2/+12
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-11/+0
* Restore spares used in "struct tcpcb" and bump "__FreeBSD_version" tohselasky2014-11-031-4/+3
* Don't zero the stats before they are read out.tuexen2014-11-011-11/+16
* Remove the check for packets with broadcast source from if_gif's encapcheck.ae2014-10-311-14/+0
* Fix typo.ae2014-10-311-1/+1
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andjch2014-10-305-68/+93
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-283-60/+69
* Preserve limitation of "TCP_CA_NAME_MAX" when matching the algorithmhselasky2014-10-271-1/+2
* Make assignments to "net.inet.tcp.cc.algorithm" work by fixing a badhselasky2014-10-271-5/+7
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-2/+2
* Fix a use of an uninitialized variable by makeing suretuexen2014-10-251-2/+3
OpenPOWER on IntegriCloud