summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2241-41/+41
* Send RTM_IFINFO messages whenever promiscuous and all-multicastwollman1997-02-141-2/+9
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfacewollman1997-02-121-5/+3
* Make sure we have arguments to pass before calling ifaof_ifpforaddrfenner1997-02-041-3/+3
* Fix yet another breakage i've missed when committing rev 1.14. It wasjoerg1997-01-301-1/+1
* fix mixleading comment (my error.. I wrote the comment)julian1997-01-261-1/+1
* Round #2. This basically brings back the changes from rev 1.12.joerg1997-01-171-1/+9
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-172-54/+193
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-173-43/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-135-193/+86
* Fix typo. I hate waking up at 4:45 in the morning...wollman1997-01-081-2/+2
* Correctly account for header length in m_pkthdr.len when sendingwollman1997-01-081-1/+2
* Fix a few oversights in the new multicast membership interface.wollman1997-01-082-7/+32
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-073-3/+254
* Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>.wollman1997-01-031-1/+19
* Separate kernel-internal data structures from exposed user interfacewollman1997-01-032-272/+308
* More cleanups to satisfy the following rules:bde1996-12-191-5/+8
* Clean up Bill's additions.wollman1996-12-191-9/+11
* Add prototypes for ethers.3 functions as per wollman:wpaul1996-12-181-1/+11
* Fixed pedantic syntax error.bde1996-12-181-2/+2
* Change default tun MTU back to 1500.fenner1996-12-162-3/+8
* Convert the interface address and IP interface address structureswollman1996-12-137-54/+59
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-115-29/+38
* Include <net/if_arp.h> in the one header that requires it,wollman1996-12-111-3/+1
* Finally, after six years, remove the ``quick hack for SNMP'' that waswollman1996-12-101-5/+1
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-102-5/+17
* 2 small changes:julian1996-12-022-2/+6
* Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernetdg1996-11-181-2/+2
* Killed "unknown protocol" printf.dg1996-11-121-2/+1
* Fix comments, which appear to have been mangled long ago and far away.fenner1996-10-211-6/+8
* ns_nettype should be declared, not externed.jkh1996-10-181-2/+2
* Netcon's changes for their extended NS support. This only effectsjkh1996-10-171-11/+72
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-123-7/+4
* Add primitive link MIB support.wollman1996-10-111-1/+3
* Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags.wollman1996-10-091-3/+3
* Remove some historical cruft inherited from the loopback driver in whichwollman1996-10-071-6/+1
* No code changes what so ever, but added about 150 lines of commentsjulian1996-09-101-4/+149
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-5/+1
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* Get rid of the ifdef MULTICAST's. I think the rest of the kernel got ridjhay1996-08-301-3/+1
* Re-sync with the state of PC98 world. This will be the last commit beforeasami1996-08-301-2/+2
* Add some padding to struct ifmibdata and move the `struct ifdata' towollman1996-08-281-2/+94
* correct a field comment that someone must have accidentally spammedjulian1996-08-261-2/+2
* change a comment to match what the BSD4.4 book says.julian1996-08-261-2/+2
* route.c:RTM_ADD does not check for a netmask before doing a tree walkpeter1996-08-241-2/+2
* Update to match definitions in LBL June 96 releasepst1996-08-191-10/+17
* Submitted by: archie@whistle.comjulian1996-08-091-1/+1
* Submitted by: archie@whistle.comjulian1996-08-071-2/+3
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-6/+56
OpenPOWER on IntegriCloud