summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLYtuexen2013-05-101-2/+7
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-065-6/+6
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-1/+2
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112cperciva2013-04-271-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-267-27/+29
* Fix couple of mbuf leaks in incoming ARP processing.glebius2013-04-251-2/+2
* Introduce a pointer to const variable gw, which points either at theglebius2013-04-251-13/+6
* This fixes the issue with the "randomly changing" defaultrrs2013-04-241-1/+1
* When doing RFC3042 limited transmit on the first on secondandre2013-04-231-1/+12
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-2/+6
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Fix incomplete printf.delphij2013-04-161-1/+2
* Don't leak lock when returning.delphij2013-04-161-0/+1
* Reflect removing of the counter_u64_subtract() function in the macro.ae2013-04-121-2/+2
* 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
OpenPOWER on IntegriCloud