| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | SUZUKI Shinsuke | 2002-04-28 | 1 | -1/+1 |
| * | MFC: 1.139 sys/net/if.c | SUZUKI Shinsuke | 2002-04-16 | 1 | -4/+10 |
| * | MFC 1.135: Make `route add -inet6 default ::1 -ifp gif0' work actually. | Hajimu UMEMOTO | 2002-04-08 | 1 | -5/+1 |
| * | MFC: send out an ARP packet when the lladdr is changed so other | Luigi Rizzo | 2002-03-08 | 1 | -0/+11 |
| * | unbreak binary compatibility for network drivers | Max Khon | 2002-02-20 | 1 | -1/+0 |
| * | MFC: ARP support for variable length link level addresses | Max Khon | 2002-02-13 | 1 | -0/+1 |
| * | MFC: RTM_IFANNOUNCE routing socket message type. | Ruslan Ermilov | 2002-02-01 | 1 | -0/+6 |
| * | MFC: | Ruslan Ermilov | 2001-12-20 | 1 | -4/+4 |
| * | MFC: r1.116; support for interface capabilities. | Jonathan Lemon | 2001-12-14 | 1 | -0/+14 |
| * | MFC: Interface cloning support. gif modularity and cloning. | Brooks Davis | 2001-07-24 | 1 | -2/+195 |
| * | MFC: Sync with recent KAME. | Hajimu UMEMOTO | 2001-07-03 | 1 | -6/+15 |
| * | MFC: Introduce a separate interface type for the 802.1q VLAN interface | Yaroslav Tykhiy | 2001-04-24 | 1 | -1/+1 |
| * | MFC: restore ifp->if_flags if ioctl(SIOCSIFFLAGS) fails | Brian Somers | 2001-04-23 | 1 | -0/+4 |
| * | MFC: (1.104) Don't bypass notifying a corresponding interface | Yaroslav Tykhiy | 2001-03-29 | 1 | -0/+6 |
| * | MFC: make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsd | Hajimu UMEMOTO | 2000-10-31 | 1 | -0/+5 |
| * | MFC: implement SIOCSIFLLADDR ioctl(). | Archie Cobbs | 2000-08-22 | 1 | -0/+55 |
| * | MFC 1.90 -> 1.91, Samuel confirmed that it improves PR17909. | Jun-ichiro itojun Hagino | 2000-07-18 | 1 | -12/+10 |
| * | MFC: 1.86 | Guido van Rooij | 2000-04-21 | 1 | -5/+2 |
| * | This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This | Guido van Rooij | 2000-02-28 | 1 | -1/+9 |
| * | Add workaround for fxp issue at interface initialization with IPv6. | Yoshinobu Inoue | 2000-02-01 | 1 | -0/+4 |
| * | Notify user processes about interface's MTU change. | Ruslan Ermilov | 2000-01-24 | 1 | -1/+3 |
| * | Prevent kernel panic at ifconfig up after Note PC resume. | Yoshinobu Inoue | 1999-12-30 | 1 | -3/+22 |
| * | Two more fixes to if_detach. These are generic to all interfaces and | Warner Losh | 1999-12-17 | 1 | -2/+63 |
| * | Allow ifunit() routine to understand names like ed0f2. Also | Boris Popov | 1999-12-13 | 1 | -31/+26 |
| * | Add some gross ad-hock hacks to increase stability of if_detach: | Warner Losh | 1999-12-10 | 1 | -2/+17 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -1/+1 |
| * | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 1 | -24/+115 |
| * | For every "promiscuous mode enabled" message printed for an interface, | Sheldon Hearn | 1999-08-30 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with | Brian Somers | 1999-08-06 | 1 | -6/+2 |
| * | Add a new interface ioctl, to return "aux status". | Poul-Henning Kamp | 1999-06-19 | 1 | -1/+6 |
| * | typo in previous commit | Poul-Henning Kamp | 1999-06-06 | 1 | -2/+2 |
| * | Introduce IFF_SMART bit. | Poul-Henning Kamp | 1999-06-06 | 1 | -4/+7 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -12/+17 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -7/+7 |
| * | Protect the ifinit() function's internals with splimp() for safety since | Peter Wemm | 1999-04-26 | 1 | -4/+5 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -1/+34 |
| * | Since ifru_flags is a short, we can fit in a copy of the flags | Poul-Henning Kamp | 1999-02-19 | 1 | -1/+2 |
| * | Print a message if the driver didn't initialize ifq_maxlen. | Poul-Henning Kamp | 1999-02-01 | 1 | -2/+5 |
| * | Generalize the if_up() and if_down() functions under the names | Poul-Henning Kamp | 1998-12-16 | 1 | -11/+39 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+5 |
| * | One-liner: add a call to the underlying device driver's SIOCDELMULTI | Bill Paul | 1998-08-12 | 1 | -1/+2 |
| * | Make sure the link level sockaddr size is rounded up correctly on alpha. | Doug Rabson | 1998-07-20 | 1 | -2/+2 |
| * | Don't let ifunit() modify the string passed as an argument. | Julian Elischer | 1998-06-08 | 1 | -16/+26 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -4/+4 |
| * | Use getmicrotime() for if_lastchange, 10msec is plenty precision. | Poul-Henning Kamp | 1998-04-06 | 1 | -10/+10 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -4/+1 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+3 |
| * | Ooops, this should have made it into the same commit, but didn't. | Joerg Wunsch | 1997-10-07 | 1 | -1/+3 |