summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix tcp_output() so that tcpcb is updated in the same manner when anglebius2013-04-111-70/+74
* Fix build.glebius2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-094-5/+5
* Fix a race condition on tcp listen socket teardown with pendingandre2013-04-091-0/+9
* Fix VIMAGE build.glebius2013-04-091-2/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-4/+4
* Merge from projects/counters: TCP/IP stats.glebius2013-04-084-165/+420
* Add a macro for checking for IPv4 link local addresses.tuexen2013-03-311-0/+4
* Keep fwd_tag around for subsequent pcb lookupsemaste2013-03-291-17/+8
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+3
* In m_megapullup() instead of reserving some space at the end of packet,glebius2013-03-171-10/+6
* - Replace compat macros with function calls.glebius2013-03-163-3/+3
* We can, and should use M_WAITOK here.glebius2013-03-151-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-156-11/+10
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-12/+8
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedglebius2013-03-111-6/+1
* The hashmask returned by hashinit() is a valid index in the returned hash array.lstewart2013-03-071-1/+1
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-7/+11
* Fix a potential race in returning setting errno when antuexen2013-02-271-1/+2
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.gallatin2013-02-211-1/+1
* ip_savecontrol() style fixes. No functional changes.pluknet2013-02-201-17/+17
* Send the adaptation layer indication only if set by the user.tuexen2013-02-114-19/+26
* Don't send kernel provided information in the User Initiatedtuexen2013-02-114-68/+29
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-112-0/+12
* 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
OpenPOWER on IntegriCloud