summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_Brian Feldman1999-06-191-1/+1
* Reviewed by: the cast of thousandsBrian Feldman1999-06-171-3/+5
* Close a race window where a tcp socket is closed while tcp_pcblist isTor Egge1999-06-162-4/+14
* Don't accept divert/tee/pipe rules without corresponding option.Ruslan Ermilov1999-06-111-3/+11
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedPeter Wemm1999-06-041-7/+28
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0David Greenman1999-05-271-8/+9
* Made net.inet.ip.intr_queue_maxlen writeable.David Greenman1999-05-271-2/+2
* close pr 10889:Luigi Rizzo1999-05-241-1/+4
* brucifyBrian Somers1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* "fix" warning. This still needs to be kld-ified some day (or removed).Peter Wemm1999-05-111-1/+4
* Pre-declare struct proc to avoid 'inside param list' warnings.Peter Wemm1999-05-081-1/+2
* Fix two warnings; and note a problem where a pointer is stored in anPeter Wemm1999-05-061-4/+4
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-064-10/+14
* Free the dummynet descriptor in ip_dummynet, not in the calledLuigi Rizzo1999-05-044-12/+10
* Add missing ``.''.Brian Somers1999-05-041-1/+1
* forgot passing the right pointer to dst to dummynet_io().Luigi Rizzo1999-05-041-2/+2
* assorted dummynet cleanup:Luigi Rizzo1999-05-042-27/+38
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-0312-76/+85
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-287-15/+45
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-274-10/+10
* Make one pass through the firewall the default.Luigi Rizzo1999-04-261-2/+2
* so_linger is in seconds, not in 1/HZAndrey A. Chernov1999-04-241-2/+2
* Use pointer arithmetic as appropriate.Dmitrij Tejblum1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theLuigi Rizzo1999-04-241-2/+8
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
* s/IPFIREWALL_MODULE/KLD_MODULE/Peter Wemm1999-04-201-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-208-105/+13
* Zap LKM option and support. Farewell old friend.Peter Wemm1999-04-191-0/+2
* Convert the dummynet lkm code to be kld aware (this isn't actually usedPeter Wemm1999-04-171-26/+27
* Oops, forgot this part of lkm code that's been replaced with kld.Peter Wemm1999-04-171-50/+3
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Staticize.Eivind Eklund1999-04-111-2/+2
* Two cosmetic changes, one a typo and the other, a clarification.Julian Elischer1999-04-072-7/+15
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for theNick Sayer1999-03-301-18/+22
* Use the correct length from the mbuf header instead of the one fromLuigi Rizzo1999-03-261-9/+9
* PacketAliasProxyRule takes a const char *Brian Somers1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-243-4/+4
* add missing #include "opt_bdg.h"Luigi Rizzo1999-03-241-1/+2
* Remove duplicate line.Bill Fumerola1999-03-231-1/+0
* Fix a dummynet bug caused by passing a bad next hop address (theLuigi Rizzo1999-03-161-5/+5
* Fix the 'fwd' option to ipfw when asked to divert to another machine.Julian Elischer1999-03-121-7/+24
* Submitted by: Larry LileJulian Elischer1999-03-101-16/+79
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-094-22/+54
* Document PacketAliasPptp() and allow it to be disabledBrian Somers1999-03-072-2/+31
* Remove unused function stubs.Brian Somers1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,Brian Somers1999-03-071-1/+3