summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add support of 'tablearg' feature for:oleg2006-06-151-15/+30
* install_state(): style(9) cleanupoleg2006-06-151-33/+36
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordthompsa2006-06-091-3/+6
* install_state() should properly initialize 'addr_type' field of newly createdoleg2006-06-081-0/+1
* Fix following rules: pipe X (tag|altq) Y ...oleg2006-06-081-0/+4
* Push acquisition of pcbinfo lock out of tcp_usr_attach() intorwatson2006-06-041-6/+8
* When entering a timer on a tcpcb, don't continue processing if it has beenrwatson2006-06-031-9/+14
* Acquire udbinfo lock after call to soreserve() rather than before, as itrwatson2006-06-031-4/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-022-3/+3
* Minor restyling and cleanup around ipport_tick().rwatson2006-06-021-11/+9
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-242-1/+63
* o In udp|rip_disconnect() acquire a socket lock before the socketmaxim2006-05-212-2/+6
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Initialize the new members of struct ip_moptions asbms2006-05-181-0/+4
* Since m_pullup() can return a new mbuf, change gre_input2() toglebius2006-05-161-23/+23
* - Backout one line from 1.78. The tp can be freed by tcp_drop().glebius2006-05-161-3/+2
* o In rip_disconnect() do not call rip_abort(), just mark a socketmaxim2006-05-151-1/+11
* Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6mlaier2006-05-141-4/+4
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-143-4/+40
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-1/+0
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-124-63/+108
* Don't claim "(+ipv6)" if we didn't build with INET6.mlaier2006-05-111-1/+5
* Modify UDP to use sosend_dgram() instead of sosend(). This allowsrwatson2006-05-061-0/+1
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
* Only return (tw) from tcp_twclose() if reuse is passed, otherwiserwatson2006-05-051-1/+1
* /tmp/cvsTXPIwQpjd2006-05-051-0/+1
* In in_pcbdrop(), fix !INVARIANTS build.marcel2006-04-251-2/+1
* Rename 'last' to 'inp' in udp_append(): the name 'last' is due torwatson2006-04-251-15/+15
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,rwatson2006-04-254-6/+33
* Instead of calling tcp_usr_detach() from tcp_usr_abort(), break outrwatson2006-04-241-52/+64
* Replace isn_mtx direct use with ISN_*() lock macros so that lockingrwatson2006-04-232-10/+18
* Introduce a new TCP mutex, isn_mtx, which protects the initial sequencerwatson2006-04-222-6/+12
* Assert the inpcb lock when rehashing an inpcb.rwatson2006-04-221-0/+5
* Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr();rwatson2006-04-221-6/+4
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-218-0/+83
* Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDEDglebius2006-04-181-2/+6
* Modify tcp_timewait() to accept an inpcb reference, not a tcptwrwatson2006-04-092-22/+24
* Eliminate debug code that catches bugs in the hinting of sack variablesmohans2006-04-061-13/+3
* Don't unlock a timewait structure if the pointer is NULL inrwatson2006-04-052-2/+4
* Certain (bad) values of sack blocks can end up corrupting the sack scoreboard.mohans2006-04-051-0/+2
* Add a tunable net.inet.tcp.maxtcptw, that allows to set a limitglebius2006-04-042-2/+16
* Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb beingrwatson2006-04-045-14/+62
* In TCP notify routines, check inpcb for INP_TIMEWAIT and INP_DROPPED.rwatson2006-04-032-132/+162
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-036-21/+27
* Style tweaks: convert to ANSI from K&R function prototypes.rwatson2006-04-032-118/+52
* Update comment on tcp_close() for new world order.rwatson2006-04-032-8/+4
* Clarify comment on handling of non-timewait TCP states inrwatson2006-04-031-5/+7
* Fix up locking surrounding tcp_drop sysctl: in the new world order, werwatson2006-04-032-16/+16
* After checking for SO_ISDISCONNECTED in tcp_usr_accept(), returnrwatson2006-04-031-5/+3
* Correct incorrect assertion in div_bind(): inp must not be NULL here.rwatson2006-04-031-1/+1
OpenPOWER on IntegriCloud