aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Expose some netdump configuration parameters through sysctl.Mark Johnston2018-10-291-12/+12
* Prevent ip_input() from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-3/+4
* Prevent multicast code from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-5/+15
* Add initial descriptions for SCTP related MIB variable.Michael Tuexen2018-10-261-20/+20
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-232-2/+8
* A couple of style fixes in recent TCP changes.John Baldwin2018-10-221-0/+1
* New sysctl: net.inet.icmp.error_keeptagsEugene Grosbein2018-10-211-0/+10
* Include <sys/eventhandler.h> to fix the build.Andrey V. Elsukov2018-10-211-0/+1
* Add handling for appearing/disappearing of ingress addresses to if_gre(4).Andrey V. Elsukov2018-10-211-3/+58
* Add handling for appearing/disappearing of ingress addresses to if_gif(4).Andrey V. Elsukov2018-10-211-2/+58
* Add KPI that can be used by tunneling interfaces to handle IP addressesAndrey V. Elsukov2018-10-212-4/+159
* Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule,Andrey V. Elsukov2018-10-211-0/+1
* Add ifaddr_event_ext event. It is similar to ifaddr_event, but theAndrey V. Elsukov2018-10-211-2/+8
* The handling of RST segments in the SYN-RCVD state exists in theMichael Tuexen2018-10-183-40/+63
* In r338102, the TCP reassembly code was substantially restructured. PriorJonathan T. Looney2018-10-161-3/+1
* In udp_input() when walking the pcblist we can come acrossBjoern A. Zeeb2018-10-121-0/+5
* r217592 moved the check for imo in udp_input() into the conditional blockBjoern A. Zeeb2018-10-121-2/+3
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-091-2/+3
* Avoid truncating unrecognised parameters when reporting them.Michael Tuexen2018-10-071-34/+15
* Ensure that the ips_localout counter is incremented forMichael Tuexen2018-10-071-1/+2
* Convert UDP length to host byte orderTom Jones2018-10-051-2/+3
* Hold a write lock across udp_notify()Ryan Stone2018-10-041-10/+4
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-012-3/+3
* After allocating chunks set the fields in a consistent way.Michael Tuexen2018-10-011-5/+3
* Add INP_INFO_WUNLOCK_ASSERT() macro and use it instead ofAndrey V. Elsukov2018-10-014-8/+10
* Plug mbuf leak in the SCTP input path in an error case.Michael Tuexen2018-09-301-0/+1
* Plug mbuf leaks in the SCTP output path in error cases.Michael Tuexen2018-09-301-0/+3
* Fix the handling of ancillary data for SCTP socket. ImplementMichael Tuexen2018-09-301-26/+28
* Increment the corresponding UDP stats counter (udps_opackets) whenMichael Tuexen2018-09-301-0/+9
* Fix typo in comment.Michael Tuexen2018-09-281-1/+1
* Whitespace changes and fixing a typo. No functional change.Michael Tuexen2018-09-263-10/+9
* Remove the unused parameter 'locked' from the functionMichael Tuexen2018-09-231-5/+5
* Add new field max_hdrsize to struct encap_config.Andrey V. Elsukov2018-09-201-0/+3
* Remove unused code.Michael Tuexen2018-09-182-37/+0
* Fix TCP Fast Open for the TCP RACK stack.Michael Tuexen2018-09-121-29/+24
* Fix synchronization of LB group access.Mark Johnston2018-09-102-8/+19
* Use ratecheck(9) in in_pcbinslbgrouphash().Mark Johnston2018-09-071-4/+3
* The inp_lle field to struct inpcb, along with two "valid" flagsBjoern A. Zeeb2018-09-061-3/+3
* Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added byBjoern A. Zeeb2018-09-061-1/+3
* Define sctp probes only when SCTP is configured.Mark Johnston2018-09-061-0/+6
* Fix style bugs in in_pcblookup_lbgroup().Mark Johnston2018-09-051-28/+17
* Fix "ipfw fwd" to work for incoming IPv4 packets when ip_tryforward() choosesEugene Grosbein2018-09-051-2/+24
* Use the correct malloc type in in_pcblbgroup_free().Mark Johnston2018-09-031-1/+1
* Fix a shadowed variable warning.Michael Tuexen2018-08-241-2/+2
* Use arc4rand() instead of read_random() in the SCTP and TCP code.Michael Tuexen2018-08-232-3/+3
* Don't use the explicit number 32 for the length of the secrets,Michael Tuexen2018-08-231-6/+10
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-226-1/+78
* in_mcast: fix copy paste error when clearing flagMatt Macy2018-08-221-1/+1
* Enabling the IPPROTO_IPV6 level socket option IPV6_USE_MIN_MTU on a TCPMichael Tuexen2018-08-214-0/+42
* Fix the inheritance of IPv6 level socket options on TCP sockets.Michael Tuexen2018-08-211-3/+7