summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve style(9) of bcopy() to and from mbuf tag.glebius2012-05-301-4/+3
* After r228571 carp_output() expects carp_softc * pointer in the mtag.glebius2012-05-301-3/+3
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-285-5/+9
* Add IPPROTO_MPLS (rfc4023) IP protocol definitionemaste2012-05-271-0/+1
* Trim the extra $FreeBSD$ from the comment below the license. We usebz2012-05-261-2/+0
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-263-30/+4
* Undefine SCTP_PACKED before including sctp_uio.h, which doesn'ttuexen2012-05-251-3/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+3
* In case forwarding is turned on for a given address family, refuse tobz2012-05-251-0/+11
OpenPOWER on IntegriCloud