summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant check and m_pullup() call.ae2014-10-241-2/+0
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-8/+8
* Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if atuexen2014-10-163-17/+24
* Overhaul if_gif(4):ae2014-10-142-278/+60
* Handle small file case with regards to plpmtud blackhole detection.sbruno2014-10-131-1/+9
* Catch ipv6 case when attempting to do PLPMTUD blackhole detection.sbruno2014-10-131-0/+5
* Fix matching default rule on clear/show commands.melifaro2014-10-131-0/+5
* A connection in TIME_WAIT state before calling close() actually did notjch2014-10-121-1/+3
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-123-7/+6
* Update ip_divert.ko to depend on version 3 of ipfw.jhb2014-10-111-1/+1
* Add context pointer and source address to the UDP tunnel callbackbryanv2014-10-103-7/+13
* Add missing UDP multicast receive dtrace probesbryanv2014-10-091-0/+3
* Ensure that the flags field of sctp_tmit_chunks is initialized.tuexen2014-10-092-24/+29
* Sync to HEAD@r272825.melifaro2014-10-099-10/+778
|\
| * Move the SCTP syscalls to netinet with the rest of the SCTP code. Themarcel2014-10-091-0/+588
| * Check for mbuf copy failure when there are multiple multicast socketsbryanv2014-10-091-5/+4
| * When tunneling interface is going to insert mbuf into netisr queue after stri...ae2014-10-081-1/+1
| * Ensure that the list of streams sent in a stream reset parameter fitstuexen2014-10-082-3/+11
| * Ensure that the number of stream reported in srs_number_streams istuexen2014-10-081-0/+6
| * Implement PLPMTUD blackhole detection (RFC 4821), inspired by codesbruno2014-10-073-1/+168
* | Add IP_FW_DUMP_SOPTCODES sopt to be able to determinemelifaro2014-10-081-0/+10
* | Sync to HEAD@r272609.melifaro2014-10-063-30/+16
|\ \ | |/
| * Minor code styling.hselasky2014-10-061-17/+16
| * Remove unused MC_ALIGN macro as suggested by Robert.tuexen2014-10-051-7/+0
| * Eliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimming a redundantrwatson2014-10-051-6/+0
* | Sync to HEAD@r272516.melifaro2014-10-0443-990/+1304
|\ \ | |/
| * Add an additional routing table lookup when m->m_pkthdr.fibnum is changedhrs2014-10-021-4/+16
OpenPOWER on IntegriCloud