summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to return more than one piece of control informationwollman1996-05-091-2/+34
* Remove useless entries from the inetsw structure initiliser whichgpalmer1996-05-081-8/+8
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-082-4/+14
* Several locations in sys/netinet/ip_fw.c are lacking or incorrectlyphk1996-05-061-14/+18
* Add three new route flags to help determine what sort of addresswollman1996-05-062-9/+43
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-023-6/+6
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-273-9/+21
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
* Fixed in-line IP header checksumming. It was performed on the wrong headerbde1996-04-211-2/+2
* Three speed-ups in the output path (two small, one substantial):wollman1996-04-181-39/+51
* Define a few macros useful in the _IP_VHL case.wollman1996-04-181-1/+8
* Fix a warning by not referencing ip_output() as a pr_output() member.wollman1996-04-181-2/+2
* Always call ip_output() with a valid route pointer. For igmp, also get thewollman1996-04-182-17/+24
* Two fixes from Rich Stevens:dg1996-04-152-7/+10
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-132-4/+12
* Fix a bogon I introduced with my last change.phk1996-04-121-2/+2
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-093-6/+6
* Added proper splnet protection while modifying the interface address list.dg1996-04-071-2/+17
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcephk1996-04-041-2/+7
* Log TCP syn packets for ports we don't listen on.phk1996-04-043-5/+37
* Always pass a route structure when calling ip_output().wollman1996-04-031-2/+6
* Add feature for tcp "established".phk1996-04-035-54/+43
* Fix two cases where ia->ia_ifp could be NULL.phk1996-04-021-2/+4
* In tcp_respond(), check that ro->ro_rt is non-null before RTFREEingwollman1996-03-272-4/+4
* Make rip_input() take the header lengthfenner1996-03-266-29/+20
* Add missing splx(s) in IP_MULTICAST_IFfenner1996-03-261-1/+2
* Slight modification of RTO floor calculation.wollman1996-03-252-4/+4
* Check the validity of ia->ia_ifp before we dereference it.phk1996-03-251-2/+2
* Send ARP's for aliased subnets with the proper source address.fenner1996-03-232-17/+8
* Make sure tcp_respond() always calls ip_output() with a validwollman1996-03-222-2/+16
* A number of performance-reducing flaws fixed based on commentswollman1996-03-223-7/+131
* Allow SIOCGIFBRDADDR and SIOCGIFNETMASK to return information aboutfenner1996-03-151-5/+17
* IGMPv2 routines rewritten, to be more compact and to fully complyfenner1996-03-146-296/+173
* Fix ip option processing for raw IP sockets. This whole thing is a compromisepst1996-03-132-5/+14
* Cleaned up uninitialized 'rt' warning properlyfenner1996-03-111-7/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-1115-29/+30
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Forgot to remove this file.phk1996-02-281-57/+0
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.bde1996-02-271-2/+2
* Add a counter for the number of times the listen queue was overflowed toguido1996-02-263-5/+10
* Fix wrong logic, certain rules never matched.phk1996-02-261-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-244-42/+108
* The new firewall functionality:phk1996-02-244-57/+70
* I overlooked this one.phk1996-02-231-1/+6
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-235-831/+358
* Make the default behavior of local port assignment match traditionalpeter1996-02-224-30/+163
* Fixed bug in Path MTU Discovery that caused the system to have to re-dg1996-02-222-48/+8
OpenPOWER on IntegriCloud