summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* diverted packet must re-enter _after_ the matching rule,luigi2009-12-271-1/+1
* fix poor indentation resulting from a mergeluigi2009-12-241-14/+14
* mostly style changes, such as removal of trailing whitespace,luigi2009-12-231-183/+152
* fix build with the new fast lookup structure.luigi2009-12-231-79/+56
* fix build on 64-bit architectures.luigi2009-12-231-15/+15
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-228-389/+395
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removejhb2009-12-222-6/+8
* some mostly cosmetic changes in preparation for upcoming work:luigi2009-12-224-92/+89
* Added proper attribution.ru2009-12-181-1/+1
* Add some experimental code to log traffic with tcpdump,luigi2009-12-173-3/+79
* simplify and document lookup_next_rule()luigi2009-12-171-43/+22
* simplify the code that finds the next rule after reinjectionsluigi2009-12-171-18/+16
* remove a duplicate sysctl entryluigi2009-12-161-4/+2
* bring back a couple of #include that are supplied by nesting,luigi2009-12-162-1/+2
* Various cosmetic cleanup of the files:luigi2009-12-169-143/+183
* Quick fix to make this compile:imp2009-12-161-6/+0
* more splitting of ip_fw2.c, now extract the 'table' routinesluigi2009-12-154-1209/+1398
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-159-1531/+1853
* implement a new match option,luigi2009-12-151-0/+31
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* use div64 when converting back the burst value for userlandluigi2009-12-101-1/+1
* when draining a flowset free the entire chain, not just one packet.luigi2009-12-101-1/+1
* centralize the code to free a packet (or a chain) while in dummynet.luigi2009-12-101-32/+27
* Fix burst processing for WF2Q pipes - do not increase available burst sizeoleg2009-12-051-1/+3
* adjust comment in previous commit after Julian's explanationluigi2009-12-051-8/+9
* remove a dead block of code, document how the ipfw clients areluigi2009-12-051-27/+28
* fix build with VNET enabledluigi2009-12-051-1/+1
* Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hardume2009-12-041-5/+23
* preparation work to replace the monster switch in ipfw_chk() withluigi2009-12-031-137/+203
* Teach an IPv6 to the debug prints.ume2009-12-031-14/+62
* - initialize src_ip in the main loop to prevent a compiler warningluigi2009-12-021-5/+8
* Dispatch sockopt calls to ipfw and dummynetluigi2009-12-021-0/+4
* small changes for portability and diff reduction wrt/ FreeBSD 7.luigi2009-12-021-15/+38
* Teach an IPv6 to send_pkt() and ipfw_tick().ume2009-12-021-112/+166
* Until this moment carp(4) used a strange logging priority. It used debugglebius2009-12-021-16/+16
* Add new sockopt names for ipfw and dummynet.luigi2009-12-021-0/+8
* change the type of the opcode from enum *:8 to u_int8_tluigi2009-12-021-1/+1
* Use the default stack size for the iterator thread.tuexen2009-11-271-1/+1
* Correct a comment.bms2009-11-191-1/+1
* Fix a bug where the system panics when a SHUTDOWN is received with antuexen2009-11-181-0/+3
* Get rid of unused fields addr_over which is never really used,tuexen2009-11-173-10/+0
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-174-10/+9
* Fix a bug where queued ASCONF messags are not sent out.tuexen2009-11-171-0/+1
* Fix a memory leak when destroying an SCTP stack.tuexen2009-11-171-10/+27
* Do not start the iterator when there are no associations.tuexen2009-11-171-36/+38
* Disable (temporary) the thread based interator. It does not work with vnet.tuexen2009-11-171-0/+3
* Allow the UMA to free data. This resolves the UMA related bug reportedtuexen2009-11-171-2/+1
* Do not hold the lock longer than necessary.tuexen2009-11-171-1/+1
* Fix a functional regression in multicast.bms2009-11-151-8/+26
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-122-104/+1
OpenPOWER on IntegriCloud