summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* * Split allocation and table linking for lle's.melifaro2015-08-203-59/+128
* Check value return from lle_create() for NULL.melifaro2015-08-191-3/+6
* Make clear that TIME_WAIT timeout expiration is managed solely byjch2015-08-181-4/+12
* Fix panic when handling non-inet arp message introduced in r286825.melifaro2015-08-181-1/+0
* Split arpresolve() into fast/slow path.melifaro2015-08-161-61/+93
* Allow the path MTU to grow up to the outgoing interface MTU.tuexen2015-08-141-0/+2
* Move lle update code from from gigantic ip_arpinput() tomelifaro2015-08-131-94/+167
* Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when wehiren2015-08-121-1/+0
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-112-6/+6
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-113-23/+20
* MFP r276712.melifaro2015-08-111-16/+25
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-1/+1
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-80/+96
* tcp_reass_zone is not a VNET variable.kp2015-08-091-1/+1
* Fix compilation after r286458.marius2015-08-081-2/+0
* Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.marius2015-08-081-4/+2
* MFP r274295:melifaro2015-08-081-14/+22
* MFP r274553:melifaro2015-08-083-68/+137
* Simplify ip[6] simploop:melifaro2015-08-081-14/+5
* Fix a kernel assertion issue introduced with r286227:jch2015-08-084-7/+13
* The mbuf parameter to ip_output_pfil() must be an output parameter sincemarkj2015-08-031-4/+7
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-039-186/+269
* Don't take the port numbers for packets containing ABORT chunks fromtuexen2015-08-023-28/+7
* Remove unneded #include "opt_inet.h".ae2015-07-311-4/+0
* Update snd_una description to make it more readable.hiren2015-07-301-1/+1
* Avoid double reference decrement when firewalls force relooping of packetseri2015-07-291-0/+7
* ip_output normalization and fixeseri2015-07-291-93/+111
* Revert r265338, r271089 and r271123 as those changes do not handlepkelsey2015-07-295-91/+163
* Eliminate the use of m_copydata() in gif_encapcheck().ae2015-07-291-38/+12
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-2910-60/+92
* Fix a typo reported by Erik Cederstrand.tuexen2015-07-281-1/+1
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-277-23/+69
* Improve locking on Mac OS X. This does not change the functionalitytuexen2015-07-261-2/+25
* Fix and improve a debug message. The SID was reported as an SSN.tuexen2015-07-261-4/+4
* Move including netinet/icmp6.h around to avoid a problem when includingtuexen2015-07-251-1/+0
* Remove stale comment.kp2015-07-251-1/+0
* Fix silly syntax error emacs chugged in for me.. gesh.rrs2015-07-241-1/+0
* Fix an issue with MAC OS locking and also optimize the caserrs2015-07-244-9/+16
* Fix several problems with Stream Reset.rrs2015-07-227-63/+373
* Fix resource exhaustion due to sessions stuck in LAST_ACK state.delphij2015-07-211-2/+9
* IPSEC, remove variable argument function its already due.eri2015-07-211-1/+2
* When a tunneling protocol is being used with UDP we must release therrs2015-07-211-11/+27
* fix a typo in a commentluigi2015-07-181-1/+1
* Since the IETF has redefined the meaning of the tos field to accommodatekevlo2015-07-181-10/+11
* Check TCP timestamp option flag so that the automatic receive bufferpkelsey2015-07-171-0/+1
* Correct issue presented in r285051,eri2015-07-091-1/+2
* Export the ssthresh value per SCTP path via the sysctl interface.tuexen2015-07-072-1/+3
* Avoid doing multiple route lookups for the same destination IP during forwardingeri2015-07-021-17/+18
* Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tagsnp2015-06-301-1/+1
* Avoid a situation where we do not set persist timer after a zero windowhiren2015-06-291-0/+24
OpenPOWER on IntegriCloud