summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-212-4/+63
* Remove the "temporary connection" hack in udp_output(). In orderiedowse2002-10-211-23/+26
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-213-100/+136
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-209-89/+52
* When a packet is multicast encapsulated, give labeled policies therwatson2002-10-201-0/+5
* Split out most of the logic from in_pcbbind() into a new functioniedowse2002-10-202-36/+66
* Several malloc() calls were passing the M_DONTWAIT flagmux2002-10-191-3/+3
* last arg of in6?_gif_output() is not used any more.ume2002-10-172-3/+2
* de-__P().alfred2002-10-162-4/+4
* use encapcheck.ume2002-10-161-14/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.ume2002-10-162-29/+92
* Fix oops in my last commit, I was calculating a new length but then notdillon2002-10-161-1/+1
* Get rid of checking for ip sec history. It is true that packets are notguido2002-10-161-5/+0
* correct PCB locking in broadcast/multicast case that was exposed by changesam2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-1614-92/+438
* Replace aux mbufs with packet tags:sam2002-10-1619-106/+51
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-122-2/+8
* turn off debugging by default if bandwidth delay product limiting isdillon2002-10-102-2/+2
* Update various comments mainly related to retransmit/FIN that Idillon2002-10-101-6/+36
* Fix IPOPT_TS processing: do not overwrite IP address by timestamp.maxim2002-10-101-0/+2
* Since bpf is no longer an optional component, remove associated ifdef's.sobomax2002-10-021-7/+2
* Include <sys/cdefs.h> so the visibility conditionals are available.mike2002-10-021-0/+2
* Use visibility conditionals. Only TCP_NODELAY ends up being definedmike2002-10-021-1/+6
* Guido found another bug. There is a situation withdillon2002-09-302-0/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Slightly rearrange a code in rev. 1.164:maxim2002-09-231-4/+8
* s/__attribute__((__packed__))/__packed/galfred2002-09-232-26/+26
* Fix issue where shutdown(socket, SHUT_RD) was effectivelysilby2002-09-222-6/+20
* Use m_fixhdr() rather than roll our own.phk2002-09-181-6/+2
* Guido reported an interesting bug where an FTP connection between adillon2002-09-172-10/+46
* Remove __RCSID().sobomax2002-09-171-3/+0
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakmaxim2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()maxim2002-09-171-1/+3
* Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin...jennifer2002-09-171-0/+2
* Remove superfluous break.sobomax2002-09-101-1/+0
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREsobomax2002-09-091-1/+1
* Reduce namespace pollution by staticizing everything, which doesn't need tosobomax2002-09-061-4/+4
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-063-0/+415
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* some ipfilter files that accidently got imported heredarrenr2002-08-293-696/+0
* This commit was generated by cvs2svn to compensate for changes in r102514,darrenr2002-08-283-0/+696
|\
| * Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.darrenr2002-08-283-0/+696
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
OpenPOWER on IntegriCloud