summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Various cleanup done in ipfw3-head branch including:luigi2010-01-0411-326/+225
* Correct usage of parenthesis.tuexen2010-01-041-2/+2
* Avoid NULL dereference in arpresolve.np2010-01-031-2/+2
* Consolidate the route message generation code for when addressqingli2009-12-301-48/+49
* The proxy arp entries could not be added into the system over theqingli2009-12-301-8/+44
* Make sure the multicast forwarding cache entry's stall queue is properlysyrinx2009-12-301-0/+9
* we really need htonl() here, see the comment a few lines above in the code.luigi2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-3/+3
* Make the compiler happy after r201125:bz2009-12-281-1/+1
* introduce a local variable rte acting as a cache of ro->ro_rtluigi2009-12-281-18/+22
* + remove an unused #define print_ip;luigi2009-12-281-19/+13
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-282-1/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-2810-458/+318
* readability fixes -- add braces on large blocks, remove unnecessaryluigi2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityluigi2009-12-281-4/+16
* 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
OpenPOWER on IntegriCloud