| Commit message (Expand) | Author | Age | Files | Lines |
* | For every "promiscuous mode enabled" message printed for an interface, | sheldonh | 1999-08-30 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | brian | 1999-08-06 | 1 | -6/+2 |
* | Add a new interface ioctl, to return "aux status". | phk | 1999-06-19 | 1 | -1/+6 |
* | typo in previous commit | phk | 1999-06-06 | 1 | -2/+2 |
* | Introduce IFF_SMART bit. | phk | 1999-06-06 | 1 | -4/+7 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -12/+17 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -7/+7 |
* | Protect the ifinit() function's internals with splimp() for safety since | peter | 1999-04-26 | 1 | -4/+5 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -1/+34 |
* | Since ifru_flags is a short, we can fit in a copy of the flags | phk | 1999-02-19 | 1 | -1/+2 |
* | Print a message if the driver didn't initialize ifq_maxlen. | phk | 1999-02-01 | 1 | -2/+5 |
* | Generalize the if_up() and if_down() functions under the names | phk | 1998-12-16 | 1 | -11/+39 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+5 |
* | One-liner: add a call to the underlying device driver's SIOCDELMULTI | wpaul | 1998-08-12 | 1 | -1/+2 |
* | Make sure the link level sockaddr size is rounded up correctly on alpha. | dfr | 1998-07-20 | 1 | -2/+2 |
* | Don't let ifunit() modify the string passed as an argument. | julian | 1998-06-08 | 1 | -16/+26 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -4/+4 |
* | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | phk | 1998-04-06 | 1 | -10/+10 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -4/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+3 |
* | Ooops, this should have made it into the same commit, but didn't. | joerg | 1997-10-07 | 1 | -1/+3 |
* | Fix a typo that becomes apparent when compiling without COMPAT_443. | joerg | 1997-09-07 | 1 | -2/+2 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Add a per-interface-address pointer to a function that can be supplied | julian | 1997-08-28 | 1 | -2/+14 |
* | add some comments while trying to understand why appletalk | julian | 1997-08-22 | 1 | -4/+36 |
* | Don't add an item to the multicast linked list if it's already | julian | 1997-07-07 | 1 | -12/+14 |
* | add SIOC{S,G}IFMEDIA ioctl support | peter | 1997-05-03 | 1 | -1/+17 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -2/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Send RTM_IFINFO messages whenever promiscuous and all-multicast | wollman | 1997-02-14 | 1 | -2/+9 |
* | Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interface | wollman | 1997-02-12 | 1 | -5/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -7/+24 |
* | Fix typo. I hate waking up at 4:45 in the morning... | wollman | 1997-01-08 | 1 | -2/+2 |
* | Fix a few oversights in the new multicast membership interface. | wollman | 1997-01-08 | 1 | -1/+21 |
* | Checkpoint the beginnings of the new kernel interface for | wollman | 1997-01-07 | 1 | -1/+179 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -11/+23 |
* | Use queue macros for the list of interfaces. Next stop: ifaddrs! | wollman | 1996-12-11 | 1 | -14/+16 |
* | Submitted by: archie@whistle.com | julian | 1996-08-07 | 1 | -2/+3 |
* | Add better support for retrieving management information from network | wollman | 1996-07-30 | 1 | -3/+3 |
* | Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp() | wollman | 1996-07-24 | 1 | -2/+3 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -24/+9 |
* | Since the updates to ifnet.if_lastchange are so rare (relatively | gpalmer | 1996-06-12 | 1 | -9/+9 |
* | Change the use if ifnet.if_lastchange to be more in line with | gpalmer | 1996-06-10 | 1 | -7/+22 |
* | Don't allow trailing garbage after the unit number in ifunit(). | wollman | 1996-06-05 | 1 | -1/+3 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 |
* | If a slow input queue was defined by the driver, initialize it. | wollman | 1996-02-08 | 1 | -1/+13 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -7/+1 |