aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112Colin Percival2013-04-271-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-267-27/+29
* Fix couple of mbuf leaks in incoming ARP processing.Gleb Smirnoff2013-04-251-2/+2
* Introduce a pointer to const variable gw, which points either at theGleb Smirnoff2013-04-251-13/+6
* This fixes the issue with the "randomly changing" defaultRandall Stewart2013-04-241-1/+1
* When doing RFC3042 limited transmit on the first on secondAndre Oppermann2013-04-231-1/+12
* Plug static llentry leak (ipv4 & ipv6 were affected).Oleg Bulyzhin2013-04-211-2/+6
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* Fix incomplete printf.Xin LI2013-04-161-1/+2
* Don't leak lock when returning.Xin LI2013-04-161-0/+1
* Reflect removing of the counter_u64_subtract() function in the macro.Andrey V. Elsukov2013-04-121-2/+2
* Fix tcp_output() so that tcpcb is updated in the same manner when anGleb Smirnoff2013-04-111-70/+74
* Fix build.Gleb Smirnoff2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toAndre Oppermann2013-04-094-5/+5
* Fix a race condition on tcp listen socket teardown with pendingAndre Oppermann2013-04-091-0/+9
* Fix VIMAGE build.Gleb Smirnoff2013-04-091-2/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-4/+4
* Merge from projects/counters: TCP/IP stats.Gleb Smirnoff2013-04-084-160/+415
* Add a macro for checking for IPv4 link local addresses.Michael Tuexen2013-03-311-0/+4
* Keep fwd_tag around for subsequent pcb lookupsEd Maste2013-03-291-17/+8
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).Alexander V. Chernikov2013-03-201-0/+3
* In m_megapullup() instead of reserving some space at the end of packet,Gleb Smirnoff2013-03-171-10/+6
* - Replace compat macros with function calls.Gleb Smirnoff2013-03-163-3/+3
* We can, and should use M_WAITOK here.Gleb Smirnoff2013-03-151-1/+1
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-156-11/+10
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-12/+8
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedGleb Smirnoff2013-03-111-6/+1
* The hashmask returned by hashinit() is a valid index in the returned hash array.Lawrence Stewart2013-03-071-1/+1
* - Make callout(9) tickless, relying on eventtimers(4) as backend forDavide Italiano2013-03-041-7/+11
* Fix a potential race in returning setting errno when anMichael Tuexen2013-02-271-1/+2
* Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.Andrew Gallatin2013-02-211-1/+1
* ip_savecontrol() style fixes. No functional changes.Sergey Kandaurov2013-02-201-17/+17
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-114-19/+26
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-114-64/+25
* Resolve source address selection in presense of CARP. Add a coupleGleb Smirnoff2013-02-112-0/+12
* Make sure that received packets for removed addresses are handledMichael Tuexen2013-02-101-180/+192
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-0910-320/+228
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-096-54/+57
* Add placeholder constants to reserve a portion of the socket optionJohn Baldwin2013-02-012-0/+5
* uma_zone_set_max() directly returns the rounded effective zoneAndre Oppermann2013-02-012-6/+6
* - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.Gleb Smirnoff2013-01-311-33/+35
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-312-7/+6
* Utilize m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-01-301-15/+1
* Add checks for SO_NO_OFFLOAD in a couple of places that I missed earlierNavdeep Parhar2013-01-261-0/+2
* Teach toe_l2_resolve to resolve IPv6 destinations too.Navdeep Parhar2013-01-261-1/+66
* Move lle_event to if_llatbl.hNavdeep Parhar2013-01-251-11/+0
* There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvdNavdeep Parhar2013-01-251-0/+1
* Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the oneNavdeep Parhar2013-01-251-0/+9
* Teach toe_4tuple_check() to deal with IPv6 4-tuples too.Navdeep Parhar2013-01-251-5/+9