summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Plug a reference leak: before doing 'goto again' we need to unrefglebius2012-07-181-2/+8
* When traversing global in_ifaddr list in the IFP_TO_IA() macro, we needglebius2012-07-181-2/+4
* Fix a refcount bug when freeing an association.tuexen2012-07-172-9/+7
* If ip_output() returns EMSGSIZE to tcp_output(), then the latter callsglebius2012-07-161-16/+27
* Changes which improve compilation if neither INET nor INET6 is defined.tuexen2012-07-154-19/+22
* #ifdef INET and INET6 consistently. This also fixes a bug, wheretuexen2012-07-154-6/+16
* Provide the correct notification type (SCTP_SEND_FAILED_EVENT)tuexen2012-07-141-1/+1
* Use case for selecting the address family (as in other places).tuexen2012-07-141-3/+10
* Use case for selecting the address family (as in other places).tuexen2012-07-141-8/+6
* Fix a bug introduced in r237715.tuexen2012-07-091-0/+1
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-27/+110
* Finally fix lookup (account remaining '\0') and deletionmelifaro2012-07-081-3/+6
* Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.tuexen2012-07-041-4/+12
* Use CSUM_SCTP_IPV6 for IPv6.tuexen2012-07-041-2/+2
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-043-31/+25
* Iniitialize a variable.tuexen2012-07-031-1/+1
* Don't check for ifp != NULL before KASSERT, as ifp may not be NULL heretrociny2012-07-031-7/+5
* Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.trociny2012-07-031-1/+1
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-031-1/+1
* Remove route caching from IP multicast routing code. There is noglebius2012-07-022-3/+1
* Move common code parts to sctp_common_input_processing().tuexen2012-07-022-165/+172
* Remove dead code (on FreeBSD) as suggested by glebius@.tuexen2012-07-021-8/+1
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-2814-664/+292
* Unify sctp_input() and sctp6_input().tuexen2012-06-251-77/+35
* Whitespace cleanup.tuexen2012-06-257-96/+96
* Pass the packet length explicitly around.tuexen2012-06-244-29/+8
* Remove redundant check.tuexen2012-06-241-11/+3
* Do packet logging in a consistent way.tuexen2012-06-245-23/+25
* Fix interface matching by ipfw tablemelifaro2012-06-231-1/+2
* Remove redundant #ifdef. Reported by gnn@.tuexen2012-06-211-2/+0
* - Updated TOE support in the kernel.np2012-06-1916-706/+1035
* Add rate limitation for SCTP OOTB responses.tuexen2012-06-183-10/+5
* Cleanup the UDP decapsulation code.tuexen2012-06-181-42/+20
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-148-96/+260
* mdoc: avoid nested displays. Fixes mandoc warnings.joel2012-06-131-4/+2
* Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.tuexen2012-06-121-1/+11
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-125-1/+21
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.tuexen2012-06-123-604/+133
* Small cleanup.tuexen2012-06-121-3/+1
* Validate IPv4 network mask being passed to ipfw kernel interface.melifaro2012-06-091-0/+3
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-051-1/+1
* Plug more refcount leaks and possible NULL deref for interfaceemax2012-06-041-1/+4
* Remove code which is not needed.tuexen2012-06-031-4/+0
* Use an existing function to get the source address.tuexen2012-06-031-60/+10
* Honor sysctl for TTL.tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.tuexen2012-06-021-26/+3
* Remove an unused parameter.tuexen2012-06-023-8/+8
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.bz2012-06-011-0/+11
* Small cleanups. No functional change.tuexen2012-06-012-4/+0
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-4/+4
OpenPOWER on IntegriCloud