summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that received packets for removed addresses are handledtuexen2013-02-101-180/+192
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-0910-320/+228
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-096-54/+57
* Add placeholder constants to reserve a portion of the socket optionjhb2013-02-012-0/+5
* uma_zone_set_max() directly returns the rounded effective zoneandre2013-02-012-6/+6
* - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.glebius2013-01-311-33/+35
* Retire struct sockaddr_inarp.glebius2013-01-312-7/+6
* Utilize m_get2() to get mbuf of appropriate size.glebius2013-01-301-15/+1
* Add checks for SO_NO_OFFLOAD in a couple of places that I missed earliernp2013-01-261-0/+2
* Teach toe_l2_resolve to resolve IPv6 destinations too.np2013-01-261-1/+66
* Move lle_event to if_llatbl.hnp2013-01-251-11/+0
* There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvdnp2013-01-251-0/+1
* Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the onenp2013-01-251-0/+9
* Teach toe_4tuple_check() to deal with IPv6 4-tuples too.np2013-01-251-5/+9
* Heed SO_NO_OFFLOAD.np2013-01-251-2/+5
* Remove redundant test, we know inp_lport is 0.np2013-01-251-2/+1
* Use decimal values for UDP and TCP socket options rather than hex to avoidjhb2013-01-222-13/+15
* Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"lstewart2013-01-221-1/+1
* Don't drop options from the third retransmitted SYN by default. If thejhb2013-01-091-1/+7
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-8/+3
* Some cleanups.tuexen2012-12-271-15/+9
* Minor cleanups of debug messages.tuexen2012-12-271-2/+2
* Fix a copy and paste error.tuexen2012-12-271-1/+1
* Garbage collect carp_cksum().glebius2012-12-251-10/+4
* Change net.inet.carp.demotion sysctl to add the supplied valueglebius2012-12-251-3/+20
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,glebius2012-12-252-2/+2
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-3/+8
* Minor style(9) changes:glebius2012-12-241-1/+3
* Fix !INET6 build after r244365.glebius2012-12-181-2/+11
* Clear correct flag in INET6 case.glebius2012-12-181-1/+1
* Since we use different flags to detect tcp forwarding, and we share theae2012-12-171-1/+2
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-4/+12
* Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,glebius2012-12-121-0/+2
* Get it compiling without INET and INET6 support (mainly userland stack).tuexen2012-12-081-0/+4
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-083-0/+4
* Use correct padding of the ABORT chunk in case of an user initiatedtuexen2012-12-081-21/+32
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-082-144/+184
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0524-151/+151
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-4/+2
* Add DELACK to list of timers.andre2012-11-271-1/+1
* Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).np2012-11-271-0/+1
* Auto size the tcbhashsize structure based on max sockets.alfred2012-11-271-4/+61
* Add support for sctp_peeloff() also in the front states of thetuexen2012-11-261-6/+2
* Find the endpoint for an incoming packet also if the endpointtuexen2012-11-261-1/+2
* Allow shutdown() to be used on fds returned from sctp_peeloff().tuexen2012-11-261-1/+2
* Remove unused function.tuexen2012-11-252-110/+1
* Add support for SCTP/UDP/IPV6.tuexen2012-11-174-64/+86
* Get the accounting working. We now have counters how manytuexen2012-11-167-18/+46
* Initialize hdrlen to 0 to avoid clang warning in NOINET case.rdivacky2012-11-101-0/+1
* Cleanup some whitspace in this file to get it out of an upcoming patch.bz2012-11-081-14/+14
OpenPOWER on IntegriCloud